summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-07-09dm zoned: assign max_io_len correctlyHou Tao
2020-06-30dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-06-30dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-06-30bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira
2020-06-24bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-24dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zoneHannes Reinecke
2020-06-24dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck
2020-06-22dm crypt: avoid truncating the logical block sizeEric Biggers
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-06-22raid5: remove gfp flags from scribble_alloc()Coly Li
2020-06-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-06-22bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig
2020-04-30Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-04-28dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi
2020-04-16dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom
2020-04-16dm writecache: fix data corruption when reloading the targetMikulas Patocka
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-03dm integrity: fix logic bug in integrity tag testingMikulas Patocka
2020-04-03Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer
2020-04-03dm integrity: fix ppc64le warningMike Snitzer
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal
2020-04-01Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis
2020-03-27dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis
2020-03-27dm clone: Add overflow check for number of regionsNikos Tsironis
2020-03-27dm clone: Fix handling of partial region discardsNikos Tsironis
2020-03-27dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-24bcache: remove dupplicated declaration from btree.hColy Li
2020-03-24dm integrity: improve discard in journal modeMikulas Patocka
2020-03-24dm integrity: add optional discard supportMikulas Patocka
2020-03-24dm integrity: allow resize of the integrity deviceMikulas Patocka
2020-03-24dm integrity: factor out get_provided_data_sectors()Mikulas Patocka
2020-03-24dm integrity: don't replay journal data past the end of the deviceMikulas Patocka
2020-03-24dm integrity: remove sector type castsMikulas Patocka
2020-03-24dm integrity: fix a crash with unusually large tag sizeMikulas Patocka
2020-03-24dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu
2020-03-24dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)
2020-03-24dm writecache: optimize superblock writeMikulas Patocka
2020-03-24dm writecache: implement gradual cleanupMikulas Patocka
2020-03-24dm writecache: implement the "cleaner" policyMikulas Patocka
2020-03-24dm writecache: do direct write if the cache is fullMikulas Patocka
2020-03-24dm integrity: print device name in integrity_metadata() error messageErich Eckner
2020-03-24dm crypt: use crypt_integrity_aead() helperYang Yingliang
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig