summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka2022-06-291-0/+1
* dm raid: fix KASAN warning in raid5_remove_diskMikulas Patocka2022-06-291-1/+4
* dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen2022-06-271-16/+18
* dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka2022-06-231-1/+1
* dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei2022-06-232-4/+8
* dm: do not return early from dm_io_complete if BLK_STS_AGAIN without pollingMike Snitzer2022-06-211-1/+3
* dm era: commit metadata in postsuspend after worker stopsNikos Tsironis2022-06-211-1/+7
* Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-174-13/+9
|\
| * md/raid5-ppl: Fix argument order in bio_alloc_bioset()Logan Gunthorpe2022-06-151-2/+2
| * Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang2022-06-153-11/+7
* | dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka2022-06-161-2/+1
* | dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka2022-06-161-1/+6
* | dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka2022-06-161-6/+7
* | dm: fix race in dm_start_io_acctBenjamin Marzinski2022-06-151-0/+4
|/
* dm: fix zoned locking imbalance due to needless check in clone_endioMike Snitzer2022-06-101-15/+11
* dm: fix bio_set allocationChristoph Hellwig2022-06-085-75/+35
* 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