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