aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang
2019-04-16md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu
2019-04-16md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak
2019-04-15Merge tag 'v5.1-rc5' into for-5.2/blockJens Axboe
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig
2019-04-10md: use correct type in super_1_syncChristoph Hellwig
2019-04-10md: use correct type in super_1_loadChristoph Hellwig
2019-04-10md: use correct types in md_bitmap_print_sbChristoph Hellwig
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka
2019-04-01md: batch flush requests.NeilBrown
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-03-12raid5: set write hint for PPLMariusz Dabrowski
2019-03-12md: convert to kvmallocKent Overstreet
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka
2019-03-05dm cache: add support for discard passdown to the origin deviceMike Snitzer
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu
2019-03-05dm verity fec: remove redundant unlikely annotationChengguang Xu
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu
2019-03-05dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer
2019-02-19dm: update dm_process_bio() to split bio if in ->make_request_fn()Mike Snitzer
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei