summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-012-4/+16
|\
| * dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti2022-05-311-0/+1
| * dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer2022-05-311-4/+15
* | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-276-12/+69
|\ \
| * | dax: add .recovery_write dax_operationJane Chu2022-05-164-0/+50
| * | dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-166-12/+19
* | | Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-2615-287/+409
|\ \ \ | | |/ | |/|
| * | dm: pass NULL bdev to bio_alloc_cloneMike Snitzer2022-05-111-16/+24
| * | dm cache metadata: remove unnecessary variable in __dump_mappingGuo Zhengkui2022-05-091-2/+1
| * | dm mpath: provide high-resolution timer to HST for bio-basedGabriel Krisman Bertazi2022-05-093-1/+23
| * | dm crypt: make printing of the key constant-timeMikulas Patocka2022-05-091-3/+11
| * | dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter2022-05-091-2/+0
| * | dm stats: add cond_resched when looping over entriesMikulas Patocka2022-05-091-0/+8
| * | dm: improve abnormal bio processingMike Snitzer2022-05-051-31/+36
| * | dm: simplify bio-based IO accounting furtherMike Snitzer2022-05-052-34/+6
| * | dm: put all polled dm_io instances into a single listMing Lei2022-05-052-26/+28
| * | dm: improve dm_io reference countingMing Lei2022-05-051-14/+39
| * | dm: don't grab target io reference in dm_zone_map_bioMing Lei2022-05-053-18/+6
| * | dm: improve bio splitting and associated IO accountingMing Lei2022-05-052-24/+59
| * | dm: switch to bdev based IO accounting interfacesMing Lei2022-05-051-15/+13
| * | dm: pass dm_io instance to dm_io_acct directlyMing Lei2022-05-051-4/+7
| * | dm: don't pass bio to __dm_start_io_acct and dm_end_io_acctMing Lei2022-05-051-11/+8
| * | dm: use bio_sectors in dm_aceept_partial_bioMike Snitzer2022-05-051-5/+5
| * | dm: simplify basic targetsMike Snitzer2022-05-053-14/+4
| * | dm: conditionally enable branching for less used featuresMike Snitzer2022-05-054-23/+53
| * | dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bioMike Snitzer2022-05-051-4/+24
| * | dm: move hot dm_io members to same cacheline as dm_target_ioMike Snitzer2022-05-051-5/+7
| * | dm: add local variables to clone_endio and __map_bioMike Snitzer2022-05-051-13/+12
| * | dm: mark various branches unlikelyMike Snitzer2022-05-051-3/+3
| * | dm: simplify dm_start_io_acctMike Snitzer2022-05-052-13/+11
| * | dm: simplify dm_io access in dm_split_and_process_bioMike Snitzer2022-05-051-6/+8
| * | dm: factor out dm_io_set_error and __dm_io_dec_pendingMike Snitzer2022-05-051-28/+36
| * | dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer2022-05-053-9/+14
* | | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-2311-228/+322
|\ \ \
| * | | raid5: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
| * | | dm-zoned: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+1
| * | | md: Replace role magic numbers with defined constantsDavid Sloan2022-04-251-5/+6
| * | | md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg2022-04-251-15/+16
| * | | md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe2022-04-251-5/+17
| * | | md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe2022-04-251-3/+10
| * | | md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe2022-04-251-22/+43
| * | | md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe2022-04-251-9/+19
| * | | md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe2022-04-252-21/+28
| * | | md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe2022-04-251-9/+11
| * | | md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe2022-04-251-7/+11
| * | | md: replace deprecated strlcpy & remove duplicated lineHeming Zhao2022-04-253-6/+5
| * | | md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao2022-04-251-21/+23
| * | | md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong2022-04-251-4/+6
| * | | md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong2022-04-251-3/+5
| * | | raid5: introduce MD_BROKENMariusz Tkaczyk2022-04-251-25/+22