index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Age
Commit message (
Expand
)
Author
36 hours
Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10 days
btrfs: send: check for inline extents in range_is_hole_in_parent()
Qu Wenruo
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-12-03
Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
2025-11-25
btrfs: send: do not allocate memory for xattr data when checking it exists
Filipe Manana
2025-11-25
btrfs: send: add unlikely to all unexpected overflow checks
Filipe Manana
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: enable encoded read/write/send for bs > ps cases
Qu Wenruo
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
2025-11-08
btrfs: send: make use of -fms-extensions for defining struct fs_path
Rasmus Villemoes
2025-10-17
btrfs: send: fix duplicated rmdir operations when using extrefs
Ting-Chang Hou
2025-10-13
btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx
Gustavo A. R. Silva
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-09-23
btrfs: enable experimental bs > ps support
Qu Wenruo
2025-09-23
btrfs: send: index backref cache by node number instead of by sector number
Filipe Manana
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-07-22
btrfs: send: use fallocate for hole punching with send stream v2
Filipe Manana
2025-07-22
btrfs: send: directly return strcmp() result when comparing recorded refs
Filipe Manana
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
2025-07-21
btrfs: send: avoid extra calls to strlen() in gen_unique_name()
Dmitry Antipov
2025-05-15
btrfs: send: remove btrfs_debug() calls
David Sterba
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
2025-05-15
btrfs: send: prepare put_file_data() for large data folios
Qu Wenruo
2025-05-15
btrfs: send: remove the again label inside put_file_data()
Qu Wenruo
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_encoded_extent()
Filipe Manana
2025-03-18
btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent()
Filipe Manana
2025-03-18
btrfs: pass btrfs_root pointers to send ioctl parameters
David Sterba
2025-03-18
btrfs: send: simplify return logic from send_set_xattr()
Filipe Manana
2025-03-18
btrfs: send: avoid path allocation for the current inode when issuing commands
Filipe Manana
2025-03-18
btrfs: send: keep the current inode's path cached
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_rmdir()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_unlink()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_link()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_rename()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_verity()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from process_changed_xattr()
Filipe Manana
2025-03-18
btrfs: send: remove unnecessary return variable from process_new_xattr()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from record_changed_ref()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from record_deleted_ref()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from record_new_ref()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from record_deleted_ref_if_needed()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from record_new_ref_if_needed()
Filipe Manana
2025-03-18
btrfs: send: simplify return logic from send_remove_xattr()
Filipe Manana
2025-03-18
btrfs: send: add and use helper to rename current inode when processing refs
Filipe Manana
[next]