summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm bufio: fix deadlock with loop deviceJunxiao Bi2019-07-261-3/+1Star
* dm zoned: fix zone state management raceDamien Le Moal2019-07-262-28/+24Star
* 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/+0Star
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-07-263-36/+15Star
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-07-261-17/+0Star
* 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/+62Star
* 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/+4Star
* dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-171-3/+1Star
* dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-171-0/+39
* dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-171-9/+1Star
* dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-171-4/+4
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-04-051-1/+3
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-04-051-3/+10
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-04-051-1/+3
* bcache: fix input overflow to sequential_cutoffColy Li2019-04-051-1/+3
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-04-051-2/+11
* dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)2019-04-051-0/+13
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-03-231-3/+4