index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
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
2025-03-22
dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature
Kent Overstreet
1
-1
/
+1
2025-02-27
md: Fix md_seq_ops() regressions
Yu Kuai
1
-13
/
+27
2025-02-27
md: fix missing flush of sync_work
Yu Kuai
1
-2
/
+2
2025-02-27
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
2
-1
/
+9
2025-02-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
3
-14
/
+27
2025-02-27
md/md-cluster: fix spares warnings for __le64
Yu Kuai
1
-3
/
+3
2025-02-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
3
-21
/
+41
2025-02-27
md: simplify md_seq_ops
Yu Kuai
1
-78
/
+22
2025-02-27
md: factor out a helper from mddev_put()
Yu Kuai
1
-12
/
+17
2025-02-27
md: use separate work_struct for md_start_sync()
Yu Kuai
2
-5
/
+10
2025-02-21
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
8
-61
/
+33
2025-02-21
md/raid5: implement pers->bitmap_sector()
Yu Kuai
1
-0
/
+51
2025-02-21
md: add a new callback pers->bitmap_sector()
Yu Kuai
1
-0
/
+3
2025-02-21
md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
Yu Kuai
9
-71
/
+21
2025-02-21
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
Yu Kuai
6
-40
/
+59
2025-02-21
md/raid5: recheck if reshape has finished with device_lock held
Benjamin Marzinski
1
-23
/
+41
2025-02-17
dm-crypt: track tag_offset in convert_context
Hou Tao
1
-6
/
+7
2025-02-17
dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()
Hou Tao
1
-11
/
+3
2025-01-17
dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)
Milan Broz
1
-13
/
+26
2025-01-17
dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
Mikulas Patocka
1
-1
/
+1
2025-01-17
dm thin: make get_first_thin use rcu-safe list first function
Krister Johansen
1
-3
/
+2
2025-01-17
dm array: fix cursor index when skipping across block boundaries
Ming-Hung Tsai
1
-0
/
+1
2025-01-17
dm array: fix unreleased btree blocks on closing a faulty array cursor
Ming-Hung Tsai
1
-3
/
+3
2025-01-17
dm array: fix releasing a faulty array block twice in dm_array_cursor_end
Ming-Hung Tsai
1
-4
/
+8
2024-12-14
bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
Liequan Che
1
-1
/
+1
2024-12-09
dm thin: Add missing destroy_work_on_stack()
Yuan Can
1
-0
/
+1
2024-12-09
dm: Fix typo in error message
Ssuhung Yeh
1
-1
/
+1
2024-12-09
md/md-bitmap: Add missing destroy_work_on_stack()
Yuan Can
1
-0
/
+1
2024-12-09
dm-bufio: fix warnings about duplicate slab caches
Mikulas Patocka
1
-4
/
+8
2024-12-09
dm-cache: fix warnings about duplicate slab caches
Mikulas Patocka
3
-24
/
+34
2024-12-09
closures: Change BUG_ON() to WARN_ON()
Kent Overstreet
1
-2
/
+8
2024-11-14
dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow
Zichen Xie
1
-2
/
+2
2024-11-14
dm cache: fix potential out-of-bounds access on the first resume
Ming-Hung Tsai
1
-21
/
+16
2024-11-14
dm cache: optimize dirty bit checking with find_next_bit when resizing
Ming-Hung Tsai
1
-8
/
+8
2024-11-14
dm cache: fix out-of-bounds access to the dirty bitset when resizing
Ming-Hung Tsai
1
-1
/
+1
2024-11-14
dm cache: fix flushing uninitialized delayed_work on cache_ctr error
Ming-Hung Tsai
1
-9
/
+15
2024-11-14
dm cache: correct the number of origin blocks to match the target length
Ming-Hung Tsai
1
-4
/
+4
2024-10-04
Revert: "dm-verity: restart or panic on an I/O error"
Mikulas Patocka
1
-21
/
+2
2024-10-04
dm-verity: restart or panic on an I/O error
Mikulas Patocka
1
-2
/
+21
2024-10-04
Revert "dm: requeue IO if mapping table not yet available"
Mikulas Patocka
2
-4
/
+11
2024-09-18
dm-integrity: fix a race condition when accessing recalc_sector
Mikulas Patocka
1
-1
/
+3
2024-09-12
dm init: Handle minors larger than 255
Benjamin Marzinski
1
-1
/
+3
2024-08-29
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
1
-2
/
+2
2024-08-29
md: clean up invalid BUG_ON in md_ioctl
Li Nan
1
-5
/
+0
2024-08-29
md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
Yu Kuai
1
-22
/
+25
2024-08-29
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-5
/
+0
2024-08-29
dm persistent data: fix memory allocation failure
Mikulas Patocka
1
-2
/
+2
2024-08-29
dm resume: don't return EINVAL when signalled
Khazhismel Kumykov
1
-2
/
+20
2024-08-14
md/raid5: avoid BUG_ON() while continue reshape after reassembling
Yu Kuai
1
-7
/
+13
2024-08-14
md: do not delete safemode_timer in mddev_suspend
Li Nan
1
-1
/
+0
[next]