index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
1
-3
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-15
/
+15
2026-02-03
btrfs: remove pointless out labels from send.c
Filipe Manana
1
-43
/
+33
2026-01-17
Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2026-01-09
btrfs: send: check for inline extents in range_is_hole_in_parent()
Qu Wenruo
1
-0
/
+2
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-65
/
+48
2025-12-03
Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
1
-19
/
+20
2025-11-25
btrfs: send: do not allocate memory for xattr data when checking it exists
Filipe Manana
1
-4
/
+8
2025-11-25
btrfs: send: add unlikely to all unexpected overflow checks
Filipe Manana
1
-9
/
+9
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-7
/
+7
2025-11-24
btrfs: enable encoded read/write/send for bs > ps cases
Qu Wenruo
1
-8
/
+1
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
1
-31
/
+19
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
1
-6
/
+4
2025-11-08
btrfs: send: make use of -fms-extensions for defining struct fs_path
Rasmus Villemoes
1
-19
/
+20
2025-10-17
btrfs: send: fix duplicated rmdir operations when using extrefs
Ting-Chang Hou
1
-8
/
+48
2025-10-13
btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx
Gustavo A. R. Silva
1
-1
/
+3
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-5
/
+5
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-1
/
+1
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-200
/
+114
2025-09-23
btrfs: enable experimental bs > ps support
Qu Wenruo
1
-1
/
+8
2025-09-23
btrfs: send: index backref cache by node number instead of by sector number
Filipe Manana
1
-2
/
+2
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-3
/
+3
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-15
/
+13
2025-07-22
btrfs: send: use fallocate for hole punching with send stream v2
Filipe Manana
1
-0
/
+33
2025-07-22
btrfs: send: directly return strcmp() result when comparing recorded refs
Filipe Manana
1
-7
/
+1
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
1
-1
/
+1
2025-07-21
btrfs: send: avoid extra calls to strlen() in gen_unique_name()
Dmitry Antipov
1
-2
/
+2
2025-05-15
btrfs: send: remove btrfs_debug() calls
David Sterba
1
-50
/
+1
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-3
/
+2
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
1
-2
/
+2
2025-05-15
btrfs: send: prepare put_file_data() for large data folios
Qu Wenruo
1
-14
/
+11
2025-05-15
btrfs: send: remove the again label inside put_file_data()
Qu Wenruo
1
-2
/
+1
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
1
-13
/
+12
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: pass btrfs_root pointers to send ioctl parameters
David Sterba
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_set_xattr()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: avoid path allocation for the current inode when issuing commands
Filipe Manana
1
-118
/
+97
2025-03-18
btrfs: send: keep the current inode's path cached
Filipe Manana
1
-5
/
+48
2025-03-18
btrfs: send: simplify return logic from send_rmdir()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_unlink()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_link()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_rename()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from send_verity()
Filipe Manana
1
-2
/
+1
2025-03-18
btrfs: send: simplify return logic from process_changed_xattr()
Filipe Manana
1
-6
/
+4
2025-03-18
btrfs: send: remove unnecessary return variable from process_new_xattr()
Filipe Manana
1
-6
/
+2
2025-03-18
btrfs: send: simplify return logic from record_changed_ref()
Filipe Manana
1
-6
/
+4
2025-03-18
btrfs: send: simplify return logic from record_deleted_ref()
Filipe Manana
1
-4
/
+2
[next]