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
2025-07-06
dm-raid: fix variable in journal device check
Heinz Mauelshagen
1
-1
/
+1
2025-07-06
bcache: fix NULL pointer in cache_set_flush()
Linggang Zeng
1
-1
/
+6
2025-07-06
md/md-bitmap: fix dm-raid max_write_behind setting
Yu Kuai
1
-1
/
+1
2025-06-27
dm-mirror: fix a tiny race condition
Mikulas Patocka
1
-3
/
+2
2025-06-27
dm: free table mempools if not used in __bind
Benjamin Marzinski
1
-4
/
+4
2025-06-27
dm: don't change md if dm_table_set_restrictions() fails
Benjamin Marzinski
1
-10
/
+12
2025-06-04
dm: fix unconditional IO throttle caused by REQ_PREFLUSH
Jinliang Zheng
1
-2
/
+6
2025-06-04
dm cache: prevent BUG_ON by blocking retries on failed device resumes
Ming-Hung Tsai
1
-0
/
+24
2025-06-04
dm: restrict dm device size to 2^63-512 bytes
Mikulas Patocka
1
-0
/
+4
2025-05-18
dm: add missing unlock on in dm_keyslot_evict()
Dan Carpenter
1
-1
/
+2
2025-05-09
dm: fix copying after src array boundaries
Tudor Ambarus
1
-1
/
+1
2025-05-09
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
4
-63
/
+23
2025-05-09
dm-bufio: don't schedule in atomic context
LongPing Wei
1
-1
/
+2
2025-05-09
dm: always update the array size in realloc_argv on success
Benjamin Marzinski
1
-2
/
+3
2025-05-09
dm-integrity: fix a warning on invalid table line
Mikulas Patocka
1
-1
/
+1
2025-05-02
md/raid1: Add check for missing source disk in process_checks()
Meir Elisha
1
-10
/
+16
2025-04-25
md: fix mddev uaf while iterating all_mddevs list
Yu Kuai
1
-6
/
+12
2025-04-25
md: factor out a helper from mddev_put()
Yu Kuai
1
-14
/
+18
2025-04-25
md/md-bitmap: fix stats collection for external bitmaps
Zheng Qixing
1
-3
/
+2
2025-04-25
md/raid10: fix missing discard IO accounting
Yu Kuai
1
-0
/
+1
2025-04-25
dm-verity: fix prefetch-vs-suspend race
Mikulas Patocka
1
-0
/
+8
2025-04-25
dm-integrity: set ti->error on memory allocation failure
Mikulas Patocka
1
-0
/
+3
2025-04-25
dm-ebs: fix prefetch-vs-suspend race
Mikulas Patocka
1
-0
/
+7
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
[next]