summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcache: fix deadlock in bcache_allocatorAndrea Righi2019-12-313-8/+26
* bcache: fix static checker warning in bcache_device_free()Coly Li2019-12-311-8/+16
* md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang2019-12-311-1/+1
* dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-211-1/+7
* dm mpath: remove harmful bio-based optimizationMike Snitzer2019-12-211-36/+1
* 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
* dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen2019-12-051-2/+1
* dm flakey: Properly corrupt multi-page bios.Sweet Tea2019-12-051-11/+22
* bcache: do not mark writeback_running too earlyShenghui Wang2019-12-051-1/+2
* bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2019-12-052-4/+2
* 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
* bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang2019-11-241-0/+5
* md: allow metadata updates while suspending an array - fixNeilBrown2019-11-241-10/+12
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-11-061-1/+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-3/+13
* 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
* 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 zoned: fix invalid memory accessMikulas Patocka2019-10-011-2/+0
* bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-10-011-1/+0
* bcache: fix race in btree_flush_write()Coly Li2019-09-163-1/+36
* bcache: add comments for mutex_lock(&b->write_lock)Coly Li2019-09-161-0/+10
* bcache: only clear BTREE_NODE_dirty bit when it is setColy Li2019-09-161-5/+6
* dm thin metadata: check if in fail_io mode when setting needs_checkMike Snitzer2019-09-161-2/+5
* dm crypt: move detailed message into debug levelMilan Broz2019-09-161-2/+3
* dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-09-163-6/+22
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-09-161-6/+7
* bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li2019-09-161-1/+1
* dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-291-2/+2