summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 raid: add missing cleanup in raid_ctr()Wenwen Wang2019-08-291-1/+1
* dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka2019-08-291-0/+15
* 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: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-08-253-8/+24
* dm bufio: fix deadlock with loop deviceJunxiao Bi2019-07-261-3/+1
* dm zoned: fix zone state management raceDamien Le Moal2019-07-262-28/+24
* raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-07-261-2/+9
* bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li2019-07-261-0/+1
* bcache: fix mistaken sysfs entry for io_error counterColy Li2019-07-261-2/+2
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-07-261-0/+12
* bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li2019-07-261-1/+0
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-07-263-36/+15
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-07-261-17/+0
* bcache: fix potential deadlock in cached_def_free()Coly Li2019-07-262-2/+4
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-261-1/+1