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-06-12
md: factor out helper to start reshape from action_store()
Yu Kuai
1
-24
/
+41
2024-06-12
md: add new helpers for sync_action
Yu Kuai
2
-0
/
+82
2024-06-12
md: add a new enum type sync_action
Yu Kuai
1
-1
/
+56
2024-06-12
md: rearrange recovery_flags
Yu Kuai
1
-14
/
+38
2024-06-11
md/md-bitmap: fix writing non bitmap pages
Ofir Gal
1
-3
/
+3
2024-06-11
md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()
Alexander Aring
1
-1
/
+1
2024-06-10
md/raid1: don't free conf on raid0_run failure
Christoph Hellwig
1
-11
/
+3
2024-06-10
md/raid0: don't free conf on raid0_run failure
Christoph Hellwig
1
-16
/
+5
2024-06-10
md: make md_flush_request() more readable
Li Nan
1
-15
/
+13
2024-06-10
md: fix deadlock between mddev_suspend and flush bio
Li Nan
1
-11
/
+15
2024-06-10
md: change the return value type of md_write_start to void
Li Nan
5
-17
/
+8
2024-06-10
md: do not delete safemode_timer in mddev_suspend
Li Nan
1
-1
/
+0
2024-05-28
bcache: code cleanup in __bch_bucket_alloc_set()
Coly Li
1
-6
/
+2
2024-05-28
bcache: call force_wake_up_gc() if necessary in check_should_bypass()
Coly Li
1
-1
/
+15
2024-05-28
bcache: allow allocator to invalidate bucket in gc
Dongsheng Yang
3
-9
/
+12
2024-05-27
dm: make dm_set_zones_restrictions work on the queue limits
Christoph Hellwig
3
-12
/
+14
2024-05-27
dm: remove dm_check_zoned
Christoph Hellwig
1
-36
/
+23
2024-05-27
dm: move setting zoned_enabled to dm_table_set_restrictions
Christoph Hellwig
2
-4
/
+7
2024-05-21
Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
10
-13
/
+10
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-4
/
+4
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-4
/
+0
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
9
-13
/
+9
2024-05-20
dm-integrity: set discard_granularity to logical block size
Mikulas Patocka
1
-0
/
+1
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-5
/
+0
2024-05-14
Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
3
-68
/
+92
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
23
-560
/
+241
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-05-09
dm-delay: remove timer_lock
Benjamin Marzinski
1
-9
/
+1
2024-05-09
dm-delay: change locking to avoid contention
Benjamin Marzinski
1
-13
/
+23
2024-05-09
dm-delay: fix max_delay calculations
Benjamin Marzinski
1
-3
/
+2
2024-05-09
dm-delay: fix hung task introduced by kthread mode
Joel Colledge
1
-2
/
+1
2024-05-09
dm-delay: fix workqueue delay_timer race
Benjamin Marzinski
1
-2
/
+4
2024-05-08
bcache: fix variable length array abuse in btree_iter
Matthew Mirvish
6
-59
/
+70
2024-05-08
bcache: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-5
/
+5
2024-05-07
md: Revert "md: Fix overflow in is_mddev_idle"
Li Nan
2
-6
/
+5
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
1
-1
/
+1
2024-05-03
dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)
Al Viro
2
-3
/
+3
2024-05-02
Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.10/block
Jens Axboe
1
-3
/
+3
2024-05-02
md: fix resync softlockup when bitmap size is less than array size
Yu Kuai
1
-3
/
+3
2024-05-02
bcache_register(): don't bother with set_blocksize()
Al Viro
1
-4
/
+0
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+9
2024-05-01
dm: Check that a zoned table leads to a valid mapped device
Damien Le Moal
2
-1
/
+59
2024-04-26
Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2
-3
/
+9
2024-04-25
Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.10/block
Jens Axboe
3
-18
/
+16
2024-04-23
dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queue
Mike Snitzer
1
-1
/
+5
2024-04-23
dm: use queue_limits_set
Christoph Hellwig
1
-15
/
+12
2024-04-23
dm-crypt: stop constraining max_segment_size to PAGE_SIZE
Mike Snitzer
1
-10
/
+2
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-1
/
+1
[prev]
[next]