index
:
pub/scm/linux/kernel/git/devsec/spdm.git
master
lukas's fork of linux.git
Device Security Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
btrfs: send: fix lost error return value in will_overwrite_ref()
Avi Weiss
1
-1
/
+1
10 days
btrfs: send: reject extents for non-regular inodes
ZhengYuan Huang
1
-0
/
+7
2026-08-07
btrfs: add missing sctx check in cleanup path in btrfs_ioctl_send()
Hongling Zeng
1
-1
/
+1
2026-08-07
btrfs: use correct type for sectorsize/nodesize/blocksize
Qu Wenruo
1
-1
/
+1
2026-08-07
btrfs: send: fix is_current_inode_path() to avoid path resets for common pref...
Filipe Manana
1
-3
/
+2
2026-08-07
btrfs: send: fix comment for SEND_MAX_DIR_UTIMES_CACHE_SIZE
Filipe Manana
1
-4
/
+4
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-16
/
+16
2026-06-09
btrfs: send: pass bool for pending_move and refs_processed parameters
David Sterba
1
-9
/
+8
2026-06-09
btrfs: send: switch struct fs_path to auto freeing
David Sterba
1
-70
/
+43
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
[next]