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
2015-11-12
md/raid10: submit_bio_wait() returns 0 on success
Jes Sorensen
1
-1
/
+1
2015-11-12
md/raid1: submit_bio_wait() returns 0 on success
Jes Sorensen
1
-1
/
+1
2015-11-12
dm btree: fix leak of bufio-backed block in btree_split_beneath error path
Mike Snitzer
1
-1
/
+1
2015-11-03
dm btree remove: fix a bug when rebalancing nodes after removal
Joe Thornber
1
-6
/
+11
2015-10-28
dm thin: fix missing pool reference count decrement in pool_ctr error path
Mike Snitzer
1
-1
/
+1
2015-10-28
dm cache: fix NULL pointer when switching from cleaner policy
Joe Thornber
1
-1
/
+1
2015-10-28
dm raid: fix round up of default region size
Mikulas Patocka
1
-2
/
+1
2015-10-28
dm btree: add ref counting ops for the leaves of top level btrees
Joe Thornber
4
-15
/
+47
2015-10-05
md: flush ->event_work before stopping array.
Neil Brown
1
-0
/
+2
2015-09-30
md/raid10: always set reshape_safe when initializing reshape_position.
NeilBrown
1
-1
/
+4
2015-09-02
dm cache mq: fix memory allocation failure for large cache devices
Heinz Mauelshagen
1
-2
/
+2
2015-08-25
dm thin metadata: delete btrees when releasing metadata snapshot
Joe Thornber
1
-2
/
+2
2015-08-25
md/bitmap: return an error when bitmap superblock is corrupt.
NeilBrown
1
-0
/
+2
2015-08-25
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
1
-4
/
+6
2015-08-19
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
1
-2
/
+1
2015-08-19
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
1
-1
/
+1
2015-08-04
md: fix a build warning
Firo Yang
1
-1
/
+1
2015-08-04
dm btree: silence lockdep lock inversion in dm_btree_del()
Joe Thornber
1
-1
/
+1
2015-08-04
dm btree remove: fix bug in redistribute3
Dennis Yang
1
-3
/
+3
2015-08-04
dm space map metadata: fix occasional leak of a metadata block on resize
Joe Thornber
1
-15
/
+35
2015-08-04
dm stats: fix divide by zero if 'number_of_areas' arg is zero
Mikulas Patocka
1
-0
/
+2
2015-06-03
md/raid5: don't record new size if resize_stripes fails.
NeilBrown
1
-1
/
+2
2015-04-09
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRI...
Darrick J. Wong
1
-4
/
+11
2015-04-09
dm: hold suspend_lock while suspending device during device deletion
Mikulas Patocka
1
-0
/
+6
2015-04-09
md/bitmap: always wait for writes on unplug.
NeilBrown
1
-10
/
+6
2015-03-16
dm snapshot: fix a possible invalid memory access on unload
Mikulas Patocka
1
-2
/
+2
2015-03-16
dm: fix a race condition in dm_get_md
Mikulas Patocka
1
-17
/
+10
2015-03-16
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
1
-0
/
+6
2015-03-16
dm mirror: do not degrade the mirror on discard error
Mikulas Patocka
1
-0
/
+9
2015-03-05
md/raid1: fix read balance when a drive is write-mostly.
Tomáš Hodek
1
-2
/
+3
2015-03-05
md/raid5: Fix livelock when array is both resyncing and degraded.
NeilBrown
1
-1
/
+2
2015-02-16
dm: do not call dm_sync_table() when creating new devices
Hannes Reinecke
1
-3
/
+6
2015-02-08
dm cache: fix missing ERR_PTR returns and handling
Joe Thornber
1
-4
/
+5
2015-02-08
dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...
Joe Thornber
1
-0
/
+6
2015-01-29
md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.
NeilBrown
1
-1
/
+2
2015-01-29
dm cache: fix problematic dual use of a single migration count variable
Joe Thornber
1
-38
/
+49
2015-01-29
dm cache: share cache-metadata object across inactive and active DM tables
Joe Thornber
1
-6
/
+95
2015-01-29
bcache: Make sure to pass GFP_WAIT to mempool_alloc()
Kent Overstreet
1
-1
/
+1
2015-01-07
dm space map metadata: fix sm_bootstrap_get_nr_blocks()
Dan Carpenter
1
-1
/
+3
2015-01-07
dm bufio: fix memleak when using a dm_buffer's inline bio
Darrick J. Wong
1
-1
/
+19
2014-11-19
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-11-19
dm btree: fix a recursion depth bug in btree walking code
Joe Thornber
3
-15
/
+17
2014-11-19
dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
Mikulas Patocka
1
-6
/
+6
2014-11-19
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
1
-4
/
+12
2014-11-13
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
1
-1
/
+1
2014-11-13
dm bufio: when done scanning return from __scan immediately
Mikulas Patocka
1
-2
/
+2
2014-11-13
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-10-31
bcache: fix crash with incomplete cache set
Slava Pestov
2
-0
/
+8
2014-10-31
bcache: fix memory corruption in init error path
Slava Pestov
1
-3
/
+8
2014-10-31
bcache: Correct printing of btree_gc_max_duration_ms
Surbhi Palande
1
-2
/
+2
[next]