- d96b342 btrfs: make send work with concurrent block group relocation by Filipe Manana · 3 years, 1 month ago
- b1dea4e btrfs: send: remove unused type parameter to iterate_inode_ref_t by Omar Sandoval · 3 years, 2 months ago
- eab67c0 btrfs: send: remove unused found_type parameter to lookup_dir_item_inode() by Omar Sandoval · 3 years, 2 months ago
- 3212fa1 btrfs: drop the _nr from the item helpers by Josef Bacik · 3 years, 2 months ago
- 227f3cd btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere by Josef Bacik · 3 years, 2 months ago
- e77fbf9 btrfs: send: prepare for v2 protocol by David Sterba · 3 years, 2 months ago
- 0e3dd5b btrfs: send: simplify send_create_inode_if_needed by Marcos Paulo de Souza · 3 years, 5 months ago
- dce2815 btrfs: allocate backref_ctx on stack in find_extent_clone by Goldwyn Rodrigues · 3 years, 5 months ago
- 214cc18 btrfs: constify and cleanup variables in comparators by David Sterba · 3 years, 5 months ago
- 35b22c1 btrfs: send: fix crash when memory allocations trigger reclaim by Filipe Manana · 3 years, 6 months ago
- 1cea5cf btrfs: ensure relocation never runs while we have send operations running by Filipe Manana · 3 years, 6 months ago
- 1a9fd41 btrfs: fix typos in comments by David Sterba · 3 years, 7 months ago
- bb93000 btrfs: send: use list_move_tail instead of list_del/list_add_tail by Baokun Li · 3 years, 7 months ago
- d8ac76c btrfs: send: fix invalid path for unlink operations after parent orphanization by Filipe Manana · 3 years, 7 months ago
- f9baa50 btrfs: fix deadlock when cloning inline extents and using qgroups by Filipe Manana · 3 years, 8 months ago
- ace7506 btrfs: improve btree readahead for full send operations by Filipe Manana · 3 years, 9 months ago
- 2ce73c6 btrfs: add btree read ahead for incremental send operations by Filipe Manana · 3 years, 10 months ago
- 19358b1 btrfs: add btree read ahead for full send operations by Filipe Manana · 3 years, 10 months ago
- 7a7fd0d Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
- 3590ec5 btrfs: use memcpy_[to|from]_page() and kmap_local_page() by Ira Weiny · 3 years, 11 months ago
- 8898038 btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cb by Roman Anasal · 4 years ago
- 9c4a062 btrfs: send: remove stale code when checking for shared extents by Filipe Manana · 4 years ago
- 518837e btrfs: send: fix invalid clone operations when cloning from the same file and root by Filipe Manana · 4 years ago
- 0b3f407 btrfs: send: fix wrong file path when there is an inode with a pending rmdir by Filipe Manana · 4 years, 1 month ago
- 09e3a28 btrfs: send: use helpers to access root_item::ctransid by David Sterba · 4 years, 3 months ago
- 9c2b4e0 btrfs: send, recompute reference path after orphanization of a directory by Filipe Manana · 4 years, 3 months ago
- 98272bb btrfs: send, orphanize first all conflicting inodes when processing references by Filipe Manana · 4 years, 3 months ago
- e2f896b btrfs: send: use helpers for unaligned access to header members by David Sterba · 4 years, 3 months ago
- bae12df btrfs: use kvcalloc for allocation in btrfs_ioctl_send() by Denis Efremov · 4 years, 3 months ago
- 8eb2fd001 btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send() by Denis Efremov · 4 years, 3 months ago
- c9a949a btrfs: send: use btrfs_file_extent_end() in send_write_or_clone() by Omar Sandoval · 4 years, 4 months ago
- 8c7d9fe btrfs: send: avoid copying file data by Omar Sandoval · 4 years, 4 months ago
- a9b2e0d btrfs: send: get rid of i_size logic in send_write() by Omar Sandoval · 4 years, 4 months ago
- 1b51d6f btrfs: send: remove indirect callback parameter for changed_cb by David Sterba · 4 years, 4 months ago
- f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
- 0202e83 btrfs: simplify iget helpers by David Sterba · 4 years, 8 months ago
- 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
- 89efda5 btrfs: send: emit file capabilities after chown by Marcos Paulo de Souza · 4 years, 8 months ago
- 502fd72 btrfs_ioctl_send(): don't bother with access_ok() by Al Viro · 4 years, 10 months ago
- c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 4 years, 11 months ago
- a5eeb3d btrfs: add helper to get the end offset of a file extent item by Filipe Manana · 4 years, 10 months ago
- 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
- bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
- 6f9a3da btrfs: hold a ref on the root in btrfs_ioctl_send by Josef Bacik · 5 years ago
- 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
- 9722b10 Btrfs: send, fix emission of invalid clone operations within the same file by Filipe Manana · 5 years ago
- fbd5429 btrfs: send: remove WARN_ON for readonly mount by Anand Jain · 5 years ago
- fd0ddbe Btrfs: send, skip backreference walking for extents with many references by Filipe Manana · 5 years ago
- 11f2069 Btrfs: send, allow clone operations within the same file by Filipe Manana · 5 years ago
- 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
- 431d398 btrfs: silence maybe-uninitialized warning in clone_range by Austin Kim · 5 years ago
- 6af112b btrfs: Relinquish CPUs in btrfs_compare_trees by Nikolay Borisov · 5 years ago
- 18d0f5c btrfs: move functions for tree compare to send.c by David Sterba · 5 years ago
- b4f9a1a Btrfs: fix incremental send failure after deduplication by Filipe Manana · 5 years ago
- 9e96749 Btrfs: prevent send failures and crashes due to concurrent relocation by Filipe Manana · 6 years ago
- 65019df btrfs: resurrect btrfs_crc32c() by Johannes Thumshirn · 6 years ago
- 3c850b4 Btrfs: incremental send, fix emission of invalid clone operations by Filipe Manana · 6 years ago
- 6b1f72e5 Btrfs: incremental send, fix file corruption when no-holes feature is enabled by Filipe Manana · 6 years ago
- 62d54f3 Btrfs: fix race between send and deduplication that lead to failures and crashes by Filipe Manana · 6 years ago
- 9f89d5d Btrfs: send, flush dellaloc in order to avoid data loss by Filipe Manana · 6 years ago
- 040ee612 Btrfs: send, improve clone range by Robbie Ko · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
- 7073017 btrfs: use offset_in_page instead of open-coding it by Johannes Thumshirn · 6 years ago
- a4390ae Btrfs: send, fix infinite loop due to directory rename dependencies by Robbie Ko · 6 years ago
- 3cf5068 Btrfs: unify error handling of btrfs_lookup_dir_item by Liu Bo · 6 years ago
- 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 6 years ago
- 22d3151 Btrfs: send, fix incorrect file layout after hole punching beyond eof by Filipe Manana · 6 years ago
- 46b2f45 Btrfs: fix send failure when root has deleted files still open by Filipe Manana · 6 years ago
- ca5d2ba Btrfs: remove unused key assignment when doing a full send by Filipe Manana · 6 years ago
- e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 7 years ago
- 0f96f51 btrfs: incremental send, improve rmdir performance for large directory by Robbie Ko · 7 years ago
- 35c8eda btrfs: incremental send, move allocation until it's needed in orphan_dir_info by Robbie Ko · 7 years ago
- f5686e3 btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress" by Colin Ian King · 7 years ago
- a6aa10c7 Btrfs: send, fix missing truncate for inode with prealloc extent past eof by Filipe Manana · 7 years ago
- c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
- 895a72b Btrfs: send: fix typo in TLV_PUT by Liu Bo · 7 years ago
- ffa7c42 Btrfs: send, do not issue unnecessary truncate operations by Filipe Manana · 7 years ago
- e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
- 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 7 years ago
- d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
- bae15d9 btrfs: Cleanup existing name_len checks by Qu Wenruo · 7 years ago
- ea37d59 Btrfs: incremental send, fix wrong unlink path after renaming file by Filipe Manana · 7 years ago
- c995ab3 btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents by Zygo Blaxell · 7 years ago
- eb7b9d6 btrfs: send: remove unused code by Nikolay Borisov · 7 years ago
- 2351f43 btrfs: fix send ioctl on 32bit with 64bit kernel by Josef Bacik · 7 years ago
- eef16ba Btrfs: send, apply asynchronous page cache readahead to enhance page read by Kuanling Huang · 7 years ago
- ee8c494 btrfs: Remove unused arguments from btrfs_changed_cb_t by Nikolay Borisov · 7 years ago
- a035751 btrfs: Remove unused parameters from various functions by Nikolay Borisov · 7 years ago
- 5ba88cd Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
- ca6842b Btrfs: send: fix error number for unknown inode types by Tsutomu Itoh · 9 years ago
- 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 8e93157 btrfs: switch write_buf to kernel_write by Christoph Hellwig · 7 years ago
- 72610b1 Btrfs: incremental send, fix emission of invalid clone operations by Filipe Manana · 7 years ago
- d3c0bab btrfs: remove trivial wrapper btrfs_force_ra by David Sterba · 8 years ago
- 24e52b1 Btrfs: incremental send, fix invalid memory access by Filipe Manana · 7 years ago
- f596278 Btrfs: incremental send, fix invalid path for link commands by Filipe Manana · 8 years ago
- 59b0a7f btrfs: Check name_len before read in iterate_dir_item by Su Yue · 8 years ago
- fdb1388 Btrfs: incremental send, fix invalid path for unlink commands by Filipe Manana · 8 years ago
- 72c3668 Btrfs: send, fix invalid path after renaming and linking file by Filipe Manana · 8 years ago