summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/send.c
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-11-211-1/+23
* | btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang2022-10-241-11/+13
* | btrfs: send: update command for protocol version checkDavid Sterba2022-10-111-1/+4
* | btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUGBoris Burkov2022-10-111-1/+1
|/
* btrfs: send: fix failures when processing inodes with no linksBingJing Chang2022-09-261-129/+81
* btrfs: send: refactor arguments of get_inode_info()BingJing Chang2022-09-261-75/+78
* btrfs: send: add support for fs-verityBoris Burkov2022-09-261-0/+102
* btrfs: send: always use the rbtree based inode ref management infrastructureFilipe Manana2022-07-251-181/+12
* btrfs: send: fix sending link commands for existing file pathsBingJing Chang2022-07-251-4/+152
* btrfs: send: introduce recorded_ref_alloc and recorded_ref_freeBingJing Chang2022-07-251-10/+24
* btrfs: send: add new command FILEATTR for file attributesDavid Sterba2022-07-251-27/+77
* btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba2022-07-251-1/+2
* btrfs: send: use boolean types for current inode statusDavid Sterba2022-07-251-16/+16
* btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba2022-07-251-6/+1
* btrfs: send: simplify includesDavid Sterba2022-07-251-0/+1
* btrfs: send: enable support for stream v2 and compressed writesOmar Sandoval2022-07-251-2/+5
* btrfs: send: send compressed extents with encoded writesOmar Sandoval2022-07-251-17/+215
* btrfs: send: get send buffer pages for protocol v2Omar Sandoval2022-07-251-4/+25
* btrfs: send: write larger chunks when using stream v2Omar Sandoval2022-07-251-8/+35
* btrfs: send: add stream v2 definitionsOmar Sandoval2022-07-251-1/+1
* btrfs: send: explicitly number commands and attributesOmar Sandoval2022-07-251-2/+2
* btrfs: send: remove unused send_ctx::{total,cmd}_send_sizeOmar Sandoval2022-07-251-4/+0
* 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