1. b115e3b btrfs: increase output size for LOGICAL_INO_V2 ioctl by Zygo Blaxell · 8 years ago
  2. d24a67b btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2 by Zygo Blaxell · 8 years ago
  3. c995ab3 btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents by Zygo Blaxell · 8 years ago
  4. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 8 years ago
  5. 2351f43 btrfs: fix send ioctl on 32bit with 64bit kernel by Josef Bacik · 8 years ago
  6. 80e03a2 Btrfs: do not make defrag wait on async_delalloc_pages by Liu Bo · 8 years ago
  7. efd3815 btrfs: Refactor transaction handling in received subvolume ioctl by Nikolay Borisov · 8 years ago
  8. 9417ebc btrfs: Explicitly handle btrfs_update_root failure by Nikolay Borisov · 8 years ago
  9. 315d8e9 btrfs: make array types static const, reduces object code size by Colin Ian King · 8 years ago
  10. 718dc5f Btrfs: fix __user casting in ioctl.c by Omar Sandoval · 8 years ago
  11. 45bac0f Btrfs: use wait_event instead of a single function by Liu Bo · 8 years ago
  12. 69cc715 Btrfs: move finish_wait out of the loop by Liu Bo · 8 years ago
  13. 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
  14. 78ad4ce btrfs: propagate error to btrfs_cmp_data_prepare caller by Naohiro Aota · 8 years ago
  15. 6d6d282 btrfs: prevent to set invalid default subvolid by satoru takeuchi · 8 years ago
  16. bea7eaf Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFO by Omar Sandoval · 8 years ago
  17. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. e7cdb60 Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  19. c59efa7 btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2 by Nikolay Borisov · 8 years ago
  20. 23b5ec7 btrfs: fix readdir deadlock with pagefault by Josef Bacik · 8 years ago
  21. 1e2ef46 btrfs: defrag: cleanup checking for compression status by David Sterba · 8 years ago
  22. eec63c6 btrfs: separate defrag and property compression by David Sterba · 8 years ago
  23. b52aa8c btrfs: rename variable holding per-inode compression type by David Sterba · 8 years ago
  24. d3c0bab btrfs: remove trivial wrapper btrfs_force_ra by David Sterba · 8 years ago
  25. ea14b57f btrfs: fix spelling of snapshotting by David Sterba · 8 years ago
  26. 3558d4f btrfs: Deprecate userspace transaction ioctls by Nikolay Borisov · 8 years ago
  27. 0a52d10 btrfs: defrag: make readahead state allocation failure non-fatal by David Sterba · 8 years ago
  28. 63e727e btrfs: use GFP_KERNEL in btrfs_defrag_file by David Sterba · 8 years ago
  29. 47f08b9 btrfs: Use explicit round_down macro in btrfs resize ioctl handler by Nikolay Borisov · 8 years ago
  30. 19aee8d btrfs: btrfs_inherit_iflags() can be static by Anand Jain · 8 years ago
  31. 5c1aab1 btrfs: Add zstd support by Nick Terrell · 8 years ago
  32. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  33. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 8 years ago
  34. bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 8 years ago
  35. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 8 years ago
  36. f54de06 btrfs: use GFP_KERNEL in init_ipath by David Sterba · 8 years ago
  37. 6b349df Btrfs: remove obsolete FIXMEs in qgroup ioctls by Daichou · 8 years ago
  38. 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
  39. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  40. 171938e btrfs: track exclusive filesystem operation in flags by David Sterba · 8 years ago
  41. 52f75f4 btrfs: constify name of subvolume in creation helpers by David Sterba · 8 years ago
  42. fc4f21b btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 8 years ago
  43. a2f392e btrfs: Make clone_update_extent_map take btrfs_inode by Nikolay Borisov · 8 years ago
  44. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 8 years ago
  45. dcdbc05 btrfs: Make btrfs_drop_extent_cache take btrfs_inode by Nikolay Borisov · 8 years ago
  46. 6ef06d2 btrfs: Make btrfs_i_size_write take btrfs_inode by Nikolay Borisov · 8 years ago
  47. 877574e btrfs: Make btrfs_set_inode_index take btrfs_inode by Nikolay Borisov · 8 years ago
  48. 8e7611c btrfs: Make btrfs_insert_dir_item take btrfs_inode by Nikolay Borisov · 8 years ago
  49. b151762 Btrfs: fix deadlock between dedup on same file and starting writeback by Filipe Manana · 8 years ago
  50. 4a0ab9d btrfs: remove unused parameter from clone_copy_inline_extent by David Sterba · 9 years ago
  51. 1a287cf btrfs: remove unused parameters from btrfs_cmp_data by David Sterba · 9 years ago
  52. 61d7e4c btrfs: remove unused parameter from create_snapshot by David Sterba · 9 years ago
  53. 7775c81 btrfs: remove unused parameter from btrfs_subvolume_release_metadata by David Sterba · 9 years ago
  54. 23269bf btrfs: use GFP_KERNEL in create_snapshot by David Sterba · 8 years ago
  55. fc4badd Btrfs: refactor btrfs_extent_same() slightly by Omar Sandoval · 9 years ago
  56. 4366355 btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode by Nikolay Borisov · 9 years ago
  57. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 9 years ago
  58. 8c3e6b1 btrfs: btrfs_defrag_root() doesn't defrag extent root tree by Anand Jain · 9 years ago
  59. 50d0446 Btrfs: code cleanup min/max -> min_t/max_t by Seraphime Kirkovski · 9 years ago
  60. 2b95550 Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  61. 2a36224 btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls by Jeff Mahoney · 9 years ago
  62. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. 3c55d6b Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus by Al Viro · 9 years ago
  64. a76b5b0 fs: try to clone files first in vfs_copy_file_range by Christoph Hellwig · 9 years ago
  65. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 9 years ago
  66. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  67. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  68. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  69. 5112feb btrfs: btrfs_init_new_device should use fs_info->dev_root by Jeff Mahoney · 9 years ago
  70. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
  71. 9287209 constify btrfs_mksubvol() by Al Viro · 9 years ago
  72. 7b9ea62 btrfs: return early from failed memory allocations in ioctl handlers by Shailendra Verma · 9 years ago
  73. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 9 years ago
  74. d24ee97 btrfs: use new helpers to set uuids in eb by David Sterba · 9 years ago
  75. 926b923 btrfs: remove unused headers, statfs.h by David Sterba · 9 years ago
  76. 46d7cbb Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 9 years ago
  77. 69ae5e4 btrfs: make file clone aware of fatal signals by Wang Xiaoguang · 9 years ago
  78. 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
  79. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 9 years ago
  80. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 9 years ago
  81. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 9 years ago
  82. 325c50e btrfs: ensure that file descriptor used with subvol ioctls is a dir by Jeff Mahoney · 9 years ago
  83. d06f23d btrfs: waiting on qgroup rescan should not always be interruptible by Jeff Mahoney · 9 years ago
  84. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 9 years ago
  85. df39756 btrfs: copy_to_sk drop unused root parameter by Jeff Mahoney · 9 years ago
  86. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 9 years ago
  87. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  88. 559b6d9 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  89. 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 9 years ago
  90. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  91. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  92. 07be133 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  93. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 9 years ago
  94. 36fac9e Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  95. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  96. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 9 years ago
  97. 58d7bbf btrfs: ioctl: reorder exclusive op check in RM_DEV by David Sterba · 9 years ago
  98. 7ab1962 btrfs: add write protection to SET_FEATURES ioctl by David Sterba · 9 years ago
  99. 49a3c4d btrfs: use dynamic allocation for root item in create_subvol by David Sterba · 9 years ago
  100. 1535195 btrfs: clone: use vmalloc only as fallback for nodesize bufer by David Sterba · 9 years ago