index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Lines
2026-01-30
Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-5
/
+1
2026-01-28
bcache: fix I/O accounting leak in detached_dev_do_request
Shida Zhang
-0
/
+1
2026-01-28
bcache: remove dead code in detached_dev_do_request
Shida Zhang
-5
/
+0
2026-01-23
Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-46
/
+54
2026-01-22
bcache: use bio cloning for detached device requests
Shida Zhang
-46
/
+54
2026-01-02
Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-15
/
+56
2025-12-27
md: Fix forward incompatibility from configurable logical block size
Li Nan
-4
/
+44
2025-12-27
md: Fix logical_block_size configuration being overwritten
Li Nan
-1
/
+3
2025-12-27
md: suspend array while updating raid_disks via sysfs
FengWei Shih
-2
/
+2
2025-12-27
md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...
Tuo Li
-4
/
+6
2025-12-25
md: Fix static checker warning in analyze_sbs
Li Nan
-4
/
+1
2025-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-0
/
+13
2025-12-12
Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+3
2025-12-11
Merge tag 'for-6.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-475
/
+683
2025-12-10
dm pcache: fix segment info indexing
Li Chen
-1
/
+4
2025-12-10
dm pcache: fix cache info indexing
Li Chen
-1
/
+4
2025-12-10
dm-pcache: advance slot index before writing slot
Dongsheng Yang
-8
/
+8
2025-12-10
dm log-writes: Add missing set_freezable() for freezable kthread
Haotian Zhang
-0
/
+1
2025-12-10
dm-raid: fix possible NULL dereference with undefined raid type
Alexey Simakov
-0
/
+2
2025-12-10
dm-snapshot: fix 'scheduling while atomic' on real-time kernels
Mikulas Patocka
-40
/
+35
2025-12-10
dm: ignore discard return value
Chaitanya Kulkarni
-7
/
+5
2025-12-10
dm-mpath: Simplify the setup_scsi_dh code
Benjamin Marzinski
-38
/
+23
2025-12-10
dm vdo: fix kerneldoc warnings
Matthew Sakai
-169
/
+298
2025-12-10
dm-bufio: align write boundary on physical block size
Mikulas Patocka
-4
/
+6
2025-12-10
dm-crypt: enable DM_TARGET_ATOMIC_WRITES
Mikulas Patocka
-15
/
+24
2025-12-10
dm: test for REQ_ATOMIC in dm_accept_partial_bio()
Mikulas Patocka
-2
/
+7
2025-12-10
dm-verity: remove useless mempool
Mikulas Patocka
-10
/
+3
2025-12-10
dm-verity: disable recursive forward error correction
Mikulas Patocka
-7
/
+2
2025-12-09
bcache: fix improper use of bi_end_io
Shida Zhang
-3
/
+3
2025-12-08
scsi: device_handler: Return error pointer in scsi_dh_attached_handler_name()
Benjamin Marzinski
-0
/
+13
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-290
/
+331
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2025-11-30
md: remove legacy 1s delay in md_notify_reboot
Tarun Sahu
-11
/
+0
2025-11-30
md/raid5: fix IO hang when array is broken with IO inflight
Yu Kuai
-2
/
+4
2025-11-30
md: warn about updating super block failure
Yu Kuai
-0
/
+1
2025-11-30
md/raid0: fix NULL pointer dereference in create_strip_zones() for dm-raid
Yu Kuai
-1
/
+8
2025-11-21
dm-verity: fix unreliable memory allocation
Mikulas Patocka
-5
/
+1
2025-11-20
dm: fix failure when empty flush's bi_sector points beyond the device end
Mikulas Patocka
-1
/
+1
2025-11-18
dm-pcache: zero cache_info before default init
Li Chen
-1
/
+1
2025-11-18
dm-pcache: reuse meta_addr in pcache_meta_find_latest
Li Chen
-1
/
+1
2025-11-18
dm-pcache: allow built-in build and rename flush helper
Li Chen
-6
/
+6
2025-11-18
dm-ebs: Mark full buffer dirty even on partial write
Uladzislau Rezki (Sony)
-1
/
+1
2025-11-18
dm mpath: enable DM_TARGET_ATOMIC_WRITES
John Garry
-1
/
+1
2025-11-18
dm verity fec: Expose corrected block count via status
Shubhankar Mishra
-1
/
+8
2025-11-18
dm: Don't warn if IMA_DISABLE_HTABLE is not enabled
Jon Hunter
-1
/
+1
2025-11-13
bcache: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-2
/
+6
2025-11-13
bcache: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-6
/
+9
2025-11-13
bcache: replace use of system_wq with system_percpu_wq
Marco Crivellari
-10
/
+10
2025-11-13
bcache: remove redundant __GFP_NOWARN
Qianfeng Rong
-1
/
+1
2025-11-13
bcache: reduce gc latency by processing less nodes and sleep less time
Coly Li
-24
/
+29
[next]