summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2022-06-01Merge tag 'for-5.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+16
2022-05-31dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti1-0/+1
2022-05-31dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer1-4/+15
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-12/+69
2022-05-26Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-287/+409
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds11-228/+322
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds21-150/+71
2022-05-16dax: add .recovery_write dax_operationJane Chu4-0/+50
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu6-12/+19
2022-05-11dm: pass NULL bdev to bio_alloc_cloneMike Snitzer1-16/+24
2022-05-09dm cache metadata: remove unnecessary variable in __dump_mappingGuo Zhengkui1-2/+1
2022-05-09dm mpath: provide high-resolution timer to HST for bio-basedGabriel Krisman Bertazi3-1/+23
2022-05-09dm crypt: make printing of the key constant-timeMikulas Patocka1-3/+11
2022-05-09dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter1-2/+0
2022-05-09dm stats: add cond_resched when looping over entriesMikulas Patocka1-0/+8
2022-05-05dm: improve abnormal bio processingMike Snitzer1-31/+36
2022-05-05dm: simplify bio-based IO accounting furtherMike Snitzer2-34/+6
2022-05-05dm: put all polled dm_io instances into a single listMing Lei2-26/+28
2022-05-05dm: improve dm_io reference countingMing Lei1-14/+39
2022-05-05dm: don't grab target io reference in dm_zone_map_bioMing Lei3-18/+6
2022-05-05dm: improve bio splitting and associated IO accountingMing Lei2-24/+59
2022-05-05dm: switch to bdev based IO accounting interfacesMing Lei1-15/+13
2022-05-05dm: pass dm_io instance to dm_io_acct directlyMing Lei1-4/+7
2022-05-05dm: don't pass bio to __dm_start_io_acct and dm_end_io_acctMing Lei1-11/+8
2022-05-05dm: use bio_sectors in dm_aceept_partial_bioMike Snitzer1-5/+5
2022-05-05dm: simplify basic targetsMike Snitzer3-14/+4
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer4-23/+53
2022-05-05dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bioMike Snitzer1-4/+24
2022-05-05dm: move hot dm_io members to same cacheline as dm_target_ioMike Snitzer1-5/+7
2022-05-05dm: add local variables to clone_endio and __map_bioMike Snitzer1-13/+12
2022-05-05dm: mark various branches unlikelyMike Snitzer1-3/+3
2022-05-05dm: simplify dm_start_io_acctMike Snitzer2-13/+11
2022-05-05dm: simplify dm_io access in dm_split_and_process_bioMike Snitzer1-6/+8
2022-05-05dm: factor out dm_io_set_error and __dm_io_dec_pendingMike Snitzer1-28/+36
2022-05-05dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer3-9/+14
2022-05-03raid5: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-05-03dm-zoned: don't set the discard_alignment queue limitChristoph Hellwig1-1/+1
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan1-5/+6
2022-04-25md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg1-15/+16
2022-04-25md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe1-5/+17
2022-04-25md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe1-3/+10
2022-04-25md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe1-22/+43
2022-04-25md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe1-9/+19
2022-04-25md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe2-21/+28
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