summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2022-10-24md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe
2022-10-24bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li
2022-10-24md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan
2022-10-24md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe
2022-10-24md: Replace snprintf with scnprintfSaurabh Sengar
2022-09-15md: Flush workqueue md_rdev_misc_wq in md_alloc()David Sloan
2022-08-31md: call __md_stop_writes in md_stopGuoqing Jiang
2022-08-31Revert "md-raid: destroy the bitmap after destroying the thread"Guoqing Jiang
2022-08-25drivers:md:fix a potential use-after-free bugWentao_Liang
2022-08-25md/raid5: Make logic blocking check consistent with logic that blocksLogan Gunthorpe
2022-08-25md: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe
2022-08-17dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer
2022-08-17dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka
2022-08-17dm raid: fix address sanitizer warning in raid_statusMikulas Patocka
2022-08-17dm thin: fix use-after-free crash in dm_sm_register_threshold_callbackLuo Meng
2022-08-17dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka
2022-08-17dm: return early from dm_pr_call() if DM device is suspendedMike Snitzer
2022-08-17dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka
2022-08-17dm writecache: count number of blocks written, not number of write biosMikulas Patocka
2022-08-17dm writecache: count number of blocks read, not number of read biosMikulas Patocka
2022-08-17dm writecache: return void from functionsMikulas Patocka
2022-08-17md-raid10: fix KASAN warningMikulas Patocka
2022-08-17md-raid: destroy the bitmap after destroying the threadMikulas Patocka
2022-07-22Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-19md/raid5: missing error code in setup_conf()Dan Carpenter
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