summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-03raid5: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-03dm-zoned: don't set the discard_alignment queue limitChristoph Hellwig
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan
2022-04-25md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg
2022-04-25md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe
2022-04-25md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe
2022-04-25md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe
2022-04-25md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe
2022-04-25md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe
2022-04-25md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe
2022-04-25md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-04-25md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-04-25raid5: introduce MD_BROKENMariusz Tkaczyk
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-04-23Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()block-5.18-2022-04-22Coly Li
2022-04-19bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-15dm: fix bio length of empty flushShin'ichiro Kawasaki
2022-04-14dm: allow dm_accept_partial_bio() for dm_io without duplicate biosMike Snitzer
2022-04-13dm zone: fix NULL pointer dereference in dm_zone_map_bioMike Snitzer
2022-04-13dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov
2022-04-13dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka
2022-04-01Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-04-01dm: fix bio polling to handle possibile BLK_STS_AGAINMing Lei
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka
2022-04-01dm integrity: set journal entry unused when shrinking deviceMikulas Patocka
2022-04-01dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21dm: consolidate spinlocks in dm_io structMike Snitzer
2022-03-21dm: reduce size of dm_io and dm_target_io structsMike Snitzer
2022-03-21dm: switch dm_target_io booleans over to proper flagsMike Snitzer
2022-03-21dm: switch dm_io booleans over to proper flagsMike Snitzer
2022-03-10dm: return void from __send_empty_flushMike Snitzer
2022-03-10dm: factor out dm_io_completeMike Snitzer