summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
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
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li
2019-07-21dm verity: use message limit for data block corruption messageMilan Broz
2019-07-21dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand
2019-07-14md: fix for divide error in status_resyncMariusz Tkaczyk
2019-07-10md/raid0: Do not bypass blocking queue entered for raid0 biosGuilherme G. Piccoli
2019-07-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)
2019-06-19bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-06-19bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-05-31bcache: avoid clang -Wunintialized warningArnd Bergmann
2019-05-31bcache: add failure check to run_cache_set() for journal replayColy Li
2019-05-31bcache: fix failure in journal relplayTang Junhui
2019-05-31bcache: return error immediately in bch_journal_replay()Coly Li
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu
2019-05-25dm mpath: always free attached_handler_name in parse_path()Martin Wilck
2019-05-25dm integrity: correctly calculate the size of metadata areaMikulas Patocka
2019-05-25dm delay: fix a crash when invalid device is specifiedMikulas Patocka
2019-05-25dm zoned: Fix zone report handlingDamien Le Moal
2019-05-25dm cache metadata: Fix loading discard bitsetNikos Tsironis
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2019-05-25md: batch flush requests.NeilBrown
2019-05-25Revert "MD: fix lock contention for flush bios"NeilBrown
2019-05-22bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen