aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
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
2019-09-16bcache: fix race in btree_flush_write()Coly Li
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li
2019-09-16dm thin metadata: check if in fail_io mode when setting needs_checkMike Snitzer
2019-09-16dm crypt: move detailed message into debug levelMilan Broz
2019-09-16dm mpath: fix missing call of path selector type->end_ioYufen Yu
2019-09-16bcache: treat stale && dirty keys as bad keysTang Junhui
2019-09-16bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu
2019-08-29dm raid: add missing cleanup in raid_ctr()Wenwen Wang
2019-08-29dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu
2019-08-29dm kcopyd: always complete failed jobsDmitry Fomichev
2019-08-29Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka
2019-08-25dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-07-26dm bufio: fix deadlock with loop deviceJunxiao Bi
2019-07-26dm zoned: fix zone state management raceDamien Le Moal
2019-07-26raid5-cache: Need to do start() part job after adding journal deviceXiao Ni
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li