index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
3
-5
/
+47
2023-04-28
md: Fix bitmap offset type in sb writer
Jonathan Derrick
1
-3
/
+3
2023-04-28
md/raid5: Improve performance for sequential IO
Jan Kara
1
-1
/
+44
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-3
/
+3
2023-04-28
Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-21
/
+1
2023-04-26
Merge tag 'for-6.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
37
-1049
/
+1708
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
8
-145
/
+189
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
1
-1
/
+0
2023-04-19
dm: don't lock fs when the map is NULL in process of resume
Li Lingfeng
1
-1
/
+4
2023-04-19
dm flakey: add an "error_reads" option
Mikulas Patocka
1
-12
/
+27
2023-04-19
dm flakey: remove trailing space in the table line
Mikulas Patocka
1
-5
/
+5
2023-04-19
dm flakey: fix a crash with invalid table line
Mikulas Patocka
1
-2
/
+2
2023-04-17
dm ioctl: fix nested locking in table_clear() to remove deadlock concern
Mike Snitzer
1
-3
/
+4
2023-04-14
dm: unexport dm_get_queue_limits()
Mike Snitzer
1
-11
/
+9
2023-04-14
dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASE
Mike Snitzer
1
-4
/
+6
2023-04-14
md/raid5: remove unused working_disks variable
Tom Rix
1
-4
/
+1
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-14
md/raid10: don't BUG_ON() in raise_barrier()
Yu Kuai
1
-1
/
+3
2023-04-14
md: fix soft lockup in status_resync
Yu Kuai
1
-9
/
+9
2023-04-14
md: add error_handlers for raid0 and linear
Mariusz Tkaczyk
4
-10
/
+31
2023-04-14
md: Use optimal I/O size for last bitmap page
Jon Derrick
1
-4
/
+29
2023-04-14
md: Fix types in sb writer
Jon Derrick
1
-21
/
+14
2023-04-14
md: Move sb writer loop to its own function
Jon Derrick
1
-60
/
+65
2023-04-14
md/raid10: Fix typo in comment (replacment -> replacement)
Jiangshan Yi
1
-1
/
+1
2023-04-14
md: make kobj_type structures constant
Thomas Weißschuh
1
-3
/
+3
2023-04-14
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
1
-4
/
+4
2023-04-14
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 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-06
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
[next]