aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-04-14md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai1-1/+3
2023-04-14md/raid10: fix memleak of md threadYu Kuai1-3/+3
2023-04-14md/raid10: fix memleak for 'conf->bio_split'Yu Kuai1-20/+17
2023-04-14md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai1-10/+13
2023-04-13md/raid10: don't BUG_ON() in raise_barrier()Yu Kuai1-1/+3
2023-04-13md: fix soft lockup in status_resyncYu Kuai1-9/+9
2023-04-13md: add error_handlers for raid0 and linearMariusz Tkaczyk4-10/+31
2023-04-13md: Use optimal I/O size for last bitmap pageJon Derrick1-4/+29
2023-04-13md: Fix types in sb writerJon Derrick1-21/+14
2023-04-13md: Move sb writer loop to its own functionJon Derrick1-60/+65
2023-04-13md/raid10: Fix typo in comment (replacment -> replacement)Jiangshan Yi1-1/+1
2023-04-13md: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-04-13md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan1-4/+4
2023-04-13md/raid10: fix task hung in raid10dLi Nan1-5/+13
2023-04-13md: simplify sysctl registrationLuis Chamberlain1-21/+1
2023-04-11dm: Add support for block PR read keys/reservationMike Christie1-0/+69
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li14-189/+15
2023-04-11dm raid: remove unused d variableTom Rix1-4/+0
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe11-36/+36
2023-04-11dm mirror: add DMERR message if alloc_workqueue failsYangtao Li1-1/+3
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li18-107/+24
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-04-04dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer1-3/+5
2023-04-04dm clone: call kmem_cache_destroy() in dm_clone_init() error pathMike Snitzer1-0/+1
2023-04-04dm error: add discard supportMikulas Patocka1-1/+10
2023-04-04dm zero: add discard supportMikulas Patocka1-1/+11
2023-04-04dm table: allow targets without devices to set ->io_hintsMikulas Patocka1-1/+5
2023-04-04dm verity: emit audit events on verification failure and moreMichael Weiß1-2/+18
2023-04-04dm verity: fix error handling for check_at_most_once on FECYeongjin Gil1-1/+1
2023-03-31Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2023-03-30dm: improve hash_locks sizing and hash functionJoe Thornber3-4/+17
2023-03-30dm bio prison v1: intelligently size dm_bio_prison's prison_regionsMike Snitzer1-5/+6
2023-03-30dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regionsMike Snitzer1-10/+11
2023-03-30dm bufio: intelligently size dm_buffer_cache's buffer_treesMike Snitzer1-6/+8
2023-03-30dm bufio: prepare to intelligently size dm_buffer_cache's buffer_treesMike Snitzer1-22/+26
2023-03-30dm: add dm_num_hash_locks()Mike Snitzer1-0/+10
2023-03-30dm bio prison v1: add dm_cell_key_has_valid_rangeMike Snitzer3-11/+29
2023-03-30dm bio prison v1: improve concurrent IO performanceJoe Thornber3-68/+121
2023-03-30dm: split discards further if target sets max_discard_granularityMike Snitzer1-6/+19
2023-03-30dm thin: speed up cell_defer_no_holder()Joe Thornber1-6/+8
2023-03-30dm bufio: use multi-page bio vectorMikulas Patocka1-20/+4
2023-03-30dm bufio: use waitqueue_active in __free_buffer_wakeMikulas Patocka1-1/+6
2023-03-30dm bufio: move dm_bufio_client members to avoid spanning cachelinesMike Snitzer1-11/+13
2023-03-30dm bufio: add lock_history optimization for cache iteratorsJoe Thornber1-8/+111
2023-03-30dm bufio: improve concurrent IO performanceJoe Thornber1-463/+478
2023-03-30dm bufio: add dm_buffer_cache abstractionJoe Thornber1-62/+526
2023-03-30dm bufio: add LRU abstractionJoe Thornber1-0/+235
2023-03-30dm bufio: don't bug for clear developer oversightMike Snitzer1-5/+8
2023-03-30dm bufio: never crash if dm_bufio_in_request()Mike Snitzer1-6/+12
2023-03-30dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exitMike Snitzer1-4/+4