summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-2/+0
* btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-7/+7
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-221-11/+7
* btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana2021-06-221-0/+11
* btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-2/+2
* btrfs: improve btree readahead for full send operationsFilipe Manana2021-04-191-1/+1
* btrfs: add btree read ahead for incremental send operationsFilipe Manana2021-04-191-6/+36
* btrfs: add btree read ahead for full send operationsFilipe Manana2021-04-191-0/+1
* Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-011-5/+2
|\
| * btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny2021-02-261-5/+2
* | btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal2021-02-081-8/+7
* | btrfs: send: remove stale code when checking for shared extentsFilipe Manana2021-02-081-16/+0
|/
* btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana2021-01-121-0/+15
* btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2020-12-181-18/+31
* btrfs: send: use helpers to access root_item::ctransidDavid Sterba2020-12-081-3/+3
* btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana2020-10-071-0/+72
* btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana2020-10-071-40/+87
* btrfs: send: use helpers for unaligned access to header membersDavid Sterba2020-10-071-7/+7
* btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov2020-10-071-5/+6
* btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov2020-10-071-1/+1
* btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval2020-10-071-33/+11
* btrfs: send: avoid copying file dataOmar Sandoval2020-10-071-26/+39
* btrfs: send: get rid of i_size logic in send_write()Omar Sandoval2020-10-071-27/+10
* btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba2020-10-071-9/+2
* Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-17/+72
|\
| * btrfs: simplify iget helpersDavid Sterba2020-05-251-6/+1
| * btrfs: simplify root lookup by idDavid Sterba2020-05-251-11/+4
| * btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-05-251-0/+67
* | btrfs_ioctl_send(): don't bother with access_ok()Al Viro2020-05-091-7/+0
|/
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-14/+0
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-231-41/+3
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-6/+6
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-11/+0
* btrfs: hold a ref on the root in btrfs_ioctl_sendJosef Bacik2020-03-231-4/+24
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-2/+2
* Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana2020-01-311-1/+2
* btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-131-6/+0
* Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana2019-11-181-1/+24
* Btrfs: send, allow clone operations within the same fileFilipe Manana2019-11-181-5/+13
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-1/+1
* btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim2019-10-081-1/+1
* btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-09-091-0/+1
* btrfs: move functions for tree compare to send.cDavid Sterba2019-09-091-0/+374
* Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-07-301-62/+15
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-021-0/+14
* btrfs: resurrect btrfs_crc32c()Johannes Thumshirn2019-07-011-1/+1
* Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2019-05-281-3/+43
* Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-05-281-0/+6
* Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-291-0/+26