summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcache: acquire bch_register_lock later in cached_dev_free()Coly Li2019-07-261-2/+2
* bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li2019-07-261-0/+4
* bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li2019-07-261-0/+9
* dm verity: use message limit for data block corruption messageMilan Broz2019-07-211-2/+2
* dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand2019-07-211-1/+1
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-07-141-14/+22
* md/raid0: Do not bypass blocking queue entered for raid0 biosGuilherme G. Piccoli2019-07-101-0/+2
* dm log writes: make sure super sector log updates are written in orderzhangyi (F)2019-07-031-2/+21
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-191-1/+6
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-192-17/+33
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-05-311-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-05-311-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-05-311-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-05-311-3/+6