summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2022-04-23Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li-1/+1
2022-04-19bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li-1/+1
2022-04-15dm: fix bio length of empty flushShin'ichiro Kawasaki-0/+1
2022-04-14dm: allow dm_accept_partial_bio() for dm_io without duplicate biosMike Snitzer-11/+6
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer-21/+28
2022-04-13dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov-6/+5
2022-04-13dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka-2/+5
2022-04-01Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+31
2022-04-01dm: fix bio polling to handle possibile BLK_STS_AGAINMing Lei-7/+13
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka-2/+2
2022-04-01dm integrity: set journal entry unused when shrinking deviceMikulas Patocka-2/+4
2022-04-01dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka-3/+12
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+13
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-33/+3
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-95/+4
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-352/+659
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-75/+52
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-421/+240
2022-03-21dm: consolidate spinlocks in dm_io structMike Snitzer-8/+6
2022-03-21dm: reduce size of dm_io and dm_target_io structsMike Snitzer-6/+6
2022-03-21dm: switch dm_target_io booleans over to proper flagsMike Snitzer-14/+38
2022-03-21dm: switch dm_io booleans over to proper flagsMike Snitzer-14/+38
2022-03-10dm: return void from __send_empty_flushMike Snitzer-3/+2
2022-03-10dm: factor out dm_io_completeMike Snitzer-72/+77
2022-03-10dm cache: use dm_submit_bio_remapMike Snitzer-3/+4
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer-10/+11
2022-03-10dm thin: use dm_submit_bio_remapMike Snitzer-2/+3
2022-03-10dm: add WARN_ON_ONCE to dm_submit_bio_remapMike Snitzer-1/+3
2022-03-09dm: support bio pollingMing Lei-3/+169
2022-03-08raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig-17/+8
2022-03-08raid5-cache: statically allocate the recovery ra bioChristoph Hellwig-15/+13
2022-03-08raid5-cache: fully initialize flush_bio when neededChristoph Hellwig-2/+3
2022-03-08raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig-3/+2
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet-1/+1
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk-27/+8
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig-33/+3
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe-10/+17
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe-421/+240
2022-03-07raid5-ppl: stop using bio_devnameChristoph Hellwig-9/+4
2022-03-07raid1: stop using bio_devnameChristoph Hellwig-3/+2
2022-03-07md-multipath: stop using bio_devnameChristoph Hellwig-5/+4
2022-03-07dm-integrity: stop using bio_devnameChristoph Hellwig-3/+2
2022-03-07dm-crypt: stop using bio_devnameChristoph Hellwig-6/+4
2022-03-06bcache: fixup multiple threads crashMingzhe Zou-4/+8
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou-4/+7
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig-2/+2
2022-03-02dm mpath: use DMINFO instead of printk with KERN_INFOMike Snitzer-2/+1
2022-03-02dm: stop using bdevnameChristoph Hellwig-37/+27
2022-03-02dm-zoned: remove the ->name field in struct dmz_devChristoph Hellwig-8/+6