summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-1813-89/+259
|\
| * raid5: use bio_end_sector in r5_next_bioGuoqing Jiang2019-09-131-3/+1
| * raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2019-09-132-2/+0
| * md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2019-09-132-0/+16
| * md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2019-09-132-1/+45
| * raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang2019-09-131-1/+2
| * raid5: don't increment read_errors on EILSEQ returnNigel Croxon2019-09-131-1/+2
| * block: Delay default elevator initializationDamien Le Moal2019-09-061-1/+1
| * md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang2019-09-031-1/+1
| * md/raid1: fail run raid1 array when active disk less than oneYufen Yu2019-09-031-1/+12
| * md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-034-4/+45
| * closures: fix a race on wakeup from closure_syncKent Overstreet2019-09-031-2/+8
| * bcache: Fix an error code in bch_dump_read()Dan Carpenter2019-09-031-3/+2
| * bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang2019-09-031-0/+1
| * raid5 improve too many read errors msg by adding limitsNigel Croxon2019-08-271-4/+10
| * md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-08-272-4/+10
| * md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-08-271-1/+2
| * raid1: factor out a common routine to handle the completion of sync writeHou Tao2019-08-071-21/+18
| * md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-08-071-1/+2
| * md: don't set In_sync if array is frozenGuoqing Jiang2019-08-071-2/+9
| * md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-074-6/+36
| * md: Convert to use int_pow()Andy Shevchenko2019-08-071-5/+1
| * md/raid10: end bio when the device faultyYufen Yu2019-08-071-12/+14
| * md/raid1: end bio when the device faultyYufen Yu2019-08-071-12/+14
| * md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni2019-08-071-1/+3
| * raid1: use an int as the return value of raise_barrier()Hou Tao2019-08-071-1/+4
| * blk-mq: add callback of .cleanup_rqMing Lei2019-08-051-0/+1
* | 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-311-7/+7
* | dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta2019-07-311-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