summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik10 days1-15/+14
* btrfs: convert put_file_data() to foliosGoldwyn Rodrigues10 days1-22/+23
* btrfs: open code trivial btrfs_lru_cache_size()David Sterba2024-03-041-4/+3
* btrfs: send: avoid duplicated search for last extent when sending holeFilipe Manana2024-03-041-15/+12
* btrfs: change BUG_ON to assertion in tree_move_down()David Sterba2024-03-041-1/+1
* btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba2024-03-041-1/+9
* btrfs: send: handle unexpected inode in header process_recorded_refs()David Sterba2024-03-041-1/+7
* btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba2024-03-041-1/+6
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-1/+1
* btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana2024-02-221-4/+13
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-01-311-1/+1
* btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov2024-01-121-2/+2
* btrfs: send: ensure send_fd is writableJann Horn2023-11-241-1/+1
* btrfs: remove btrfs_crc32c wrapperJosef Bacik2023-10-121-3/+3
* btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie2023-08-211-4/+2
* btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana2023-06-191-2/+14
* btrfs: fix uninitialized variable warningsGenjian Zhang2023-04-171-1/+1
* btrfs: send: cache utimes operations for directories if possibleFilipe Manana2023-02-151-5/+99
* btrfs: send: update size of roots array for backref cache entriesFilipe Manana2023-02-151-7/+8
* btrfs: send: use the lru cache to implement the name cacheFilipe Manana2023-02-151-141/+27
* btrfs: allow a generation number to be associated with lru cache entriesFilipe Manana2023-02-131-3/+5
* btrfs: send: cache information about created directoriesFilipe Manana2023-02-131-1/+40
* btrfs: send: genericize the backref cache to allow it to be reusedFilipe Manana2023-02-131-56/+24
* btrfs: send: initialize all the red black trees earlierFilipe Manana2023-02-131-6/+6
* btrfs: send: iterate waiting dir move rbtree only once when processing refsFilipe Manana2023-02-131-5/+2
* btrfs: send: reduce searches on parent root when checking if dir can be removedFilipe Manana2023-02-131-6/+59
* btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()Filipe Manana2023-02-131-4/+7
* btrfs: send: avoid duplicated orphan dir allocation and initializationFilipe Manana2023-02-131-15/+12
* btrfs: send: remove send_progress argument from can_rmdir()Filipe Manana2023-02-131-8/+5
* btrfs: send: avoid extra b+tree searches when checking reference overridesFilipe Manana2023-02-131-32/+29
* btrfs: send: directly return from will_overwrite_ref() and simplify itFilipe Manana2023-02-131-22/+16
* btrfs: send: avoid unnecessary generation search at did_overwrite_ref()Filipe Manana2023-02-131-9/+22
* btrfs: send: directly return from did_overwrite_ref() and simplify itFilipe Manana2023-02-131-25/+18
* btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou2023-02-131-2/+2
* btrfs: fix uninitialized variable warning in get_inode_genJosef Bacik2023-02-131-5/+3
* Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-061-3/+3
|\
| * btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-01-271-3/+3
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-5/+6
|\ \ | |/ |/|
| * btrfs: send: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-5/+6
* | btrfs: send: bump the extent reference count limit for backref walkingFilipe Manana2022-12-051-1/+1
* | btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana2022-12-051-0/+33
* | btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana2022-12-051-56/+47
* | btrfs: send: skip unnecessary backref iterationsFilipe Manana2022-12-051-40/+41
* | btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana2022-12-051-0/+185
* | btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana2022-12-051-8/+7
* | btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana2022-12-051-1/+1
* | btrfs: send: optimize clone detection to increase extent sharingFilipe Manana2022-12-051-16/+33
* | btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana2022-12-051-1/+10
* | btrfs: send: drop unnecessary backref context field initializationsFilipe Manana2022-12-051-3/+2