summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
10 daysbtrfs: send: fix lost error return value in will_overwrite_ref()Avi Weiss1-1/+1
10 daysbtrfs: send: reject extents for non-regular inodesZhengYuan Huang1-0/+7
2026-08-07btrfs: add missing sctx check in cleanup path in btrfs_ioctl_send()Hongling Zeng1-1/+1
2026-08-07btrfs: use correct type for sectorsize/nodesize/blocksizeQu Wenruo1-1/+1
2026-08-07btrfs: send: fix is_current_inode_path() to avoid path resets for common pref...Filipe Manana1-3/+2
2026-08-07btrfs: send: fix comment for SEND_MAX_DIR_UTIMES_CACHE_SIZEFilipe Manana1-4/+4
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba1-16/+16
2026-06-09btrfs: send: pass bool for pending_move and refs_processed parametersDavid Sterba1-9/+8
2026-06-09btrfs: send: switch struct fs_path to auto freeingDavid Sterba1-70/+43
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana1-3/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-15/+15
2026-02-03btrfs: remove pointless out labels from send.cFilipe Manana1-43/+33
2026-01-17Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2026-01-09btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-65/+48
2025-12-03Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-19/+20
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana1-4/+8
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana1-9/+9
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-7/+7
2025-11-24btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo1-8/+1
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-31/+19
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana1-6/+4
2025-11-08btrfs: send: make use of -fms-extensions for defining struct fs_pathRasmus Villemoes1-19/+20
2025-10-17btrfs: send: fix duplicated rmdir operations when using extrefsTing-Chang Hou1-8/+48
2025-10-13btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctxGustavo A. R. Silva1-1/+3
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-5/+5
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-1/+1
2025-09-23btrfs: more trivial BTRFS_PATH_AUTO_FREE conversionsSun YangKai1-200/+114
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo1-1/+8
2025-09-23btrfs: send: index backref cache by node number instead of by sector numberFilipe Manana1-2/+2
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-3/+3
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-15/+13
2025-07-22btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-07-22btrfs: send: directly return strcmp() result when comparing recorded refsFilipe Manana1-7/+1
2025-07-22btrfs: replace strcpy() with strscpy()Brahmajit Das1-1/+1
2025-07-21btrfs: send: avoid extra calls to strlen() in gen_unique_name()Dmitry Antipov1-2/+2
2025-05-15btrfs: send: remove btrfs_debug() callsDavid Sterba1-50/+1
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-3/+2
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba1-2/+2
2025-05-15btrfs: send: prepare put_file_data() for large data foliosQu Wenruo1-14/+11
2025-05-15btrfs: send: remove the again label inside put_file_data()Qu Wenruo1-2/+1
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-13/+12
2025-03-18btrfs: send: simplify return logic from send_encoded_extent()Filipe Manana1-8/+5
2025-03-18btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent()Filipe Manana1-8/+1
2025-03-18btrfs: pass btrfs_root pointers to send ioctl parametersDavid Sterba1-2/+1
2025-03-18btrfs: send: simplify return logic from send_set_xattr()Filipe Manana1-2/+1
2025-03-18btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
2025-03-18btrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48