summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2023-02-17dm cache: add cond_resched() to various workqueue loopsMike Snitzer
2023-02-17dm thin: add cond_resched() to various workqueue loopsMike Snitzer
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu
2023-02-14dm sysfs: make kobj_type structure constantThomas Weißschuh
2023-02-14dm: update targets using system workqueues to use a local workqueueTetsuo Handa
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-02-14dm clone: prefer kvmalloc_array()Heinz Mauelshagen
2023-02-14dm: declare variables static when sensibleHeinz Mauelshagen
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen
2023-02-14dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen
2023-02-14dm: avoid void function return statementsHeinz Mauelshagen
2023-02-14dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen