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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
btrfs: don't clobber ret in btrfs_validate_super()
Mark Harmstone
1
-0
/
+3
2025-03-18
btrfs: prepare btrfs_page_mkwrite() for large folios
Qu Wenruo
1
-9
/
+10
2025-03-18
btrfs: prepare extent_io.c for future large folio support
Qu Wenruo
1
-13
/
+18
2025-03-18
btrfs: prepare btrfs_launcher_folio() for large folios support
Qu Wenruo
1
-1
/
+1
2025-03-18
btrfs: replace PAGE_SIZE with folio_size for subpage.[ch]
Qu Wenruo
2
-4
/
+4
2025-03-18
btrfs: add a size parameter to btrfs_alloc_subpage()
Qu Wenruo
3
-6
/
+6
2025-03-18
btrfs: subpage: make btrfs_is_subpage() check against a folio
Qu Wenruo
4
-26
/
+26
2025-03-18
btrfs: add extra warning if delayed iput is added when it's not allowed
Qu Wenruo
3
-0
/
+6
2025-03-18
btrfs: avoid redundant path slot assignment in btrfs_search_forward()
Sun YangKai
1
-2
/
+1
2025-03-18
btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()
Sun YangKai
1
-7
/
+5
2025-03-18
btrfs: simplify the return value handling in search_ioctl()
Sun YangKai
1
-9
/
+8
2025-03-18
btrfs: tests: fix chunk map leak after failure to add it to the tree
Filipe Manana
1
-0
/
+1
2025-03-18
btrfs: codify pattern for adding block_group to bg_list
Boris Burkov
1
-24
/
+31
2025-03-18
btrfs: explicitly ref count block_group on new_bgs list
Boris Burkov
2
-0
/
+3
2025-03-18
btrfs: make btrfs_discard_workfn() block_group ref explicit
Boris Burkov
1
-18
/
+16
2025-03-18
btrfs: harden block_group::bg_list against list_del() races
Boris Burkov
2
-0
/
+20
2025-03-18
btrfs: fix block group refcount race in btrfs_create_pending_block_groups()
Boris Burkov
1
-0
/
+3
2025-03-18
btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache()
Filipe Manana
1
-8
/
+8
2025-03-18
btrfs: remove unnecessary fs_info argument from delete_block_group_cache()
Filipe Manana
1
-5
/
+4
2025-03-18
btrfs: remove unnecessary fs_info argument from create_reloc_inode()
Filipe Manana
1
-2
/
+2
2025-03-18
btrfs: make btrfs_iget_path() return a btrfs inode instead
Filipe Manana
3
-11
/
+11
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
9
-71
/
+76
2025-03-18
btrfs: pass a btrfs_inode to fixup_inode_link_count()
Filipe Manana
1
-13
/
+13
2025-03-18
btrfs: return a btrfs_inode from read_one_inode()
Filipe Manana
1
-79
/
+73
2025-03-18
btrfs: return a btrfs_inode from btrfs_iget_logging()
Filipe Manana
1
-49
/
+45
2025-03-18
btrfs: avoid linker error in btrfs_find_create_tree_block()
Mark Harmstone
1
-2
/
+5
2025-03-18
btrfs: run btrfs_error_commit_super() early
Qu Wenruo
1
-7
/
+8
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
7
-12
/
+51
2025-03-18
btrfs: send: simplify return logic from send_encoded_extent()
Filipe Manana
1
-8
/
+5
2025-03-18
btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent()
Filipe Manana
1
-8
/
+1
2025-03-18
btrfs: avoid unnecessary bio dereference at run_one_async_done()
Filipe Manana
1
-1
/
+1
2025-03-18
btrfs: fix non-empty delayed iputs list on unmount due to async workers
Filipe Manana
1
-0
/
+13
2025-03-18
btrfs: reject out-of-band dirty folios during writeback
Qu Wenruo
2
-1
/
+42
2025-03-18
btrfs: return a literal instead of a variable in btrfs_init_dev_replace()
Dan Carpenter
1
-2
/
+1
2025-03-18
btrfs: move btrfs_cleanup_bio() code into its single caller
Filipe Manana
1
-9
/
+5
2025-03-18
btrfs: move __btrfs_bio_end_io() code into its single caller
Filipe Manana
1
-13
/
+9
2025-03-18
btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers
Filipe Manana
1
-0
/
+12
2025-03-18
btrfs: unify inode variable naming
David Sterba
2
-65
/
+61
2025-03-18
btrfs: pass struct to btrfs_ioctl_subvol_getflags()
David Sterba
1
-5
/
+5
2025-03-18
btrfs: simplify local variables in btrfs_ioctl_resize()
David Sterba
1
-5
/
+6
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()
David Sterba
4
-16
/
+15
2025-03-18
btrfs: pass root pointers to search tree ioctl helpers
David Sterba
1
-11
/
+11
2025-03-18
btrfs: pass btrfs_root pointers to send ioctl parameters
David Sterba
3
-8
/
+7
2025-03-18
btrfs: parameter constification in ioctl.c
David Sterba
1
-14
/
+14
2025-03-18
btrfs: allow debug builds to accept 2K block size
Qu Wenruo
4
-5
/
+24
2025-03-18
btrfs: properly limit inline data extent according to block size
Qu Wenruo
1
-1
/
+10
2025-03-18
btrfs: remove the subpage related warning message
Qu Wenruo
1
-5
/
+0
2025-03-18
btrfs: allow inline data extents creation if block size < page size
Qu Wenruo
1
-13
/
+0
2025-03-18
btrfs: allow buffered write to avoid full page read if it's block aligned
Qu Wenruo
2
-2
/
+7
2025-03-18
btrfs: make btrfs_do_readpage() to do block-by-block read
Qu Wenruo
1
-26
/
+12
[next]