aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15dm zoned: store zone id within the zone structure and kill dmz_id()Hannes Reinecke4-36/+31
2020-05-15dm zoned: add 'message' callbackHannes Reinecke1-0/+15
2020-05-15dm zoned: add 'status' callbackHannes Reinecke3-0/+44
2020-05-15dm mpath: add Historical Service Time Path SelectorKhazhismel Kumykov3-0/+573
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi5-6/+18
2020-05-15dm writecache: improve performance on DDR persistent memory (Optane)Mikulas Patocka1-1/+37
2020-05-15dm writecache: remove superfluous test in persistent_memory_claimMikulas Patocka1-4/+0
2020-05-15dm persistent data: switch exit_ro_spine to return voidZhiqiang Liu2-5/+3
2020-05-15dm integrity: remove set but not used variablesYueHaibing1-4/+0
2020-05-15dm ebs: pass discards down to underlying deviceHeinz Mauelshagen1-7/+34
2020-05-15dm bufio: implement discardMikulas Patocka1-5/+64
2020-05-15dm: add emulated block size targetHeinz Mauelshagen3-0/+454
2020-05-15dm mpath: switch paths in dm_blk_ioctl() code pathMartin Wilck1-1/+1
2020-05-15dm crypt: support using encrypted keysDmitry Baryshkov2-19/+58
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+3
2020-05-13md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang1-1/+1
2020-05-13md: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is also finishedDavid Jeffery1-6/+7
2020-05-13md: remove redundant memalloc scope API usageColy Li1-4/+4
2020-05-13raid5: update code comment of scribble_alloc()Coly Li1-2/+5
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2-0/+5
2020-05-13md: remove the extra line for ->hot_add_diskGuoqing Jiang1-4/+2
2020-05-13md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang1-1/+1
2020-05-13md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-05-13md: add new workqueue for delete rdevGuoqing Jiang1-8/+29
2020-05-13md: add checkings before flush md_misc_wqGuoqing Jiang1-2/+4
2020-04-30Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-18/+42
2020-04-28dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi1-2/+4
2020-04-25block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig1-0/+3
2020-04-25dm: remove the make_request_fn check in device_area_is_invalidChristoph Hellwig1-17/+0
2020-04-25bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig1-1/+0
2020-04-16dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom1-1/+1
2020-04-16dm writecache: fix data corruption when reloading the targetMikulas Patocka1-15/+37
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-1/+89
2020-04-03Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds2-4/+5
2020-04-03dm integrity: fix logic bug in integrity tag testingMikulas Patocka1-1/+1
2020-04-03Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer1-2/+3
2020-04-03dm integrity: fix ppc64le warningMike Snitzer1-1/+1
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-1/+1
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal4-0/+88
2020-04-01Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-102/+431
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds6-76/+437
2020-03-27dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis3-3/+3
2020-03-27dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis1-3/+6
2020-03-27dm clone: Add overflow check for number of regionsNikos Tsironis1-1/+11
2020-03-27dm clone: Fix handling of partial region discardsNikos Tsironis2-14/+42
2020-03-27dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka1-1/+5
2020-03-27block: simplify queue allocationChristoph Hellwig3-9/+6