aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2022-03-10dm cache: use dm_submit_bio_remapMike Snitzer
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer
2022-03-10dm thin: use dm_submit_bio_remapMike Snitzer
2022-03-10dm: add WARN_ON_ONCE to dm_submit_bio_remapMike Snitzer
2022-03-09dm: support bio pollingMing Lei
2022-03-08raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig
2022-03-08raid5-cache: statically allocate the recovery ra bioChristoph Hellwig
2022-03-08raid5-cache: fully initialize flush_bio when neededChristoph Hellwig
2022-03-08raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-03-07raid5-ppl: stop using bio_devnameChristoph Hellwig
2022-03-07raid1: stop using bio_devnameChristoph Hellwig
2022-03-07md-multipath: stop using bio_devnameChristoph Hellwig
2022-03-07dm-integrity: stop using bio_devnameChristoph Hellwig
2022-03-07dm-crypt: stop using bio_devnameChristoph Hellwig
2022-03-06bcache: fixup multiple threads crashMingzhe Zou
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig
2022-03-02dm mpath: use DMINFO instead of printk with KERN_INFOMike Snitzer
2022-03-02dm: stop using bdevnameChristoph Hellwig
2022-03-02dm-zoned: remove the ->name field in struct dmz_devChristoph Hellwig
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig
2022-02-22dm: remove unnecessary local variables in __bindMike Snitzer
2022-02-22dm: requeue IO if mapping table not yet availableMike Snitzer
2022-02-22dm io: remove stale comment block for dm_io()Barry Song
2022-02-22dm thin metadata: remove unused dm_thin_remove_block and __removeZhiqiang Liu
2022-02-22dm thin: use time_is_before_jiffies instead of open coding itWang Qing
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma
2022-02-22dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai
2022-02-22dm ioctl: prevent potential spectre v1 gadgetJordy Zomer
2022-02-22dm ima: fix wrong length calculation for no_data stringThore Sommer
2022-02-22dm cache policy smq: make static read-only array table constColin Ian King
2022-02-21dm delay: use dm_submit_bio_remapMike Snitzer
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer
2022-02-21dm: reduce dm_io and dm_target_io struct sizesMike Snitzer
2022-02-21dm: move duplicate code from callers of alloc_tio into alloc_tioMike Snitzer
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer
2022-02-21dm: remove legacy code only needed before submit_bio recursionMike Snitzer
2022-02-21dm: remove unused mapped_device argument from free_tioMike Snitzer
2022-02-21dm: remove impossible BUG_ON in __send_empty_flushMike Snitzer
2022-02-21dm: reduce code duplication in __map_bioMike Snitzer
2022-02-21dm: refactor dm_split_and_process_bio a bitMike Snitzer