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