index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-03
dm btree: fix serious bug in btree_split_beneath()
Joe Thornber
1
-17
/
+2
2018-03-03
dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
Dennis Yang
1
-1
/
+5
2018-03-03
dm thin metadata: introduce THIN_MAX_CONCURRENT_LOCKS
Joe Thornber
1
-6
/
+8
2018-03-03
dm: fix various targets to dm_register_target after module __init resources c...
monty_pavel@sina.com
2
-33
/
+33
2018-03-03
dm mpath: simplify failure path of dm_multipath_init()
Johannes Thumshirn
1
-9
/
+15
2018-02-13
dm bufio: fix integer overflow when limiting maximum cache size
Eric Biggers
1
-9
/
+6
2018-02-13
dm: discard support requires all targets in a table support discards
Mike Snitzer
1
-18
/
+14
2018-02-13
dm: fix race between dm_get_from_kobject() and __dm_destroy()
Hou Tao
1
-4
/
+8
2017-11-11
dm: fix printk() rate limiting code
Bart Van Assche
1
-10
/
+0
2017-10-12
md: don't use flush_signals in userspace processes
Mikulas Patocka
2
-3
/
+10
2017-06-05
md: ensure md devices are freed before module is unloaded.
NeilBrown
1
-0
/
+7
2017-06-05
md linear: fix a race between linear_add() and linear_congested()
colyli@suse.de
2
-1
/
+29
2017-03-16
dm crypt: mark key as invalid until properly loaded
Ondrej Kozina
1
-2
/
+5
2017-02-23
dm table: fix missing dm_put_target_type() in dm_table_add_target()
tang.junhui
1
-15
/
+9
2016-11-20
dm flakey: error READ bios during the down_interval
Mike Snitzer
1
-8
/
+15
2016-05-01
raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
Shaohua Li
1
-2
/
+5
2016-05-01
raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
Nate Dailey
1
-2
/
+5
2016-05-01
dm snapshot: disallow the COW and origin devices from being identical
DingXiang
2
-11
/
+35
2016-02-13
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
4
-19
/
+12
2015-12-30
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-30
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-17
md/raid10: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
1
-4
/
+11
2015-11-17
md/raid10: ensure device failure recorded before write request returns.
NeilBrown
2
-1
/
+34
2015-11-17
md/raid1: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
1
-3
/
+8
2015-11-17
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
3
-1
/
+34
2015-11-17
dm btree: fix leak of bufio-backed block in btree_split_beneath error path
Mike Snitzer
1
-1
/
+1
2015-11-17
dm btree remove: fix a bug when rebalancing nodes after removal
Joe Thornber
1
-6
/
+11
2015-11-17
md/raid0: apply base queue limits *before* disk_stack_limits
NeilBrown
1
-4
/
+5
2015-11-17
md/raid0: update queue parameter in a safer location.
NeilBrown
1
-18
/
+27
2015-10-13
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
1
-2
/
+2
2015-10-13
dm btree: add ref counting ops for the leaves of top level btrees
Joe Thornber
4
-15
/
+47
2015-10-13
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
1
-4
/
+6
2015-08-12
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
1
-1
/
+1
2015-08-12
dm btree: silence lockdep lock inversion in dm_btree_del()
Joe Thornber
1
-1
/
+1
2015-08-12
dm thin: allocate the cell_sort_array dynamically
Joe Thornber
1
-4
/
+10
2015-08-12
dm btree remove: fix bug in redistribute3
Dennis Yang
1
-3
/
+3
2015-08-07
md/raid5: don't record new size if resize_stripes fails.
NeilBrown
1
-1
/
+2
2015-05-09
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
1
-4
/
+8
2015-05-09
dm: hold suspend_lock while suspending device during device deletion
Mikulas Patocka
1
-0
/
+6
2015-05-09
dm snapshot: fix a possible invalid memory access on unload
Mikulas Patocka
1
-2
/
+2
2015-05-09
dm: fix a race condition in dm_get_md
Mikulas Patocka
1
-17
/
+10
2015-05-09
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
1
-0
/
+6
2015-05-09
dm mirror: do not degrade the mirror on discard error
Mikulas Patocka
1
-0
/
+9
2015-02-20
dm space map metadata: fix sm_bootstrap_get_nr_blocks()
Dan Carpenter
1
-1
/
+3
2014-12-14
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-12-14
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
1
-5
/
+5
2014-12-14
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
1
-1
/
+1
2014-12-14
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-11-05
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
1
-4
/
+16
2014-09-13
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
1
-0
/
+2
[next]