aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-04-26dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu
2019-04-18dm thin metadata: do not write metadata if no changes occurredMike Snitzer
2019-04-18dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer
2019-04-18dm thin metadata: check __commit_transaction()'s returnMike Snitzer
2019-04-18dm space map common: zero entire ll_diskMike Snitzer
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis
2019-04-18dm cache metadata: Fix loading discard bitsetNikos Tsironis
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal
2019-04-18dm zoned: Silence a static checker warningDan Carpenter
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph 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-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
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei