summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-0320-330/+298
|\
| * bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2022-05-282-10/+28
| * md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-05-271-0/+6
| * bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2022-05-272-0/+2
| * bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li2022-05-243-5/+29
| * bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li2022-05-241-28/+13
| * bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2022-05-242-38/+26
| * bcache: improve multithreaded bch_btree_check()Coly Li2022-05-242-33/+27
| * md: fix double free of io_acct_set biosetXiao Ni2022-05-221-4/+0
| * md: Don't set mddev private to NULL in raid0 pers->freeXiao Ni2022-05-221-1/+0
| * md: remove most calls to bdevnameChristoph Hellwig2022-05-229-200/+147
| * md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-05-221-5/+10
| * md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang2022-05-223-7/+11
* | 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