summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2022-07-22Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+3
2022-07-19md/raid5: missing error code in setup_conf()Dan Carpenter-1/+3
2022-06-29dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka-0/+1
2022-06-29dm raid: fix KASAN warning in raid5_remove_diskMikulas Patocka-1/+4
2022-06-27dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen-16/+18
2022-06-23dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka-1/+1
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei-4/+8
2022-06-21dm: do not return early from dm_io_complete if BLK_STS_AGAIN without pollingMike Snitzer-1/+3
2022-06-21dm era: commit metadata in postsuspend after worker stopsNikos Tsironis-1/+7
2022-06-17Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+9
2022-06-16dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka-2/+1
2022-06-16dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka-1/+6
2022-06-16dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka-6/+7
2022-06-15md/raid5-ppl: Fix argument order in bio_alloc_bioset()Logan Gunthorpe-2/+2
2022-06-15Revert "md: don't unregister sync_thread with reconfig_mutex held"Guoqing Jiang-11/+7
2022-06-15dm: fix race in dm_start_io_acctBenjamin Marzinski-0/+4
2022-06-10dm: fix zoned locking imbalance due to needless check in clone_endioMike Snitzer-15/+11
2022-06-08dm: fix bio_set allocationChristoph Hellwig-75/+35
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-330/+298
2022-06-01Merge tag 'for-5.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+16
2022-05-31dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti-0/+1
2022-05-31dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer-4/+15
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li-10/+28
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+69
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai-0/+6
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li-0/+2
2022-05-26Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-287/+409
2022-05-24bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li-5/+29
2022-05-24bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li-28/+13
2022-05-24bcache: improve multithreaded bch_sectors_dirty_init()Coly Li-38/+26
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li-33/+27
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-228/+322
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-150/+71
2022-05-22md: fix double free of io_acct_set biosetXiao Ni-4/+0
2022-05-22md: Don't set mddev private to NULL in raid0 pers->freeXiao Ni-1/+0
2022-05-22md: remove most calls to bdevnameChristoph Hellwig-200/+147
2022-05-22md: protect md_unregister_thread from reentrancyGuoqing Jiang-5/+10
2022-05-22md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang-7/+11
2022-05-16dax: add .recovery_write dax_operationJane Chu-0/+50
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu-12/+19
2022-05-11dm: pass NULL bdev to bio_alloc_cloneMike Snitzer-16/+24
2022-05-09dm cache metadata: remove unnecessary variable in __dump_mappingGuo Zhengkui-2/+1
2022-05-09dm mpath: provide high-resolution timer to HST for bio-basedGabriel Krisman Bertazi-1/+23
2022-05-09dm crypt: make printing of the key constant-timeMikulas Patocka-3/+11
2022-05-09dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter-2/+0
2022-05-09dm stats: add cond_resched when looping over entriesMikulas Patocka-0/+8
2022-05-05dm: improve abnormal bio processingMike Snitzer-31/+36
2022-05-05dm: simplify bio-based IO accounting furtherMike Snitzer-34/+6
2022-05-05dm: put all polled dm_io instances into a single listMing Lei-26/+28
2022-05-05dm: improve dm_io reference countingMing Lei-14/+39