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-04-10
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
4
-10
/
+10
2025-04-10
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-17
/
+18
2025-04-10
md/raid10: wait barrier before returning discard request with REQ_NOWAIT
Xiao Ni
1
-2
/
+1
2025-04-10
md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
Su Yue
1
-3
/
+3
2025-04-10
md/raid1,raid10: don't ignore IO flags
Yu Kuai
2
-13
/
+0
2025-04-10
md: fix mddev uaf while iterating all_mddevs list
Yu Kuai
1
-9
/
+13
2025-04-10
md/raid1: fix memory leak in raid1_run() if no active rdev
Zheng Qixing
1
-1
/
+7
2025-04-10
md: ensure resync is prioritized over recovery
Li Nan
1
-7
/
+7
2025-03-14
Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-03-13
dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature
Kent Overstreet
1
-1
/
+1
2025-02-24
Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+15
2025-02-24
dm vdo: add missing spin_lock_init
Ken Raeburn
1
-0
/
+1
2025-02-21
Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linux
Linus Torvalds
3
-9
/
+3
2025-02-17
dm-integrity: Do not emit journal configuration in DM table for Inline mode
Milan Broz
1
-7
/
+10
2025-02-17
dm-integrity: Avoid divide by zero in table status in Inline mode
Milan Broz
1
-4
/
+4
2025-02-14
md/raid*: Fix the set_queue_limits implementations
Bart Van Assche
3
-9
/
+3
2025-02-07
Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+1
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+9
2025-01-31
md: Fix linear_set_limits()
Bart Van Assche
1
-3
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-27
Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-61
/
+115
2025-01-24
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
2
-1
/
+9
2025-01-21
dm-crypt: track tag_offset in convert_context
Hou Tao
1
-6
/
+7
2025-01-21
dm-crypt: don't initialize cc_sector again
Hou Tao
1
-1
/
+0
2025-01-21
dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()
Hou Tao
1
-11
/
+3
2025-01-21
dm-crypt: use bi_sector in bio when initialize integrity seed
Hou Tao
1
-1
/
+1
2025-01-21
dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()
Hou Tao
1
-5
/
+3
2025-01-21
dm-crypt: set atomic as false when calling crypt_convert() in kworker
Hou Tao
1
-2
/
+2
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
21
-190
/
+565
2025-01-17
dm-mirror: Support atomic writes
John Garry
1
-2
/
+3
2025-01-17
dm-io: Warn on creating multiple atomic write bios for a region
John Garry
1
-0
/
+1
2025-01-17
dm-stripe: Enable atomic writes
John Garry
1
-2
/
+3
2025-01-17
dm-linear: Enable atomic writes
John Garry
1
-2
/
+3
2025-01-17
dm: Ensure cloned bio is same length for atomic write
John Garry
1
-0
/
+3
2025-01-17
dm-table: atomic writes support
John Garry
1
-0
/
+29
2025-01-17
dm-transaction-manager: use red-black trees instead of linear lists
Mikulas Patocka
1
-17
/
+37
2025-01-17
dm: disable REQ_NOWAIT for flushes
Mikulas Patocka
1
-0
/
+9
2025-01-17
dm: remove useless test in alloc_multiple_bios
Mikulas Patocka
1
-10
/
+9
2025-01-17
dm: change kzalloc to kcalloc
Ethan Carter Edwards
1
-1
/
+1
2025-01-17
dm raid: fix spelling errors in raid_ctr()
liujing
1
-1
/
+1
2025-01-17
block: Add common atomic writes enable flag
John Garry
3
-3
/
+3
2025-01-16
md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
Dan Carpenter
1
-2
/
+2
2025-01-13
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
7
-56
/
+37
2025-01-13
md/raid5: implement pers->bitmap_sector()
Yu Kuai
1
-0
/
+51
2025-01-13
md: add a new callback pers->bitmap_sector()
Yu Kuai
1
-0
/
+3
2025-01-13
md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
Yu Kuai
9
-70
/
+21
2025-01-13
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
Yu Kuai
6
-40
/
+56
2025-01-13
md: Replace deprecated kmap_atomic() with kmap_local_page()
David Reaver
2
-29
/
+29
2025-01-13
md: reintroduce md-linear
Yu Kuai
5
-3
/
+376
2025-01-08
Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-40
/
+45
[next]