summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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: Notify sysfs sync_completed in md_reap_sync_thread()Logan Gunthorpe
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-07dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka
2022-07-07dm raid: fix accesses beyond end of raid member arrayHeinz Mauelshagen
2022-07-02bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li
2022-06-29dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka
2022-06-29dm era: commit metadata in postsuspend after worker stopsNikos Tsironis
2022-06-22dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka
2022-06-14md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg
2022-06-14md: protect md_unregister_thread from reentrancyGuoqing Jiang
2022-06-09md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai
2022-06-09md: fix double free of io_acct_set biosetXiao Ni
2022-06-09md: Don't set mddev private to NULL in raid0 pers->freeXiao Ni
2022-06-09bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li
2022-06-09bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li
2022-06-09bcache: improve multithreaded bch_sectors_dirty_init()Coly Li
2022-06-09bcache: improve multithreaded bch_btree_check()Coly Li
2022-06-09md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-06-09md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-06-09md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao
2022-06-06raid5: introduce MD_BROKENMariusz Tkaczyk
2022-06-06dm verity: set DM_TARGET_IMMUTABLE feature flagSarthak Kukreti
2022-06-06dm stats: add cond_resched when looping over entriesMikulas Patocka
2022-06-06dm crypt: make printing of the key constant-timeMikulas Patocka
2022-06-06dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter
2022-04-20dm integrity: fix memory corruption when tag_size is less than digest sizeMikulas Patocka
2022-04-20dm mpath: only use ktime_get_ns() in historical selectorKhazhismel Kumykov
2022-04-13dm: requeue IO if mapping table not yet availableMike Snitzer
2022-04-13dm ioctl: prevent potential spectre v1 gadgetJordy Zomer
2022-04-08dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma
2022-04-08bcache: fixup multiple threads crashMingzhe Zou
2022-04-08dm integrity: set journal entry unused when shrinking deviceMikulas Patocka
2022-04-08dm: fix double accounting of flush with dataMike Snitzer
2022-04-08dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer
2022-04-08dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai
2022-04-08dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig