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