summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md: Avoid namespace collision with bitmap APIAndy Shevchenko2020-01-293-9/+9
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-232-2/+2
* md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu2020-01-091-1/+1
* bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li2020-01-041-0/+2
* dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-211-1/+7
* raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang2019-12-171-1/+1
* dm zoned: reduce overhead of backing device checksDmitry Fomichev2019-12-174-32/+61
* md/raid0: Fix an error message in raid0_make_request()Dan Carpenter2019-12-171-1/+1
* dm flakey: Properly corrupt multi-page bios.Sweet Tea2019-12-051-11/+22
* md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman2019-12-011-1/+1
* dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen2019-12-011-1/+1
* bcache: recal cached_dev_sectors on detachShenghui Wang2019-11-241-0/+1
* md: allow metadata updates while suspending an array - fixNeilBrown2019-11-241-10/+12
* dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2019-11-067-7/+7
* dm snapshot: rework COW throttling to fix deadlockMikulas Patocka2019-11-061-16/+64
* dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka2019-11-061-3/+13
* dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka2019-11-061-41/+43
* md/raid0: fix warning message for parameter default_layoutSong Liu2019-10-291-1/+1
* 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
* 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
* 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 zoned: fix invalid memory accessMikulas Patocka2019-10-051-2/+0
* dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-291-2/+2
* dm zoned: properly handle backing device failureDmitry Fomichev2019-08-294-14/+110
* dm zoned: improve error handling in i/o map codeDmitry Fomichev2019-08-291-6/+16
* dm zoned: improve error handling in reclaimDmitry Fomichev2019-08-292-11/+21
* dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-08-291-1/+4
* dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-291-1/+1
* dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-291-15/+16
* dm kcopyd: always complete failed jobsDmitry Fomichev2019-08-291-1/+4
* Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-291-1/+3
* dm bufio: fix deadlock with loop deviceJunxiao Bi2019-07-311-3/+1
* dm zoned: fix zone state management raceDamien Le Moal2019-07-312-28/+24
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-311-1/+1
* dm verity: use message limit for data block corruption messageMilan Broz2019-07-211-2/+2
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-07-211-14/+22
* dm log writes: make sure super sector log updates are written in orderzhangyi (F)2019-07-031-2/+21
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-192-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-05-311-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-05-311-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-05-311-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-05-311-3/+6
* md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-05-251-1/+9