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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-17
dm: Use the block layer zone append emulation
Damien Le Moal
4
-459
/
+93
2024-04-16
dm-crypt: export sysfs of all workqueues
yangerkun
1
-7
/
+21
2024-04-16
dm-crypt: add the optional "high_priority" flag
Mikulas Patocka
1
-10
/
+25
2024-04-16
dm: restore synchronous close of device mapper block device
Ming Lei
1
-2
/
+8
2024-04-10
dm vdo murmurhash: remove unneeded semicolon
Matthew Sakai
1
-1
/
+1
2024-04-08
md: don't account sync_io if iostats of the disk is disabled
Li Nan
2
-1
/
+6
2024-04-08
md: Fix overflow in is_mddev_idle
Li Nan
2
-5
/
+6
2024-04-08
md: add check for sleepers in md_wakeup_thread()
Florian-Ewald Mueller
1
-1
/
+2
2024-04-08
md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
Yu Kuai
1
-12
/
+3
2024-04-08
Merge tag 'md-6.9-20240408' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.9
Jens Axboe
1
-1
/
+1
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-26
/
+9
2024-04-01
dm: use bio_list_merge_init
Christoph Hellwig
8
-36
/
+17
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-5
/
+0
2024-03-29
dm integrity: fix out-of-range warning
Arnd Bergmann
1
-1
/
+1
2024-03-29
dm vdo murmurhash3: use kernel byteswapping routines instead of GCC ones
Ken Raeburn
1
-25
/
+8
2024-03-22
Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2
-6
/
+16
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+0
2024-03-21
dm-integrity: align the outgoing bio in integrity_recheck
Mikulas Patocka
1
-2
/
+10
2024-03-20
dm snapshot: fix lockup in dm_exception_table_exit
Mikulas Patocka
1
-1
/
+3
2024-03-19
dm-integrity: fix a memory leak when rechecking the data
Mikulas Patocka
1
-3
/
+3
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-7
/
+1
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-8
/
+9
2024-03-13
Merge tag 'for-6.9/dm-vdo' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
111
-0
/
+52362
2024-03-13
Merge tag 'for-6.9/dm-bh-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
3
-25
/
+50
2024-03-13
Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
25
-103
/
+164
2024-03-12
dm: call the resume method on internal suspend
Mikulas Patocka
1
-6
/
+20
2024-03-12
dm raid: fix false positive for requeue needed during reshape
Ming Lei
1
-2
/
+2
2024-03-11
Revert "dm: use queue_limits_set"
Linus Torvalds
1
-12
/
+15
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
17
-771
/
+1091
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-56
/
+59
2024-03-08
raid1: fix use-after-free for original bio in raid1_write_request()
Yu Kuai
1
-1
/
+1
2024-03-06
Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.9/block
Jens Axboe
8
-216
/
+265
2024-03-06
dm-integrity: set max_integrity_segments in dm_integrity_io_hints
Christoph Hellwig
1
-1
/
+1
2024-03-06
md: remove mddev->queue
Christoph Hellwig
7
-23
/
+26
2024-03-06
md: don't initialize queue limits
Christoph Hellwig
1
-2
/
+0
2024-03-06
md/raid10: use the atomic queue limit update APIs
Christoph Hellwig
1
-27
/
+33
2024-03-06
md/raid5: use the atomic queue limit update APIs
Christoph Hellwig
1
-65
/
+65
2024-03-06
md/raid1: use the atomic queue limit update APIs
Christoph Hellwig
1
-9
/
+16
2024-03-06
md/raid0: use the atomic queue limit update APIs
Christoph Hellwig
1
-15
/
+20
2024-03-06
md: add queue limit helpers
Christoph Hellwig
2
-0
/
+48
2024-03-06
md: add a mddev_is_dm helper
Christoph Hellwig
6
-35
/
+38
2024-03-06
md: add a mddev_add_trace_msg helper
Christoph Hellwig
6
-29
/
+28
2024-03-06
md: add a mddev_trace_remap helper
Christoph Hellwig
6
-37
/
+17
2024-03-06
bcache: move calculation of stripe_size and io_opt into bcache_device_init
Christoph Hellwig
1
-6
/
+5
2024-03-05
Merge branch 'dmraid-fix-6.9' into md-6.9
Song Liu
4
-40
/
+196
2024-03-05
dm-raid: fix lockdep waring in "pers->hot_add_disk"
Yu Kuai
1
-0
/
+2
2024-03-05
dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape
Yu Kuai
4
-7
/
+74
2024-03-05
dm-raid: add a new helper prepare_suspend() in md_personality
Yu Kuai
2
-0
/
+19
2024-03-05
md/dm-raid: don't call md_reap_sync_thread() directly
Yu Kuai
1
-10
/
+18
2024-03-05
dm-raid: really frozen sync_thread during suspend
Yu Kuai
2
-11
/
+17
[prev]
[next]