summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
AgeCommit message (Expand)AuthorLines
2022-07-25btrfs: send: always use the rbtree based inode ref management infrastructureFilipe Manana-181/+12
2022-07-25btrfs: send: fix sending link commands for existing file pathsBingJing Chang-4/+152
2022-07-25btrfs: send: introduce recorded_ref_alloc and recorded_ref_freeBingJing Chang-10/+24
2022-07-25btrfs: send: add new command FILEATTR for file attributesDavid Sterba-27/+77
2022-07-25btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba-1/+2
2022-07-25btrfs: send: use boolean types for current inode statusDavid Sterba-16/+16
2022-07-25btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba-6/+1
2022-07-25btrfs: send: simplify includesDavid Sterba-0/+1
2022-07-25btrfs: send: enable support for stream v2 and compressed writesOmar Sandoval-2/+5
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval-17/+215
2022-07-25btrfs: send: get send buffer pages for protocol v2Omar Sandoval-4/+25
2022-07-25btrfs: send: write larger chunks when using stream v2Omar Sandoval-8/+35
2022-07-25btrfs: send: add stream v2 definitionsOmar Sandoval-1/+1
2022-07-25btrfs: send: explicitly number commands and attributesOmar Sandoval-2/+2
2022-07-25btrfs: send: remove unused send_ctx::{total,cmd}_send_sizeOmar Sandoval-4/+0
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-18/+22
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba-18/+22
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-3/+3
2022-05-17btrfs: send: avoid trashing the page cacheFilipe Manana-3/+82
2022-05-16btrfs: send: keep the current inode open while processing itFilipe Manana-19/+35
2022-05-16btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler-22/+18
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler-23/+13
2022-05-16btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler-29/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler-27/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler-23/+8
2022-05-16btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler-18/+7
2022-05-16btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler-17/+6
2022-05-16btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler-29/+11
2022-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)-1/+1
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)-1/+2
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi-6/+1
2022-03-14btrfs: reuse existing inode from btrfs_ioctlSahil Kang-2/+2
2022-02-09btrfs: send: in case of IO error log itDāvis Mosāns-0/+4
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana-49/+308
2022-01-03btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval-19/+13
2022-01-03btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval-7/+3
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik-7/+7
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik-6/+2
2021-10-29btrfs: send: prepare for v2 protocolDavid Sterba-0/+23
2021-10-25btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza-11/+4
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues-18/+11
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba-3/+3
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana-2/+0
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana-7/+7
2021-06-22btrfs: fix typos in commentsDavid Sterba-1/+1
2021-06-22btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li-11/+7
2021-06-22btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana-0/+11
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana-2/+2
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana-1/+1
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana-6/+36