summaryrefslogtreecommitdiff
path: root/fs/btrfs/send.c
AgeCommit message (Expand)Author
2022-07-25btrfs: send: always use the rbtree based inode ref management infrastructureFilipe Manana
2022-07-25btrfs: send: fix sending link commands for existing file pathsBingJing Chang
2022-07-25btrfs: send: introduce recorded_ref_alloc and recorded_ref_freeBingJing Chang
2022-07-25btrfs: send: add new command FILEATTR for file attributesDavid Sterba
2022-07-25btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba
2022-07-25btrfs: send: use boolean types for current inode statusDavid Sterba
2022-07-25btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba
2022-07-25btrfs: send: simplify includesDavid Sterba
2022-07-25btrfs: send: enable support for stream v2 and compressed writesOmar Sandoval
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval
2022-07-25btrfs: send: get send buffer pages for protocol v2Omar Sandoval
2022-07-25btrfs: send: write larger chunks when using stream v2Omar Sandoval
2022-07-25btrfs: send: add stream v2 definitionsOmar Sandoval
2022-07-25btrfs: send: explicitly number commands and attributesOmar Sandoval
2022-07-25btrfs: send: remove unused send_ctx::{total,cmd}_send_sizeOmar Sandoval
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
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-05-09btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)
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