summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing1-2/+2
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-4/+4
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds4-1/+69
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-03-12raid5: set write hint for PPLMariusz Dabrowski3-0/+65
2019-03-12md: convert to kvmallocKent Overstreet3-56/+46
2019-03-10Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-139/+647
2019-03-09Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds14-74/+124
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka1-4/+4
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka1-8/+0
2019-03-05dm cache: add support for discard passdown to the origin deviceMike Snitzer1-26/+100
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye1-1/+1
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike4-0/+422
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)1-0/+13
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu1-4/+4
2019-03-05dm verity fec: remove redundant unlikely annotationChengguang Xu1-3/+3
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu1-1/+1
2019-03-05dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer1-3/+2
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer3-36/+18