summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28btrfs: send: make fs_path_len() inline and constify its argumentFilipe Manana1-1/+1
2025-08-28btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-08-28btrfs: send: avoid path allocation for the current inode when issuing commandsFilipe Manana1-118/+97
2025-08-28btrfs: send: keep the current inode's path cachedFilipe Manana1-5/+48
2025-08-28btrfs: send: add and use helper to rename current inode when processing refsFilipe Manana1-8/+15
2025-08-28btrfs: send: only use boolean variables at process_recorded_refs()Filipe Manana1-6/+6
2025-08-28btrfs: send: factor out common logic when sending xattrsFilipe Manana1-26/+15
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana1-4/+2
2024-10-10btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana1-1/+22
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-08-29btrfs: change BUG_ON to assertion in tree_move_down()David Sterba1-1/+1
2024-08-29btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba1-1/+7
2024-08-29btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba1-1/+6
2024-05-17btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov1-2/+2
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba1-1/+9
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie1-4/+2
2023-06-19btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana1-2/+14
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang1-1/+1
2023-02-15btrfs: send: cache utimes operations for directories if possibleFilipe Manana1-5/+99
2023-02-15btrfs: send: update size of roots array for backref cache entriesFilipe Manana1-7/+8
2023-02-15btrfs: send: use the lru cache to implement the name cacheFilipe Manana1-141/+27
2023-02-13btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana1-3/+5
2023-02-13btrfs: send: cache information about created directoriesFilipe Manana1-1/+40
2023-02-13btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana1-56/+24
2023-02-13btrfs: send: initialize all the red black trees earlierFilipe Manana1-6/+6
2023-02-13btrfs: send: iterate waiting dir move rbtree only once when processing refsFilipe Manana1-5/+2
2023-02-13btrfs: send: reduce searches on parent root when checking if dir can be removedFilipe Manana1-6/+59
2023-02-13btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()Filipe Manana1-4/+7
2023-02-13btrfs: send: avoid duplicated orphan dir allocation and initializationFilipe Manana1-15/+12
2023-02-13btrfs: send: remove send_progress argument from can_rmdir()Filipe Manana1-8/+5
2023-02-13btrfs: send: avoid extra b+tree searches when checking reference overridesFilipe Manana1-32/+29
2023-02-13btrfs: send: directly return from will_overwrite_ref() and simplify itFilipe Manana1-22/+16
2023-02-13btrfs: send: avoid unnecessary generation search at did_overwrite_ref()Filipe Manana1-9/+22
2023-02-13btrfs: send: directly return from did_overwrite_ref() and simplify itFilipe Manana1-25/+18
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou1-2/+2
2023-02-13btrfs: fix uninitialized variable warning in get_inode_genJosef Bacik1-5/+3
2023-02-07Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-01-27btrfs: send: limit number of clones and allocated memory sizeDavid Sterba1-3/+3
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+6
2022-12-05btrfs: send: bump the extent reference count limit for backref walkingFilipe Manana1-1/+1
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana1-0/+33
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana1-56/+47
2022-12-05btrfs: send: skip unnecessary backref iterationsFilipe Manana1-40/+41
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana1-0/+185
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana1-8/+7
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana1-1/+1