summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-06-21dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng2-4/+5
2023-06-21dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discardMike Snitzer1-2/+1
2023-06-21dm thin metadata: check fail_io before using data_smLi Lingfeng1-8/+12
2023-06-09md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()Yu Kuai1-1/+1
2023-05-24md: fix soft lockup in status_resyncYu Kuai1-9/+9
2023-05-11dm: don't lock fs when the map is NULL in process of resumeLi Lingfeng1-1/+4
2023-05-11dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer1-3/+4
2023-05-11dm flakey: fix a crash with invalid table lineMikulas Patocka1-2/+2
2023-05-11dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer1-3/+5
2023-05-11dm clone: call kmem_cache_destroy() in dm_clone_init() error pathMike Snitzer1-0/+1
2023-05-11dm verity: fix error handling for check_at_most_once on FECYeongjin Gil1-1/+1
2023-05-11md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai1-1/+3
2023-05-11md/raid10: fix memleak of md threadYu Kuai1-3/+3
2023-05-11md/raid10: fix memleak for 'conf->bio_split'Yu Kuai1-20/+17
2023-05-11md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai1-10/+13
2023-05-11md/raid10: fix task hung in raid10dLi Nan1-5/+13
2023-05-11md/raid5: Improve performance for sequential IOJan Kara1-1/+44
2023-05-11md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan1-4/+4
2023-05-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers1-14/+5
2023-03-31Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer1-0/+2
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer1-3/+4
2023-03-29md: fix regression for null-ptr-deference in __md_stop()Yu Kuai1-1/+2
2023-03-25Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+22
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang3-3/+10
2023-03-15Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2-9/+12
2023-03-15md: select BLOCK_LEGACY_AUTOLOADNeilBrown1-0/+4
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai1-3/+3
2023-03-13md: avoid signed overflow in slot_store()NeilBrown1-0/+3
2023-03-13md: Free resources in __md_stopXiao Ni1-9/+5
2023-03-09dm crypt: avoid accessing uninitialized taskletMike Snitzer1-6/+9
2023-03-07dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka1-0/+1
2023-03-07dm thin: fix deadlock when swapping to thin deviceColy Li1-0/+2
2023-02-25Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-4/+4
2023-02-23Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds107-1794/+2243
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-7/+5
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-20dm: remove unnecessary (void*) conversion in event_callback()XU pengfei1-1/+1
2023-02-17dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao1-3/+3
2023-02-17dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer1-0/+4
2023-02-17dm cache: add cond_resched() to various workqueue loopsMike Snitzer1-0/+4
2023-02-17dm thin: add cond_resched() to various workqueue loopsMike Snitzer1-0/+2
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer1-0/+1
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu1-0/+1
2023-02-14dm sysfs: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-14dm: update targets using system workqueues to use a local workqueueTetsuo Handa3-9/+34
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer1-1/+0
2023-02-14dm clone: prefer kvmalloc_array()Heinz Mauelshagen1-1/+1
2023-02-14dm: declare variables static when sensibleHeinz Mauelshagen2-2/+2
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen2-2/+2