aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2022-05-17btrfs: send: avoid trashing the page cacheFilipe Manana
2022-05-16btrfs: send: keep the current inode open while processing itFilipe Manana
2022-05-16btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi
2022-03-14btrfs: reuse existing inode from btrfs_ioctlSahil Kang
2022-02-09btrfs: send: in case of IO error log itDāvis Mosāns
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval
2022-01-03btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik
2021-10-29btrfs: send: prepare for v2 protocolDavid Sterba
2021-10-25btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-22btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-06-22btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny
2021-02-08btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal
2021-02-08btrfs: send: remove stale code when checking for shared extentsFilipe Manana
2021-01-12btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2020-12-08btrfs: send: use helpers to access root_item::ctransidDavid Sterba
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov
2020-10-07btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov
2020-10-07btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval
2020-10-07btrfs: send: avoid copying file dataOmar Sandoval
2020-10-07btrfs: send: get rid of i_size logic in send_write()Omar Sandoval
2020-10-07btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba