1. 3cf5068 Btrfs: unify error handling of btrfs_lookup_dir_item by Liu Bo · 7 years ago
  2. 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 7 years ago
  3. 22d3151 Btrfs: send, fix incorrect file layout after hole punching beyond eof by Filipe Manana · 7 years ago
  4. 46b2f45 Btrfs: fix send failure when root has deleted files still open by Filipe Manana · 7 years ago
  5. ca5d2ba Btrfs: remove unused key assignment when doing a full send by Filipe Manana · 7 years ago
  6. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 7 years ago
  7. 0f96f51 btrfs: incremental send, improve rmdir performance for large directory by Robbie Ko · 7 years ago
  8. 35c8eda btrfs: incremental send, move allocation until it's needed in orphan_dir_info by Robbie Ko · 7 years ago
  9. f5686e3 btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress" by Colin Ian King · 7 years ago
  10. a6aa10c7 Btrfs: send, fix missing truncate for inode with prealloc extent past eof by Filipe Manana · 7 years ago
  11. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  12. 895a72b Btrfs: send: fix typo in TLV_PUT by Liu Bo · 7 years ago
  13. ffa7c42 Btrfs: send, do not issue unnecessary truncate operations by Filipe Manana · 7 years ago
  14. e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
  15. 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 8 years ago
  16. d4dfc0f Btrfs: send, fix issuing write op when processing hole in no data mode by Filipe Manana · 7 years ago
  17. bae15d9 btrfs: Cleanup existing name_len checks by Qu Wenruo · 8 years ago
  18. ea37d59 Btrfs: incremental send, fix wrong unlink path after renaming file by Filipe Manana · 8 years ago
  19. c995ab3 btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents by Zygo Blaxell · 8 years ago
  20. eb7b9d6 btrfs: send: remove unused code by Nikolay Borisov · 8 years ago
  21. 2351f43 btrfs: fix send ioctl on 32bit with 64bit kernel by Josef Bacik · 8 years ago
  22. eef16ba Btrfs: send, apply asynchronous page cache readahead to enhance page read by Kuanling Huang · 8 years ago
  23. ee8c494 btrfs: Remove unused arguments from btrfs_changed_cb_t by Nikolay Borisov · 8 years ago
  24. a035751 btrfs: Remove unused parameters from various functions by Nikolay Borisov · 8 years ago
  25. 5ba88cd Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  26. ca6842b Btrfs: send: fix error number for unknown inode types by Tsutomu Itoh · 10 years ago
  27. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. 8e93157 btrfs: switch write_buf to kernel_write by Christoph Hellwig · 8 years ago
  29. 72610b1 Btrfs: incremental send, fix emission of invalid clone operations by Filipe Manana · 8 years ago
  30. d3c0bab btrfs: remove trivial wrapper btrfs_force_ra by David Sterba · 8 years ago
  31. 24e52b1 Btrfs: incremental send, fix invalid memory access by Filipe Manana · 8 years ago
  32. f596278 Btrfs: incremental send, fix invalid path for link commands by Filipe Manana · 8 years ago
  33. 59b0a7f btrfs: Check name_len before read in iterate_dir_item by Su Yue · 8 years ago
  34. fdb1388 Btrfs: incremental send, fix invalid path for unlink commands by Filipe Manana · 8 years ago
  35. 72c3668 Btrfs: send, fix invalid path after renaming and linking file by Filipe Manana · 8 years ago
  36. f11f744 btrfs: send: use kvmalloc in iterate_dir_item by David Sterba · 8 years ago
  37. 818e010 btrfs: replace opencoded kvzalloc with the helper by David Sterba · 8 years ago
  38. ee4ea69 btrfs: remove unused members dir_path from recorded_ref by David Sterba · 8 years ago
  39. 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
  40. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  41. e1cbfd7 Btrfs: send, fix file hole not being preserved due to inline extent by Filipe Manana · 8 years ago
  42. 457ae72 Btrfs: fix an integer overflow check by Dan Carpenter · 8 years ago
  43. 82bfb2e Btrfs: incremental send, fix unnecessary hole writes for sparse files by Filipe Manana · 8 years ago
  44. 0191410 Btrfs: incremental send, do not issue invalid rmdir operations by Robbie Ko · 9 years ago
  45. fe9c798 Btrfs: incremental send, do not delay rename when parent inode is new by Filipe Manana · 9 years ago
  46. 4dd9920 Btrfs: send, fix failure to rename top level inode due to name collision by Robbie Ko · 9 years ago
  47. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 9 years ago
  48. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  49. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  50. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  51. f616751 Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  52. d5e84fd Btrfs: fix incremental send failure caused by balance by Filipe Manana · 9 years ago
  53. f29135b Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  54. 2211d5b posix_acl: xattr representation cleanups by Andreas Gruenbacher · 9 years ago
  55. 04ab956 btrfs: convert send's verbose_printk to btrfs_debug by Jeff Mahoney · 9 years ago
  56. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 9 years ago
  57. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 9 years ago
  58. 3dc09ec Btrfs: kill invalid ASSERT() in process_all_refs() by Josef Bacik · 9 years ago
  59. 9515558 Btrfs: send, don't bug on inconsistent snapshots by Filipe Manana · 9 years ago
  60. 15b253e Btrfs: send, avoid incorrect leaf accesses when sending utimes operations by Filipe Manana · 9 years ago
  61. 764433a Btrfs: send, fix invalid leaf accesses due to incorrect utimes operations by Robbie Ko · 10 years ago
  62. 443f9d2 Btrfs: send, fix warning due to late freeing of orphan_dir_info structures by Robbie Ko · 10 years ago
  63. 99ea42d Btrfs: incremental send, fix premature rmdir operations by Robbie Ko · 10 years ago
  64. 4122ea6 Btrfs: incremental send, fix invalid paths for rename operations by Filipe Manana · 9 years ago
  65. 7969e77 Btrfs: send, add missing error check for calls to path_loop() by Filipe Manana · 9 years ago
  66. 801bec3 Btrfs: send, fix failure to move directories with the same name around by Robbie Ko · 10 years ago
  67. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  68. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  69. 2f91306 btrfs: send: use vmalloc only as fallback for clone_sources_tmp by David Sterba · 9 years ago
  70. c03d01f btrfs: send: use vmalloc only as fallback for clone_roots by David Sterba · 9 years ago
  71. e55d115 btrfs: send: use temporary variable to store allocation size by David Sterba · 9 years ago
  72. eb5b75f btrfs: send: use vmalloc only as fallback for read_buf by David Sterba · 9 years ago
  73. 6ff48ce btrfs: send: use vmalloc only as fallback for send_buf by David Sterba · 9 years ago
  74. f5ecec3 btrfs: send: silence an integer overflow warning by Dan Carpenter · 9 years ago
  75. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  76. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
  77. e780b0d btrfs: send: use GFP_KERNEL everywhere by David Sterba · 10 years ago
  78. a879719 Btrfs: send, don't BUG_ON() when an empty symlink is found by Filipe Manana · 10 years ago
  79. b96b1db btrfs: fix resending received snapshot with parent by Robin Ruede · 10 years ago
  80. d906d49 Btrfs: send, fix file corruption due to incorrect cloning operations by Filipe Manana · 10 years ago
  81. 640926f Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 10 years ago
  82. f14d104 btrfs: switch more printks to our helpers by David Sterba · 10 years ago
  83. b786f16 Btrfs: send, fix corner case for reference overwrite detection by Filipe Manana · 10 years ago
  84. 37b8d27 Btrfs: use received_uuid of parent during send by Josef Bacik · 10 years ago
  85. 1ab818b Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.2 by Chris Mason · 10 years ago
  86. 619d8c4 Btrfs: incremental send, fix clone operations for compressed extents by Filipe Manana · 10 years ago
  87. 8b191a6 Btrfs: incremental send, check if orphanized dir inode needs delayed rename by Filipe Manana · 10 years ago
  88. 80aa602 Btrfs: incremental send, don't delay directory renames unnecessarily by Filipe Manana · 10 years ago
  89. 5f806c3 Btrfs: incremental send, remove dead code by Filipe Manana · 10 years ago
  90. 8996a48 Btrfs: incremental send, clear name from cache after orphanization by Filipe Manana · 10 years ago
  91. 2f1f465 Btrfs: send, don't leave without decrementing clone root's send_progress by Filipe Manana · 10 years ago
  92. 5cc2b17 Btrfs: send, add missing check for dead clone root by Filipe Manana · 10 years ago
  93. 84471e2 Btrfs: incremental send, don't rename a directory too soon by Filipe Manana · 10 years ago
  94. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 11 years ago
  95. e5fa8f8 Btrfs: ensure send always works on roots without orphans by Filipe Manana · 11 years ago
  96. bbf65cf Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 11 years ago
  97. bf8e8ca Btrfs: send, don't delay dir move if there's a new parent inode by Filipe Manana · 11 years ago
  98. 2755a0d btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB by David Sterba · 11 years ago
  99. 4395e0c Btrfs: send, lower mem requirements for processing xattrs by Filipe Manana · 11 years ago
  100. d447d0d Btrfs: fix sparse warning by Fabian Frederick · 11 years ago