summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang2019-12-171-1/+1
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-12-178-21/+23
* dm zoned: reduce overhead of backing device checksDmitry Fomichev2019-12-174-32/+61
* dm writecache: handle REQ_FUAMaged Mokhtar2019-12-171-1/+2
* md/raid0: Fix an error message in raid0_make_request()Dan Carpenter2019-12-131-1/+1
* md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman2019-11-291-1/+1
* Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"Mike Snitzer2019-11-291-6/+3
* dm snapshot: rework COW throttling to fix deadlockMikulas Patocka2019-11-061-14/+64
* dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka2019-11-061-5/+15
* dm cache: fix bugs when a GFP_NOWAIT allocation failsMikulas Patocka2019-10-291-26/+2
* md/raid0: fix warning message for parameter default_layoutSong Liu2019-10-291-1/+1
* dm zoned: fix invalid memory accessMikulas Patocka2019-10-071-2/+0
* dm raid: fix updating of max_discard_sectors limitMing Lei2019-10-071-5/+5
* md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2019-10-052-1/+46
* md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-10-051-1/+2
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-10-052-4/+10
* md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni2019-10-051-1/+3
* blk-mq: add callback of .cleanup_rqMing Lei2019-10-051-0/+1
* raid5: don't increment read_errors on EILSEQ returnNigel Croxon2019-10-051-1/+2
* raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang2019-10-051-1/+2
* md/raid1: fail run raid1 array when active disk less than oneYufen Yu2019-10-051-1/+12
* closures: fix a race on wakeup from closure_syncKent Overstreet2019-10-051-2/+8
* md: don't set In_sync if array is frozenGuoqing Jiang2019-10-051-2/+9
* md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-10-051-1/+2
* md/raid1: end bio when the device faultyYufen Yu2019-10-051-12/+14
* dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-08-231-1/+4
* dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-221-1/+1
* dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-221-15/+16
* dm raid: add missing cleanup in raid_ctr()Wenwen Wang2019-08-211-1/+1
* dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-211-2/+2
* dm dust: use dust block size for badblocklist indexBryan Gurney2019-08-211-3/+8
* dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka2019-08-151-0/+15
* dm zoned: fix a few typosDmitry Fomichev2019-08-152-5/+5
* dm zoned: add SPDX license identifiersDmitry Fomichev2019-08-154-0/+4
* dm zoned: properly handle backing device failureDmitry Fomichev2019-08-154-14/+110
* dm zoned: improve error handling in i/o map codeDmitry Fomichev2019-08-151-6/+16
* dm zoned: improve error handling in reclaimDmitry Fomichev2019-08-152-11/+21
* dm kcopyd: always complete failed jobsDmitry Fomichev2019-08-151-1/+4
* Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-151-1/+3
* Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-091-8/+12
|\
| * bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...Coly Li2019-08-091-8/+12
* | dm table: fix various whitespace issues with recent DAX codeMike Snitzer2019-07-301-7/+7
* | dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta2019-07-301-1/+1
|/
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-0/+3
|\
| * bcache: fix possible memory leak in bch_cached_dev_run()Wei Yongjun2019-07-221-0/+3
* | Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-184-34/+62
|\ \
| * | dm kcopyd: Increase default sub-job size to 512KBNikos Tsironis2019-07-171-6/+28
| * | dm snapshot: fix oversights in optional discard supportMike Snitzer2019-07-171-0/+10
| * | dm zoned: fix zone state management raceDamien Le Moal2019-07-172-28/+24
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-183-9/+25
|\ \ \