summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev1-6/+16
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev2-11/+21
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-08-29dm raid: add missing cleanup in raid_ctr()Wenwen Wang1-1/+1
2019-08-29dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka1-0/+15
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16
2019-08-29dm kcopyd: always complete failed jobsDmitry Fomichev1-1/+4
2019-08-29Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka1-1/+3
2019-08-25dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer3-8/+24
2019-07-26dm bufio: fix deadlock with loop deviceJunxiao Bi1-3/+1
2019-07-26dm zoned: fix zone state management raceDamien Le Moal2-28/+24
2019-07-26raid5-cache: Need to do start() part job after adding journal deviceXiao Ni1-2/+9
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li1-0/+1
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li1-2/+2
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li1-0/+12
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li1-1/+0
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li3-36/+15
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li1-17/+0
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li2-2/+4
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li1-1/+1
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li1-2/+2
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li1-0/+4
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li1-0/+9
2019-07-21dm verity: use message limit for data block corruption messageMilan Broz1-2/+2
2019-07-21dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand1-1/+1
2019-07-14md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-07-10md/raid0: Do not bypass blocking queue entered for raid0 biosGuilherme G. Piccoli1-0/+2
2019-07-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)1-2/+21
2019-06-19bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li1-1/+6
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li2-17/+33
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann1-2/+3
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li1-5/+12
2019-05-31bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li1-3/+6