index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+2
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
9
-103
/
+149
2025-05-10
md: clean up accounting for issued sync IO
Yu Kuai
4
-31
/
+0
2025-05-10
md: fix is_mddev_idle()
Yu Kuai
2
-39
/
+45
2025-05-10
md: add a new api sync_io_depth
Yu Kuai
2
-19
/
+91
2025-05-10
md: record dm-raid gendisk in mddev
Yu Kuai
2
-1
/
+5
2025-05-08
md/bcache: Mark __nonstring look-up table
Kees Cook
1
-1
/
+2
2025-05-07
dm-integrity: use bio_add_virt_nofail
Christoph Hellwig
1
-10
/
+6
2025-05-07
dm-bufio: use bio_add_virt_nofail
Christoph Hellwig
1
-1
/
+1
2025-05-07
bcache: use bio_add_virt_nofail
Christoph Hellwig
1
-2
/
+1
2025-05-06
Merge tag 'for-6.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
1
-2
/
+3
2025-05-06
dm: fix copying after src array boundaries
Tudor Ambarus
1
-1
/
+1
2025-04-30
dm: add missing unlock on in dm_keyslot_evict()
Dan Carpenter
1
-1
/
+2
2025-04-28
Merge tag 'for-6.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
3
-7
/
+12
2025-04-28
dm: always update the array size in realloc_argv on success
Benjamin Marzinski
1
-2
/
+3
2025-04-23
dm-integrity: fix a warning on invalid table line
Mikulas Patocka
1
-1
/
+1
2025-04-23
dm-bufio: don't schedule in atomic context
LongPing Wei
1
-1
/
+8
2025-04-20
gcc-15: get rid of misc extra NUL character padding
Linus Torvalds
1
-1
/
+1
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
3
-13
/
+19
2025-04-16
md/raid1: Add check for missing source disk in process_checks()
Meir Elisha
1
-10
/
+16
2025-04-09
dm table: Fix W=1 build warning when mempool_needs_integrity is unused
Andy Shevchenko
1
-3
/
+0
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-2
/
+2
2025-04-06
md/md-bitmap: fix stats collection for external bitmaps
Zheng Qixing
1
-3
/
+2
2025-04-06
md/raid10: fix missing discard IO accounting
Yu Kuai
1
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
7
-11
/
+11
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
2
-2
/
+2
2025-04-02
Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
30
-242
/
+492
2025-03-28
dm-ebs: fix prefetch-vs-suspend race
Mikulas Patocka
1
-0
/
+7
2025-03-28
dm-verity: fix prefetch-vs-suspend race
Mikulas Patocka
1
-0
/
+8
2025-03-28
dm-integrity: fix non-constant-time tag verification
Jo Van Bulck
1
-23
/
+22
2025-03-28
dm-verity: support block number limits for different ioprio classes
LongPing Wei
1
-3
/
+26
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
13
-344
/
+383
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-24
/
+23
2025-03-24
dm-delay: support zoned devices
Christoph Hellwig
1
-1
/
+17
2025-03-14
Merge tag 'for-6.14/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
1
-1
/
+1
2025-03-14
dm: restrict dm device size to 2^63-512 bytes
Mikulas Patocka
1
-0
/
+4
2025-03-13
dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature
Kent Overstreet
1
-1
/
+1
2025-03-13
Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.15/block
Jens Axboe
11
-269
/
+338
2025-03-06
dm cache: support shrinking the origin device
Ming-Hung Tsai
1
-3
/
+69
2025-03-06
dm cache: prevent BUG_ON by blocking retries on failed device resumes
Ming-Hung Tsai
1
-0
/
+24
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
4
-10
/
+10
2025-03-06
md: improve return types of badblocks handling functions
Zheng Qixing
4
-20
/
+19
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-17
/
+18
2025-03-06
md/raid10: wait barrier before returning discard request with REQ_NOWAIT
Xiao Ni
1
-2
/
+1
2025-03-05
md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
Su Yue
1
-3
/
+3
2025-03-05
md/raid1,raid10: don't ignore IO flags
Yu Kuai
2
-13
/
+0
2025-03-05
md/raid5: merge reshape_progress checking inside get_reshape_loc()
Yu Kuai
1
-11
/
+10
2025-03-05
md: fix mddev uaf while iterating all_mddevs list
Yu Kuai
1
-9
/
+13
2025-03-05
md: switch md-cluster to use md_submodle_head
Yu Kuai
4
-43
/
+17
2025-03-05
md: don't export md_cluster_ops
Yu Kuai
6
-59
/
+76
[next]