summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0218-153/+299
|\
| * bcache: configure the asynchronous registertion to be experimentalColy Li2020-05-272-0/+11
| * bcache: asynchronous devices registrationColy Li2020-05-271-0/+100
| * bcache: fix refcount underflow in bcache_device_free()Coly Li2020-05-271-2/+5
| * bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-2710-109/+110
| * bcache: remove redundant variables i and nColin Ian King2020-05-271-2/+0
| * md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-133-3/+3
| * md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang2020-05-131-1/+1
| * md: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
| * md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery2020-05-131-6/+7
| * md: remove redundant memalloc scope API usageColy Li2020-05-131-4/+4
| * raid5: update code comment of scribble_alloc()Coly Li2020-05-131-2/+5
| * raid5: remove gfp flags from scribble_alloc()Coly Li2020-05-131-6/+9
| * md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2020-05-132-0/+5
| * md: remove the extra line for ->hot_add_diskGuoqing Jiang2020-05-131-4/+2
| * md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang2020-05-131-1/+1
| * md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-05-131-1/+2
| * md: add new workqueue for delete rdevGuoqing Jiang2020-05-131-8/+29
| * md: add checkings before flush md_misc_wqGuoqing Jiang2020-05-131-2/+4
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-027-45/+27
|\ \
| * | blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-291-1/+1
| * | dm: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-7/+2
| * | bcache: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-14/+4
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-223-5/+5
| * | blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-191-1/+10
| * | block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+3
| |/
| * block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-251-0/+3
| * dm: remove the make_request_fn check in device_area_is_invalidChristoph Hellwig2020-04-251-17/+0
| * bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig2020-04-251-1/+0
* | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+2
* | md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang2020-06-021-10/+2
* | Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-303-18/+42
|\ \ | |/ |/|
| * dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpathGabriel Krisman Bertazi2020-04-281-2/+4
| * dm verity fec: fix hash block number in verity_fec_decodeSunwook Eom2020-04-161-1/+1
| * dm writecache: fix data corruption when reloading the targetMikulas Patocka2020-04-161-15/+37
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-084-1/+89
|\ \
| * | dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-1/+1
| * | dm,dax: Add dax zero_page_range operationVivek Goyal2020-04-024-0/+88
* | | Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-032-4/+5
|\ \ \ | | |/ | |/|
| * | dm integrity: fix logic bug in integrity tag testingMikulas Patocka2020-04-031-1/+1
| * | Revert "dm: always call blk_queue_split() in dm_process_bio()"Mike Snitzer2020-04-031-2/+3
| * | dm integrity: fix ppc64le warningMike Snitzer2020-04-031-1/+1
* | | Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-018-102/+431
|\| |
| * | dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions()Nikos Tsironis2020-03-273-3/+3
| * | dm clone: Add missing casts to prevent overflows and data corruptionNikos Tsironis2020-03-271-3/+6
| * | dm clone: Add overflow check for number of regionsNikos Tsironis2020-03-271-1/+11
| * | dm clone: Fix handling of partial region discardsNikos Tsironis2020-03-272-14/+42
| * | dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka2020-03-271-1/+5
| * | dm integrity: improve discard in journal modeMikulas Patocka2020-03-241-0/+16
| * | dm integrity: add optional discard supportMikulas Patocka2020-03-241-32/+145