index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...
Yu Kuai
1
-1
/
+3
2023-04-14
md/raid10: fix memleak of md thread
Yu Kuai
1
-3
/
+3
2023-04-14
md/raid10: fix memleak for 'conf->bio_split'
Yu Kuai
1
-20
/
+17
2023-04-14
md/raid10: fix leak of 'r10bio->remaining' for recovery
Yu Kuai
1
-10
/
+13
2023-04-13
md/raid10: don't BUG_ON() in raise_barrier()
Yu Kuai
1
-1
/
+3
2023-04-13
md: fix soft lockup in status_resync
Yu Kuai
1
-9
/
+9
2023-04-13
md: add error_handlers for raid0 and linear
Mariusz Tkaczyk
4
-10
/
+31
2023-04-13
md: Use optimal I/O size for last bitmap page
Jon Derrick
1
-4
/
+29
2023-04-13
md: Fix types in sb writer
Jon Derrick
1
-21
/
+14
2023-04-13
md: Move sb writer loop to its own function
Jon Derrick
1
-60
/
+65
2023-04-13
md/raid10: Fix typo in comment (replacment -> replacement)
Jiangshan Yi
1
-1
/
+1
2023-04-13
md: make kobj_type structures constant
Thomas Weißschuh
1
-3
/
+3
2023-04-13
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
1
-4
/
+4
2023-04-13
md/raid10: fix task hung in raid10d
Li Nan
1
-5
/
+13
2023-04-13
md: simplify sysctl registration
Luis Chamberlain
1
-21
/
+1
2023-04-11
dm: Add support for block PR read keys/reservation
Mike Christie
1
-0
/
+69
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
14
-189
/
+15
2023-04-11
dm raid: remove unused d variable
Tom Rix
1
-4
/
+0
2023-04-11
dm: remove unnecessary (void*) conversions
Yu Zhe
11
-36
/
+36
2023-04-11
dm mirror: add DMERR message if alloc_workqueue fails
Yangtao Li
1
-1
/
+3
2023-04-11
dm: push error reporting down to dm_register_target()
Yangtao Li
18
-107
/
+24
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-04-04
dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
Mike Snitzer
1
-3
/
+5
2023-04-04
dm clone: call kmem_cache_destroy() in dm_clone_init() error path
Mike Snitzer
1
-0
/
+1
2023-04-04
dm error: add discard support
Mikulas Patocka
1
-1
/
+10
2023-04-04
dm zero: add discard support
Mikulas Patocka
1
-1
/
+11
2023-04-04
dm table: allow targets without devices to set ->io_hints
Mikulas Patocka
1
-1
/
+5
2023-04-04
dm verity: emit audit events on verification failure and more
Michael Weiß
1
-2
/
+18
2023-04-04
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
1
-1
/
+1
2023-03-31
Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2023-03-30
dm: improve hash_locks sizing and hash function
Joe Thornber
3
-4
/
+17
2023-03-30
dm bio prison v1: intelligently size dm_bio_prison's prison_regions
Mike Snitzer
1
-5
/
+6
2023-03-30
dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regions
Mike Snitzer
1
-10
/
+11
2023-03-30
dm bufio: intelligently size dm_buffer_cache's buffer_trees
Mike Snitzer
1
-6
/
+8
2023-03-30
dm bufio: prepare to intelligently size dm_buffer_cache's buffer_trees
Mike Snitzer
1
-22
/
+26
2023-03-30
dm: add dm_num_hash_locks()
Mike Snitzer
1
-0
/
+10
2023-03-30
dm bio prison v1: add dm_cell_key_has_valid_range
Mike Snitzer
3
-11
/
+29
2023-03-30
dm bio prison v1: improve concurrent IO performance
Joe Thornber
3
-68
/
+121
2023-03-30
dm: split discards further if target sets max_discard_granularity
Mike Snitzer
1
-6
/
+19
2023-03-30
dm thin: speed up cell_defer_no_holder()
Joe Thornber
1
-6
/
+8
2023-03-30
dm bufio: use multi-page bio vector
Mikulas Patocka
1
-20
/
+4
2023-03-30
dm bufio: use waitqueue_active in __free_buffer_wake
Mikulas Patocka
1
-1
/
+6
2023-03-30
dm bufio: move dm_bufio_client members to avoid spanning cachelines
Mike Snitzer
1
-11
/
+13
2023-03-30
dm bufio: add lock_history optimization for cache iterators
Joe Thornber
1
-8
/
+111
2023-03-30
dm bufio: improve concurrent IO performance
Joe Thornber
1
-463
/
+478
2023-03-30
dm bufio: add dm_buffer_cache abstraction
Joe Thornber
1
-62
/
+526
2023-03-30
dm bufio: add LRU abstraction
Joe Thornber
1
-0
/
+235
2023-03-30
dm bufio: don't bug for clear developer oversight
Mike Snitzer
1
-5
/
+8
2023-03-30
dm bufio: never crash if dm_bufio_in_request()
Mike Snitzer
1
-6
/
+12
2023-03-30
dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exit
Mike Snitzer
1
-4
/
+4
[prev]
[next]