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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: remove out-of-date comments in btree_writepages()
Qu Wenruo
1
-30
/
+4
2026-04-07
btrfs: remove bogus root search condition in load_extent_tree_free()
Filipe Manana
1
-2
/
+1
2026-04-07
btrfs: remove duplicate include of delayed-inode.h in disk-io.c
Chen Ni
1
-1
/
+0
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
10
-28
/
+26
2026-04-07
btrfs: remove pointless out label in qgroup_account_snapshot()
Filipe Manana
1
-9
/
+8
2026-04-07
btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()
Qu Wenruo
4
-10
/
+10
2026-04-07
btrfs: make add_pending_csums() to take an ordered extent as parameter
Qu Wenruo
1
-5
/
+7
2026-04-07
btrfs: rename btrfs_ordered_extent::list to csum_list
Qu Wenruo
5
-14
/
+13
2026-04-07
btrfs: change return type of cache_save_setup to void
Johannes Thumshirn
1
-10
/
+7
2026-04-07
btrfs: avoid starting new transaction and commit in relocate_block_group()
Filipe Manana
1
-6
/
+1
2026-04-07
btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()
Filipe Manana
7
-48
/
+6
2026-04-07
btrfs: use the helper extent_buffer_uptodate() everywhere
Filipe Manana
2
-4
/
+4
2026-04-07
btrfs: zoned: add zone reclaim flush state for DATA space_info
Johannes Thumshirn
2
-0
/
+23
2026-04-07
btrfs: zoned: move partially zone_unusable block groups to reclaim list
Johannes Thumshirn
1
-0
/
+18
2026-04-07
btrfs: zoned: cap delayed refs metadata reservation to avoid overcommit
Johannes Thumshirn
2
-0
/
+36
2026-04-07
btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()
Filipe Manana
1
-2
/
+1
2026-04-07
btrfs: fix the inline compressed extent check in inode_need_compress()
Qu Wenruo
1
-1
/
+2
2026-04-07
btrfs: set written super flag once in write_all_supers()
Filipe Manana
1
-4
/
+2
2026-04-07
btrfs: remove max_mirrors argument from write_all_supers()
Filipe Manana
4
-18
/
+12
2026-04-07
btrfs: tag error branches as unlikely during super block writes
Filipe Manana
1
-14
/
+13
2026-04-07
btrfs: abort transaction on error in write_all_supers()
Filipe Manana
1
-11
/
+10
2026-04-07
btrfs: pass transaction handle to write_all_supers()
Filipe Manana
4
-4
/
+5
2026-04-07
btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()
Filipe Manana
1
-39
/
+39
2026-04-07
btrfs: update comment for BTRFS_RESERVE_NO_FLUSH
Filipe Manana
1
-1
/
+18
2026-04-07
btrfs: don't allow log trees to consume global reserve or overcommit metadata
Filipe Manana
1
-0
/
+25
2026-04-07
btrfs: be less aggressive with metadata overcommit when we can do full flushing
Filipe Manana
1
-3
/
+3
2026-04-07
btrfs: use per-profile available space in calc_available_free_space()
Qu Wenruo
1
-12
/
+15
2026-04-07
btrfs: update per-profile available estimation
Qu Wenruo
1
-1
/
+19
2026-04-07
btrfs: introduce the device layout aware per-profile available space
Qu Wenruo
2
-0
/
+198
2026-04-07
btrfs: zoned: remove redundant space_info lock and variable in do_allocation_zoned()
Jiasheng Jiang
1
-6
/
+2
2026-04-07
btrfs: move min sys chunk array size check to validate_sys_chunk_array()
Filipe Manana
1
-13
/
+9
2026-04-07
btrfs: remove duplicate system chunk array max size overflow check
Filipe Manana
1
-6
/
+0
2026-04-07
btrfs: pass boolean literals as the last argument to inc_block_group_ro()
Filipe Manana
1
-8
/
+8
2026-04-07
btrfs: tests: zoned: add tests cases for zoned code
Naohiro Aota
5
-0
/
+695
2026-04-07
landlock: Document fallocate(2) as another truncation corner case
Günther Noack
1
-2
/
+6
2026-04-07
landlock: Document FS access right for pathname UNIX sockets
Günther Noack
1
-1
/
+13
2026-04-07
selftests/landlock: Simplify ruleset creation and enforcement in fs_test
Günther Noack
1
-611
/
+210
2026-04-07
selftests/landlock: Check that coredump sockets stay unrestricted
Günther Noack
1
-0
/
+143
2026-04-07
selftests/landlock: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIX
Günther Noack
1
-0
/
+40
2026-04-07
selftests/landlock: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIX
Günther Noack
1
-16
/
+374
2026-04-07
selftests/landlock: Replace access_fs_16 with ACCESS_ALL in fs_test
Günther Noack
1
-37
/
+17
2026-04-07
samples/landlock: Add support for named UNIX domain socket restrictions
Günther Noack
1
-3
/
+9
2026-04-07
landlock: Clarify BUILD_BUG_ON check in scoping logic
Günther Noack
2
-6
/
+12
2026-04-07
landlock: Control pathname UNIX domain socket resolution by path
Günther Noack
9
-9
/
+200
2026-04-07
landlock: Use mem_is_zero() in is_layer_masks_allowed()
Günther Noack
1
-1
/
+1
2026-04-07
lsm: Add LSM hook security_unix_find
Justin Suess
4
-3
/
+43
2026-04-07
landlock: Fix kernel-doc warning for pointer-to-array parameters
Mickaël Salaün
1
-2
/
+2
2026-04-07
landlock: Fix formatting in tsync.c
Mickaël Salaün
1
-49
/
+58
2026-04-07
landlock: Improve kernel-doc "Return:" section consistency
Mickaël Salaün
8
-34
/
+25
2026-04-07
landlock: Add missing kernel-doc "Return:" sections
Mickaël Salaün
5
-14
/
+24
[prev]
[next]