index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2023-04-13
md: add error_handlers for raid0 and linear
Mariusz Tkaczyk
2023-04-13
md: Use optimal I/O size for last bitmap page
Jon Derrick
2023-04-13
md: Fix types in sb writer
Jon Derrick
2023-04-13
md: Move sb writer loop to its own function
Jon Derrick
2023-04-13
md/raid10: Fix typo in comment (replacment -> replacement)
Jiangshan Yi
2023-04-13
md: make kobj_type structures constant
Thomas Weißschuh
2023-04-13
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
2023-04-13
md/raid10: fix task hung in raid10d
Li Nan
2023-04-13
md: simplify sysctl registration
Luis Chamberlain
2023-04-11
dm: Add support for block PR read keys/reservation
Mike Christie
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
dm raid: remove unused d variable
Tom Rix
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
2023-04-11
dm mirror: add DMERR message if alloc_workqueue fails
Yangtao Li
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-04
dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
Mike Snitzer
2023-04-04
dm clone: call kmem_cache_destroy() in dm_clone_init() error path
Mike Snitzer
2023-04-04
dm error: add discard support
Mikulas Patocka
2023-04-04
dm zero: add discard support
Mikulas Patocka
2023-04-04
dm table: allow targets without devices to set ->io_hints
Mikulas Patocka
2023-04-04
dm verity: emit audit events on verification failure and more
Michael Weiß
2023-04-04
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
2023-03-31
Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-30
dm: improve hash_locks sizing and hash function
Joe Thornber
2023-03-30
dm bio prison v1: intelligently size dm_bio_prison's prison_regions
Mike Snitzer
2023-03-30
dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regions
Mike Snitzer
2023-03-30
dm bufio: intelligently size dm_buffer_cache's buffer_trees
Mike Snitzer
2023-03-30
dm bufio: prepare to intelligently size dm_buffer_cache's buffer_trees
Mike Snitzer
2023-03-30
dm: add dm_num_hash_locks()
Mike Snitzer
2023-03-30
dm bio prison v1: add dm_cell_key_has_valid_range
Mike Snitzer
2023-03-30
dm bio prison v1: improve concurrent IO performance
Joe Thornber
2023-03-30
dm: split discards further if target sets max_discard_granularity
Mike Snitzer
2023-03-30
dm thin: speed up cell_defer_no_holder()
Joe Thornber
2023-03-30
dm bufio: use multi-page bio vector
Mikulas Patocka
2023-03-30
dm bufio: use waitqueue_active in __free_buffer_wake
Mikulas Patocka
2023-03-30
dm bufio: move dm_bufio_client members to avoid spanning cachelines
Mike Snitzer
2023-03-30
dm bufio: add lock_history optimization for cache iterators
Joe Thornber
2023-03-30
dm bufio: improve concurrent IO performance
Joe Thornber
2023-03-30
dm bufio: add dm_buffer_cache abstraction
Joe Thornber
2023-03-30
dm bufio: add LRU abstraction
Joe Thornber
2023-03-30
dm bufio: don't bug for clear developer oversight
Mike Snitzer
2023-03-30
dm bufio: never crash if dm_bufio_in_request()
Mike Snitzer
2023-03-30
dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exit
Mike Snitzer
2023-03-30
dm bufio: remove unused dm_bufio_release_move interface
Joe Thornber
2023-03-30
dm: fix __send_duplicate_bios() to always allow for splitting IO
Mike Snitzer
2023-03-30
dm: fix improper splitting for abnormal bios
Mike Snitzer
2023-03-29
md: fix regression for null-ptr-deference in __md_stop()
Yu Kuai
2023-03-28
mm: shrinkers: convert shrinker_rwsem to mutex
Qi Zheng
2023-03-24
Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
[prev]
[next]