summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu1-1/+1
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi3-8/+26
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li1-8/+16
2019-12-31md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang1-1/+1
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-21dm mpath: remove harmful bio-based optimizationMike Snitzer1-36/+1
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery8-21/+23
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev4-32/+61
2019-12-17dm writecache: handle REQ_FUAMaged Mokhtar1-1/+2
2019-12-13md/raid0: Fix an error message in raid0_make_request()Dan Carpenter1-1/+1
2019-12-05dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen1-2/+1
2019-12-05dm flakey: Properly corrupt multi-page bios.Sweet Tea1-11/+22
2019-12-05bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2019-12-05bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2-4/+2
2019-12-01md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1
2019-12-01dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen1-1/+1
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-24bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang1-0/+5
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown1-10/+12
2019-11-06bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka1-14/+64
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka1-3/+13
2019-10-29dm cache: fix bugs when a GFP_NOWAIT allocation failsMikulas Patocka1-26/+2
2019-10-29md/raid0: fix warning message for parameter default_layoutSong Liu1-1/+1
2019-10-05md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2-1/+46
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown1-1/+2
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown2-4/+10
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-10-05blk-mq: add callback of .cleanup_rqMing Lei1-0/+1
2019-10-05raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-10-05raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-10-05md/raid1: fail run raid1 array when active disk less than oneYufen Yu1-1/+12
2019-10-05closures: fix a race on wakeup from closure_syncKent Overstreet1-2/+8
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-10-05md/raid1: end bio when the device faultyYufen Yu1-12/+14
2019-10-01dm zoned: fix invalid memory accessMikulas Patocka1-2/+0
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li1-1/+0
2019-09-16bcache: fix race in btree_flush_write()Coly Li3-1/+36
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li1-0/+10
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li1-5/+6
2019-09-16dm thin metadata: check if in fail_io mode when setting needs_checkMike Snitzer1-2/+5
2019-09-16dm crypt: move detailed message into debug levelMilan Broz1-2/+3
2019-09-16dm mpath: fix missing call of path selector type->end_ioYufen Yu3-6/+22
2019-09-16bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-09-16bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li1-1/+1
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter1-2/+2
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev4-14/+110