summary refs log tree commit diff
path: root/drivers/md
AgeCommit message (Expand)Author
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/raid5: Improve performance for sequential IOJan Kara
2023-05-11md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan
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-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-05-11blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig
2023-04-13dm: fix improper splitting for abnormal biosMike Snitzer
2023-04-13dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-04-13dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong
2023-04-13dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber
2023-04-06dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer
2023-04-06md: avoid signed overflow in slot_store()NeilBrown
2023-03-30dm crypt: avoid accessing uninitialized taskletMike Snitzer
2023-03-30dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka
2023-03-30dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-03-30dm thin: fix deadlock when swapping to thin deviceColy Li
2023-03-22md: select BLOCK_LEGACY_AUTOLOADNeilBrown
2023-03-10dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka
2023-03-10dm flakey: don't corrupt the zero pageMikulas Patocka
2023-03-10dm cache: free background tracker's queued work in btracker_destroyJoe Thornber
2023-03-10dm flakey: fix logic when corrupting a bioMikulas Patocka
2023-03-10dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer
2023-03-10dm: add cond_resched() to dm_wq_work()Pingfan Liu
2023-03-10dm: send just one event on resize, not twoMikulas Patocka
2023-03-10md: don't update recovery_cp when curr_resync is ACTIVEHou Tao
2023-03-10dm cache: add cond_resched() to various workqueue loopsMike Snitzer
2023-03-10dm thin: add cond_resched() to various workqueue loopsMike Snitzer
2023-03-10dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-03-10dm: improve shrinker debug namesMike Snitzer
2023-02-09bcache: Silence memcpy() run-time false positive warningsKees Cook
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-07md/bitmap: Fix bitmap chunk size overflow issuesFlorian-Ewald Mueller
2023-01-07dm cache: set needs_check flag after aborting metadataMike Snitzer
2023-01-07dm cache: Fix UAF in destroy()Luo Meng
2023-01-07dm clone: Fix UAF in clone_dtr()Luo Meng
2023-01-07dm integrity: Fix UAF in dm_integrity_dtr()Luo Meng
2023-01-07dm thin: Fix UAF in run_timer_softirq()Luo Meng