summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz
2020-02-11dm space map common: fix to ensure new block isn't already in useJoe Thornber
2020-02-11dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev
2020-01-27bcache: Fix an error code in bch_dump_read()Dan Carpenter
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-09md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li
2019-12-31md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bitGuoqing Jiang
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao
2019-12-21dm mpath: remove harmful bio-based optimizationMike Snitzer
2019-12-17raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-12-17dm zoned: reduce overhead of backing device checksDmitry Fomichev
2019-12-17dm writecache: handle REQ_FUAMaged Mokhtar
2019-12-13md/raid0: Fix an error message in raid0_make_request()Dan Carpenter
2019-12-05dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen
2019-12-05dm flakey: Properly corrupt multi-page bios.Sweet Tea
2019-12-05bcache: do not mark writeback_running too earlyShenghui Wang
2019-12-05bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang
2019-12-01md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman
2019-12-01dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang
2019-11-24bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown
2019-11-06bcache: fix input overflow to writeback_rate_minimumColy Li
2019-11-06dm snapshot: rework COW throttling to fix deadlockMikulas Patocka
2019-11-06dm snapshot: introduce account_start_copy() and account_end_copy()Mikulas Patocka
2019-10-29dm cache: fix bugs when a GFP_NOWAIT allocation failsMikulas Patocka
2019-10-29md/raid0: fix warning message for parameter default_layoutSong Liu
2019-10-05md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown
2019-10-05md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
2019-10-05blk-mq: add callback of .cleanup_rqMing Lei
2019-10-05raid5: don't increment read_errors on EILSEQ returnNigel Croxon
2019-10-05raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang
2019-10-05md/raid1: fail run raid1 array when active disk less than oneYufen Yu
2019-10-05closures: fix a race on wakeup from closure_syncKent Overstreet
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang
2019-10-05md/raid1: end bio when the device faultyYufen Yu
2019-10-01dm zoned: fix invalid memory accessMikulas Patocka
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li