summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2022-04-25md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe1-9/+11
2022-04-25md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe1-7/+11
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao3-6/+5
2022-04-25md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao1-21/+23
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-04-25raid5: introduce MD_BROKENMariusz Tkaczyk1-25/+22
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk4-72/+100
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig5-12/+10
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig16-106/+22
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig1-3/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig5-8/+5
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig4-20/+32
2022-04-15dm: fix bio length of empty flushShin'ichiro Kawasaki1-0/+1
2022-04-14dm: allow dm_accept_partial_bio() for dm_io without duplicate biosMike Snitzer1-11/+6
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer1-21/+28
2022-04-13dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov1-6/+5
2022-04-13dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka1-2/+5
2022-04-01Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-14/+31
2022-04-01dm: fix bio polling to handle possibile BLK_STS_AGAINMing Lei1-7/+13
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka1-2/+2
2022-04-01dm integrity: set journal entry unused when shrinking deviceMikulas Patocka1-2/+4
2022-04-01dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka1-3/+12
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+13
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-33/+3
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-95/+4
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-352/+659
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds12-75/+52
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds28-421/+240
2022-03-21dm: consolidate spinlocks in dm_io structMike Snitzer2-8/+6
2022-03-21dm: reduce size of dm_io and dm_target_io structsMike Snitzer1-6/+6
2022-03-21dm: switch dm_target_io booleans over to proper flagsMike Snitzer2-14/+38
2022-03-21dm: switch dm_io booleans over to proper flagsMike Snitzer2-14/+38
2022-03-10dm: return void from __send_empty_flushMike Snitzer1-3/+2
2022-03-10dm: factor out dm_io_completeMike Snitzer1-72/+77
2022-03-10dm cache: use dm_submit_bio_remapMike Snitzer1-3/+4
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer5-10/+11
2022-03-10dm thin: use dm_submit_bio_remapMike Snitzer1-2/+3
2022-03-10dm: add WARN_ON_ONCE to dm_submit_bio_remapMike Snitzer1-1/+3
2022-03-09dm: support bio pollingMing Lei3-3/+169
2022-03-08raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig1-17/+8
2022-03-08raid5-cache: statically allocate the recovery ra bioChristoph Hellwig1-15/+13
2022-03-08raid5-cache: fully initialize flush_bio when neededChristoph Hellwig1-2/+3
2022-03-08raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig1-3/+2
2022-03-08md: use msleep() in md_notify_reboot()Eric Dumazet1-1/+1
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk5-27/+8
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig3-33/+3
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe3-10/+17
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe28-421/+240