summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler1-22/+18
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler1-23/+13
2022-05-16btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler1-29/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler1-27/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler1-23/+8
2022-05-16btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler1-18/+7
2022-05-16btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler1-17/+6
2022-05-16btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler1-29/+11
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi1-6/+1
2022-03-14btrfs: reuse existing inode from btrfs_ioctlSahil Kang1-2/+2
2022-02-09btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana1-49/+308
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...Linus Torvalds1-5/+2
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny1-5/+2
2021-02-09btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal1-8/+7
2021-02-09btrfs: 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...Filipe 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-03Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus 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