aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-03btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval1-19/+13
2022-01-03btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval1-7/+3
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-7/+7
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik1-6/+2
2021-10-29btrfs: send: prepare for v2 protocolDavid Sterba1-0/+23
2021-10-25btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza1-11/+4
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues1-18/+11
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba1-3/+3
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana1-2/+0
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana1-7/+7
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-06-22btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li1-11/+7
2021-06-22btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana1-0/+11
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana1-2/+2
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana1-1/+1
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana1-6/+36
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana1-0/+1
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+2
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny1-5/+2
2021-02-08btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal1-8/+7
2021-02-08btrfs: send: remove stale code when checking for shared extentsFilipe Manana1-16/+0
2021-01-12btrfs: send: fix invalid clone operations when cloning from the same file and rootFilipe Manana1-0/+15
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana1-18/+31
2020-12-08btrfs: send: use helpers to access root_item::ctransidDavid Sterba1-3/+3
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana1-0/+72
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana1-40/+87
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba1-7/+7
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov1-5/+6
2020-10-07btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov1-1/+1
2020-10-07btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval1-33/+11
2020-10-07btrfs: send: avoid copying file dataOmar Sandoval1-26/+39
2020-10-07btrfs: send: get rid of i_size logic in send_write()Omar Sandoval1-27/+10
2020-10-07btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba1-9/+2
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-17/+72
2020-05-25btrfs: simplify iget helpersDavid Sterba1-6/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-11/+4
2020-05-25btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-05-09btrfs_ioctl_send(): don't bother with access_ok()Al Viro1-7/+0
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-14/+0
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana1-41/+3
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-6/+6
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-11/+0
2020-03-23btrfs: hold a ref on the root in btrfs_ioctl_sendJosef Bacik1-4/+24
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-2/+2
2020-01-31Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana1-1/+2
2019-12-13btrfs: send: remove WARN_ON for readonly mountAnand Jain1-6/+0
2019-11-18Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-11-18Btrfs: send, allow clone operations within the same fileFilipe Manana1-5/+13
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim1-1/+1