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-04-13
dm: hold suspend_lock while suspending device during device deletion
Mikulas Patocka
1
-0
/
+6
2015-03-18
dm snapshot: fix a possible invalid memory access on unload
Mikulas Patocka
1
-2
/
+2
2015-03-18
dm: fix a race condition in dm_get_md
Mikulas Patocka
1
-17
/
+10
2015-03-18
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Darrick J. Wong
1
-0
/
+6
2015-03-18
dm mirror: do not degrade the mirror on discard error
Mikulas Patocka
1
-0
/
+9
2015-03-06
md/raid1: fix read balance when a drive is write-mostly.
Tomáš Hodek
1
-2
/
+3
2015-03-06
md/raid5: Fix livelock when array is both resyncing and degraded.
NeilBrown
1
-1
/
+2
2015-02-05
dm cache: fix missing ERR_PTR returns and handling
Joe Thornber
1
-4
/
+5
2015-02-05
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: share cache-metadata object across inactive and active DM tables
Joe Thornber
1
-6
/
+95
2015-01-08
dm space map metadata: fix sm_bootstrap_get_nr_blocks()
Dan Carpenter
1
-1
/
+3
2015-01-08
dm bufio: fix memleak when using a dm_buffer's inline bio
Darrick J. Wong
1
-1
/
+19
2015-01-08
md/bitmap: always wait for writes on unplug.
NeilBrown
1
-10
/
+6
2014-11-21
dm raid: ensure superblock's size matches device's logical block size
Heinz Mauelshagen
1
-4
/
+7
2014-11-21
dm btree: fix a recursion depth bug in btree walking code
Joe Thornber
3
-15
/
+17
2014-11-14
dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
Alexey Khoroshilov
1
-1
/
+1
2014-11-14
dm bufio: update last_accessed when relinking a buffer
Joe Thornber
1
-0
/
+1
2014-10-09
md/raid5: disable 'DISCARD' by default due to safety concerns.
NeilBrown
1
-1
/
+17
2014-10-05
md/raid1: fix_read_error should act on all non-faulty devices.
NeilBrown
1
-2
/
+2
2014-10-05
dm crypt: fix access beyond the end of allocated space
Mikulas Patocka
1
-4
/
+16
2014-09-17
md/raid1,raid10: always abort recover on write error.
NeilBrown
2
-8
/
+8
2014-09-17
md/raid10: Fix memory leak when raid10 reshape completes.
NeilBrown
1
-0
/
+1
2014-09-17
md/raid10: fix memory leak when reshaping a RAID10.
NeilBrown
1
-1
/
+1
2014-09-17
md/raid6: avoid data corruption during recovery of double-degraded RAID6
NeilBrown
1
-0
/
+2
2014-07-28
dm cache metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-07-28
dm thin metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-07-17
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
1
-14
/
+8
2014-07-09
md: flush writes before starting a recovery.
NeilBrown
1
-0
/
+13
2014-07-09
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
1
-1
/
+2
2014-06-11
md: always set MD_RECOVERY_INTR when interrupting a reshape thread.
NeilBrown
1
-0
/
+1
2014-06-11
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
NeilBrown
1
-1
/
+3
2014-06-11
dm cache: always split discards on cache block boundaries
Heinz Mauelshagen
1
-0
/
+2
2014-06-07
dm crypt: fix cpu hotplug crash by removing per-cpu structure
Mikulas Patocka
1
-49
/
+12
2014-06-07
md: avoid possible spinning md thread at shutdown.
NeilBrown
1
-1
/
+2
2014-05-30
md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...
NeilBrown
1
-4
/
+13
2014-05-13
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
1
-1
/
+1
2014-05-13
dm transaction manager: fix corruption due to non-atomic transaction commit
Joe Thornber
5
-27
/
+16
2014-03-23
dm cache: fix access beyond end of origin device
Heinz Mauelshagen
1
-5
/
+3
2014-03-23
dm cache: fix truncation bug when copying a block to/from >2TB fast device
Heinz Mauelshagen
1
-1
/
+2
2014-03-06
dm thin: fix the error path for the thin device constructor
Mike Snitzer
1
-1
/
+4
2014-03-06
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
3
-1
/
+21
2014-03-06
dm mpath: fix stalls when handling invalid ioctls
Hannes Reinecke
1
-2
/
+5
2014-02-22
md/raid5: Fix CPU hotplug callback registration
Oleg Nesterov
1
-46
/
+44
2014-02-22
md/raid1: restore ability for check and repair to fix read errors.
NeilBrown
1
-3
/
+10
2014-02-13
dm sysfs: fix a module unload race
Mikulas Patocka
6
-27
/
+74
2014-02-13
dm space map metadata: fix bug in resizing of thin metadata
Joe Thornber
1
-4
/
+14
2014-02-13
dm space map metadata: fix extending the space map
Joe Thornber
1
-5
/
+13
2014-02-13
dm space map common: make sure new space is used during extend
Joe Thornber
1
-1
/
+5
2014-02-13
dm: wait until embedded kobject is released before destroying a device
Mikulas Patocka
3
-1
/
+22
[next]