summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)1-2/+21
2019-07-03dm init: fix incorrect uses of kstrndup()Gen Zhang1-3/+3
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
2019-05-31bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang1-0/+8
2019-05-31dax: Arrange for dax_supported check to span multiple devicesDan Williams3-6/+32
2019-05-25md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-05-25Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-05-25dm: make sure to obey max_io_len_target_boundaryMichael Lass1-1/+3
2019-05-25dm mpath: always free attached_handler_name in parse_path()Martin Wilck1-1/+1
2019-05-25dm ioctl: fix hang in early create error conditionHelen Koike1-1/+5
2019-05-25dm integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-25dm crypt: move detailed message into debug levelMilan Broz1-4/+5
2019-05-25dm delay: fix a crash when invalid device is specifiedMikulas Patocka1-1/+2
2019-05-25dm init: fix max devices/targets checksHelen Koike1-4/+4
2019-05-25dm zoned: Fix zone report handlingDamien Le Moal1-0/+5
2019-05-25dm cache metadata: Fix loading discard bitsetNikos Tsironis1-1/+8
2019-05-25md: add a missing endianness conversion in check_sb_changesChristoph Hellwig1-1/+1
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2019-05-25md: batch flush requests.NeilBrown2-4/+26
2019-05-25Revert "MD: fix lock contention for flush bios"NeilBrown2-119/+62
2019-05-22bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li1-4/+7
2019-05-22bcache: fix a race between cache register and cacheset unregisterLiang Chen1-1/+1
2019-05-16Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-04-06dm integrity: fix deadlock with overlapping I/OMikulas Patocka1-3/+1
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer3-8/+24
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov1-0/+39
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka1-9/+1
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen1-1/+1