index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
send.c
Age
Commit message (
Expand
)
Author
2023-10-12
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
2023-06-19
btrfs: send: do not BUG_ON() on unexpected symlink data extent
Filipe Manana
2023-04-17
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-02-15
btrfs: send: cache utimes operations for directories if possible
Filipe Manana
2023-02-15
btrfs: send: update size of roots array for backref cache entries
Filipe Manana
2023-02-15
btrfs: send: use the lru cache to implement the name cache
Filipe Manana
2023-02-13
btrfs: allow a generation number to be associated with lru cache entries
Filipe Manana
2023-02-13
btrfs: send: cache information about created directories
Filipe Manana
2023-02-13
btrfs: send: genericize the backref cache to allow it to be reused
Filipe Manana
2023-02-13
btrfs: send: initialize all the red black trees earlier
Filipe Manana
2023-02-13
btrfs: send: iterate waiting dir move rbtree only once when processing refs
Filipe Manana
2023-02-13
btrfs: send: reduce searches on parent root when checking if dir can be removed
Filipe Manana
2023-02-13
btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()
Filipe Manana
2023-02-13
btrfs: send: avoid duplicated orphan dir allocation and initialization
Filipe Manana
2023-02-13
btrfs: send: remove send_progress argument from can_rmdir()
Filipe Manana
2023-02-13
btrfs: send: avoid extra b+tree searches when checking reference overrides
Filipe Manana
2023-02-13
btrfs: send: directly return from will_overwrite_ref() and simplify it
Filipe Manana
2023-02-13
btrfs: send: avoid unnecessary generation search at did_overwrite_ref()
Filipe Manana
2023-02-13
btrfs: send: directly return from did_overwrite_ref() and simplify it
Filipe Manana
2023-02-13
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
2023-02-13
btrfs: fix uninitialized variable warning in get_inode_gen
Josef Bacik
2023-02-06
Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-01-27
btrfs: send: limit number of clones and allocated memory size
David Sterba
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-05
btrfs: send: bump the extent reference count limit for backref walking
Filipe Manana
2022-12-05
btrfs: send: skip resolution of our own backref when finding clone source
Filipe Manana
2022-12-05
btrfs: send: avoid double extent tree search when finding clone source
Filipe Manana
2022-12-05
btrfs: send: skip unnecessary backref iterations
Filipe Manana
2022-12-05
btrfs: send: cache leaf to roots mapping during backref walking
Filipe Manana
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
btrfs: send: avoid unnecessary backref lookups when finding clone source
Filipe Manana
2022-12-05
btrfs: send: drop unnecessary backref context field initializations
Filipe Manana
2022-12-05
btrfs: send: update comment at find_extent_clone()
Filipe Manana
2022-12-05
btrfs: send: avoid unnecessary path allocations when finding extent clone
Filipe Manana
2022-12-05
btrfs: move verity prototypes into verity.h
Josef Bacik
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
btrfs: move dir-item prototypes into dir-item.h
Josef Bacik
2022-12-05
btrfs: extend btrfs_dir_item type to store encryption status
Omar Sandoval
2022-12-05
btrfs: use struct fscrypt_str instead of struct qstr
Sweet Tea Dorminy
2022-12-05
btrfs: use struct qstr instead of name and namelen pairs
Sweet Tea Dorminy
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: send add define for v2 buffer size
Wang Yugui
2022-11-21
btrfs: send: avoid unaligned encoded writes when attempting to clone range
Filipe Manana
2022-11-01
btrfs: send: Proactively round up to kmalloc bucket size
Kees Cook
2022-10-24
btrfs: send: fix send failure of a subcase of orphan inodes
BingJing Chang
2022-10-11
btrfs: send: update command for protocol version check
David Sterba
[next]