summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | btrfs: send: update comment at find_extent_clone()Filipe Manana2022-12-051-7/+7
* | btrfs: send: avoid unnecessary path allocations when finding extent cloneFilipe Manana2022-12-051-21/+16
* | btrfs: move verity prototypes into verity.hJosef Bacik2022-12-051-0/+1
* | btrfs: move ioctl prototypes into ioctl.hJosef Bacik2022-12-051-0/+1
* | btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* | btrfs: move dir-item prototypes into dir-item.hJosef Bacik2022-12-051-0/+1
* | btrfs: extend btrfs_dir_item type to store encryption statusOmar Sandoval2022-12-051-1/+1
* | btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2022-12-051-2/+2
* | btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2022-12-051-4/+8
* | btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1