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
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-07
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
2
-1
/
+8
2025-03-07
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
3
-14
/
+27
2025-03-07
md/md-cluster: fix spares warnings for __le64
Yu Kuai
1
-3
/
+3
2025-03-07
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
3
-21
/
+41
2025-02-21
dm-crypt: track tag_offset in convert_context
Hou Tao
1
-6
/
+7
2025-02-21
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-14
dm thin: Add missing destroy_work_on_stack()
Yuan Can
1
-0
/
+1
2024-12-14
closures: Change BUG_ON() to WARN_ON()
Kent Overstreet
1
-2
/
+8
2024-11-17
md/raid10: improve code of mrdev in raid10_sync_request
Li Nan
1
-11
/
+12
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-17
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
2024-08-03
dm-verity: fix dm_is_verity_target() when dm-verity is builtin
Eric Biggers
1
-8
/
+8
2024-08-03
md: fix deadlock between mddev_suspend and flush bio
Li Nan
1
-11
/
+15
2024-06-16
md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...
Yu Kuai
1
-12
/
+3
2024-06-16
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
6
-59
/
+70
2024-06-12
md: fix resync softlockup when bitmap size is less than array size
Yu Kuai
1
-3
/
+3
2024-05-17
md: fix kmemleak of rdev->serial
Li Nan
1
-0
/
+1
2024-04-10
dm integrity: fix out-of-range warning
Arnd Bergmann
1
-1
/
+1
2024-04-03
dm snapshot: fix lockup in dm_exception_table_exit
Mikulas Patocka
1
-1
/
+3
2024-04-03
dm-raid: fix lockdep waring in "pers->hot_add_disk"
Yu Kuai
1
-0
/
+2
2024-04-03
md/raid5: fix atomicity violation in raid5_cache_count
Gui-Dong Han
1
-6
/
+8
2024-03-26
dm-integrity: align the outgoing bio in integrity_recheck
Mikulas Patocka
1
-2
/
+10
2024-03-26
dm io: Support IO priority
Hongyu Jin
9
-33
/
+36
2024-03-26
dm: address indent/space issues
Heinz Mauelshagen
12
-25
/
+24
2024-03-26
dm-integrity: fix a memory leak when rechecking the data
Mikulas Patocka
1
-3
/
+3
2024-03-26
dm: call the resume method on internal suspend
Mikulas Patocka
1
-6
/
+20
2024-03-26
dm raid: fix false positive for requeue needed during reshape
Ming Lei
1
-2
/
+2
2024-03-26
md: Don't clear MD_CLOSING when the raid is about to stop
Li Nan
1
-4
/
+10
[next]