summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: convert put_file_data() to foliosGoldwyn Rodrigues
2024-03-04btrfs: open code trivial btrfs_lru_cache_size()David Sterba
2024-03-04btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana
2024-03-04btrfs: change BUG_ON to assertion in tree_move_down()David Sterba
2024-03-04btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba
2024-03-04btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba
2024-03-04btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-02-22btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-01-12btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov
2023-11-24btrfs: send: ensure send_fd is writableJann Horn
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-06-19btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang
2023-02-15btrfs: send: cache utimes operations for directories if possibleFilipe Manana
2023-02-15btrfs: send: update size of roots array for backref cache entriesFilipe Manana
2023-02-15btrfs: send: use the lru cache to implement the name cacheFilipe Manana
2023-02-13btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana
2023-02-13btrfs: send: cache information about created directoriesFilipe Manana
2023-02-13btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana
2023-02-13btrfs: send: initialize all the red black trees earlierFilipe Manana
2023-02-13btrfs: send: iterate waiting dir move rbtree only once when processing refsFilipe Manana
2023-02-13btrfs: send: reduce searches on parent root when checking if dir can be removedFilipe Manana
2023-02-13btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()Filipe Manana
2023-02-13btrfs: send: avoid duplicated orphan dir allocation and initializationFilipe Manana
2023-02-13btrfs: send: remove send_progress argument from can_rmdir()Filipe Manana
2023-02-13btrfs: send: avoid extra b+tree searches when checking reference overridesFilipe Manana
2023-02-13btrfs: send: directly return from will_overwrite_ref() and simplify itFilipe Manana
2023-02-13btrfs: send: avoid unnecessary generation search at did_overwrite_ref()Filipe Manana
2023-02-13btrfs: send: directly return from did_overwrite_ref() and simplify itFilipe Manana
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou
2023-02-13btrfs: fix uninitialized variable warning in get_inode_genJosef Bacik
2023-02-06Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-27btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-05btrfs: send: bump the extent reference count limit for backref walkingFilipe Manana
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana
2022-12-05btrfs: send: skip unnecessary backref iterationsFilipe Manana
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana
2022-12-05btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana
2022-12-05btrfs: send: drop unnecessary backref context field initializationsFilipe Manana
2022-12-05btrfs: send: update comment at find_extent_clone()Filipe Manana