summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2023-07-11md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai
2023-07-11md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai
2023-07-11md/raid1-10: factor out a helper to submit normal writeYu Kuai
2023-07-11md/raid1-10: factor out a helper to add bio to plugYu Kuai
2023-07-11md/raid10: fix io loss while replacement replace rdevLi Nan
2023-07-11md/raid10: fix null-ptr-deref of mreplace in raid10_sync_requestLi Nan
2023-07-11md/raid10: fix wrong setting of max_corr_read_errorsLi Nan
2023-07-11md/raid10: fix overflow of md/safe_mode_delayLi Nan
2023-07-11md/raid10: check slab-out-of-bounds in md_bitmap_get_counterLi Nan
2023-07-05dm ioctl: Avoid double-fetch of versionDemi Marie Obenour
2023-06-21dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng
2023-06-21dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discardMike Snitzer
2023-06-21dm thin metadata: check fail_io before using data_smLi Lingfeng
2023-06-09md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()Yu Kuai
2023-05-24md: fix soft lockup in status_resyncYu Kuai
2023-05-11dm: don't lock fs when the map is NULL in process of resumeLi Lingfeng
2023-05-11dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer
2023-05-11dm flakey: fix a crash with invalid table lineMikulas Patocka
2023-05-11dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer
2023-05-11dm clone: call kmem_cache_destroy() in dm_clone_init() error pathMike Snitzer
2023-05-11dm verity: fix error handling for check_at_most_once on FECYeongjin Gil
2023-05-11md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai
2023-05-11md/raid10: fix memleak of md threadYu Kuai
2023-05-11md/raid10: fix memleak for 'conf->bio_split'Yu Kuai
2023-05-11md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai
2023-05-11md/raid10: fix task hung in raid10dLi Nan
2023-05-11md/raid5: Improve performance for sequential IOJan Kara
2023-05-11md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan
2023-05-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-03-31Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer
2023-03-29md: fix regression for null-ptr-deference in __md_stop()Yu Kuai
2023-03-24Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-03-15Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2023-03-15md: select BLOCK_LEGACY_AUTOLOADNeilBrown
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai
2023-03-13md: avoid signed overflow in slot_store()NeilBrown
2023-03-13md: Free resources in __md_stopXiao Ni
2023-03-09dm crypt: avoid accessing uninitialized taskletMike Snitzer
2023-03-06dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka
2023-03-06dm thin: fix deadlock when swapping to thin deviceColy Li
2023-02-25Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-02-22Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-20dm: remove unnecessary (void*) conversion in event_callback()XU pengfei
2023-02-17dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao
2023-02-17dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer