summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-161-18/+22
|\
| * Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba2022-07-151-18/+22
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-3/+3
|\ \ | |/ |/|
| * btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-081-1/+2
* | btrfs: send: avoid trashing the page cacheFilipe Manana2022-05-171-3/+82
* | btrfs: send: keep the current inode open while processing itFilipe Manana2022-05-161-19/+35
* | btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler2022-05-161-22/+18
* | btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler2022-05-161-23/+13
* | btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler2022-05-161-29/+8
* | btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler2022-05-161-27/+8
* | btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler2022-05-161-23/+8
* | btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler2022-05-161-18/+7
* | btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler2022-05-161-17/+6
* | btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler2022-05-161-29/+11
|/
* btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi2022-03-141-6/+1
* btrfs: reuse existing inode from btrfs_ioctlSahil Kang2022-03-141-2/+2
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-091-0/+4
* btrfs: make send work with concurrent block group relocationFilipe Manana2022-01-071-49/+308
* btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval2022-01-031-19/+13
* btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval2022-01-031-7/+3
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-7/+7
* btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik2022-01-031-6/+2
* btrfs: send: prepare for v2 protocolDavid Sterba2021-10-291-0/+23
* btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza2021-10-251-11/+4
* btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues2021-08-231-18/+11
* btrfs: constify and cleanup variables in comparatorsDavid Sterba2021-08-231-3/+3
* 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