summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-05-311-0/+8
* md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-05-251-1/+9
* Revert "Don't jump to compute_result state from check_result state"Song Liu2019-05-251-4/+15
* dm mpath: always free attached_handler_name in parse_path()Martin Wilck2019-05-251-1/+1
* dm integrity: correctly calculate the size of metadata areaMikulas Patocka2019-05-251-2/+2
* dm delay: fix a crash when invalid device is specifiedMikulas Patocka2019-05-251-1/+2
* dm zoned: Fix zone report handlingDamien Le Moal2019-05-251-0/+5
* dm cache metadata: Fix loading discard bitsetNikos Tsironis2019-05-251-1/+8
* md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-05-251-2/+4
* md: batch flush requests.NeilBrown2019-05-252-4/+26
* Revert "MD: fix lock contention for flush bios"NeilBrown2019-05-252-123/+62
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-05-221-4/+7
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-05-221-1/+1
* Don't jump to compute_result state from check_result stateNigel Croxon2019-05-161-15/+4