1. 43b1859 btrfs: qgroup: Use separate meta reservation type for delalloc by Qu Wenruo · 7 years ago
  2. d87ff75 btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_received_subvol by Nikolay Borisov · 6 years ago
  3. 7a5a07a btrfs: Remove userspace transaction ioctls by Nikolay Borisov · 6 years ago
  4. 7c829b7 btrfs: add define for oldest generation by Anand Jain · 6 years ago
  5. 17d202b btrfs: rename __btrfs_dev_replace_cancel() by Anand Jain · 6 years ago
  6. 9728203 btrfs: open code btrfs_dev_replace_cancel() by Anand Jain · 6 years ago
  7. 31466f3 Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  8. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 6 years ago
  9. 6670d4c btrfs: use correct string length in DEV_INFO ioctl by Xiongfeng Wang · 7 years ago
  10. e43bbe5 btrfs: sink unlock_extent parameter gfp_flags by David Sterba · 7 years ago
  11. 9337050 btrfs: SETFLAGS ioctl: use helper for compression type conversion by David Sterba · 7 years ago
  12. 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
  13. ebbede4 btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE by Anand Jain · 7 years ago
  14. ae0f162 btrfs: sink gfp parameter to clear_extent_bit by David Sterba · 7 years ago
  15. d03262c btrfs: switch to RCU for device traversal in btrfs_ioctl_fs_info by David Sterba · 7 years ago
  16. c5593ca btrfs: switch to RCU for device traversal in btrfs_ioctl_dev_info by David Sterba · 7 years ago
  17. 2c99738 btrfs: move volume_mutex into the btrfs_rm_device() by Anand Jain · 7 years ago
  18. 51090c5 Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  19. c8bcbfbd btrfs: Fix possible off-by-one in btrfs_search_path_in_tree by Nikolay Borisov · 7 years ago
  20. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  21. 8b62f87 Btrfs: rework outstanding_extents by Josef Bacik · 7 years ago
  22. b115e3b btrfs: increase output size for LOGICAL_INO_V2 ioctl by Zygo Blaxell · 7 years ago
  23. d24a67b btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2 by Zygo Blaxell · 7 years ago
  24. c995ab3 btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents by Zygo Blaxell · 7 years ago
  25. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 7 years ago
  26. 2351f43 btrfs: fix send ioctl on 32bit with 64bit kernel by Josef Bacik · 7 years ago
  27. 80e03a2 Btrfs: do not make defrag wait on async_delalloc_pages by Liu Bo · 7 years ago
  28. efd3815 btrfs: Refactor transaction handling in received subvolume ioctl by Nikolay Borisov · 7 years ago
  29. 9417ebc btrfs: Explicitly handle btrfs_update_root failure by Nikolay Borisov · 7 years ago
  30. 315d8e9 btrfs: make array types static const, reduces object code size by Colin Ian King · 7 years ago
  31. 718dc5f Btrfs: fix __user casting in ioctl.c by Omar Sandoval · 7 years ago
  32. 45bac0f Btrfs: use wait_event instead of a single function by Liu Bo · 7 years ago
  33. 69cc715 Btrfs: move finish_wait out of the loop by Liu Bo · 7 years ago
  34. 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
  35. 78ad4ce btrfs: propagate error to btrfs_cmp_data_prepare caller by Naohiro Aota · 7 years ago
  36. 6d6d282 btrfs: prevent to set invalid default subvolid by satoru takeuchi · 7 years ago
  37. bea7eaf Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFO by Omar Sandoval · 7 years ago
  38. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  39. e7cdb60 Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  40. c59efa7 btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2 by Nikolay Borisov · 7 years ago
  41. 23b5ec7 btrfs: fix readdir deadlock with pagefault by Josef Bacik · 7 years ago
  42. 1e2ef46 btrfs: defrag: cleanup checking for compression status by David Sterba · 7 years ago
  43. eec63c6 btrfs: separate defrag and property compression by David Sterba · 7 years ago
  44. b52aa8c btrfs: rename variable holding per-inode compression type by David Sterba · 7 years ago
  45. d3c0bab btrfs: remove trivial wrapper btrfs_force_ra by David Sterba · 7 years ago
  46. ea14b57f btrfs: fix spelling of snapshotting by David Sterba · 7 years ago
  47. 3558d4f btrfs: Deprecate userspace transaction ioctls by Nikolay Borisov · 7 years ago
  48. 0a52d10 btrfs: defrag: make readahead state allocation failure non-fatal by David Sterba · 7 years ago
  49. 63e727e btrfs: use GFP_KERNEL in btrfs_defrag_file by David Sterba · 7 years ago
  50. 47f08b9 btrfs: Use explicit round_down macro in btrfs resize ioctl handler by Nikolay Borisov · 7 years ago
  51. 19aee8d btrfs: btrfs_inherit_iflags() can be static by Anand Jain · 7 years ago
  52. 5c1aab1 btrfs: Add zstd support by Nick Terrell · 7 years ago
  53. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  54. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  55. bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 7 years ago
  56. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 7 years ago
  57. f54de06 btrfs: use GFP_KERNEL in init_ipath by David Sterba · 7 years ago
  58. 6b349df Btrfs: remove obsolete FIXMEs in qgroup ioctls by Daichou · 7 years ago
  59. 1176032 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  60. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  61. 171938e btrfs: track exclusive filesystem operation in flags by David Sterba · 7 years ago
  62. 52f75f4 btrfs: constify name of subvolume in creation helpers by David Sterba · 7 years ago
  63. fc4f21b btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 7 years ago
  64. a2f392e btrfs: Make clone_update_extent_map take btrfs_inode by Nikolay Borisov · 7 years ago
  65. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 7 years ago
  66. dcdbc05 btrfs: Make btrfs_drop_extent_cache take btrfs_inode by Nikolay Borisov · 7 years ago
  67. 6ef06d2 btrfs: Make btrfs_i_size_write take btrfs_inode by Nikolay Borisov · 7 years ago
  68. 877574e btrfs: Make btrfs_set_inode_index take btrfs_inode by Nikolay Borisov · 7 years ago
  69. 8e7611c btrfs: Make btrfs_insert_dir_item take btrfs_inode by Nikolay Borisov · 7 years ago
  70. b151762 Btrfs: fix deadlock between dedup on same file and starting writeback by Filipe Manana · 7 years ago
  71. 4a0ab9d btrfs: remove unused parameter from clone_copy_inline_extent by David Sterba · 7 years ago
  72. 1a287cf btrfs: remove unused parameters from btrfs_cmp_data by David Sterba · 7 years ago
  73. 61d7e4c btrfs: remove unused parameter from create_snapshot by David Sterba · 7 years ago
  74. 7775c81 btrfs: remove unused parameter from btrfs_subvolume_release_metadata by David Sterba · 7 years ago
  75. 23269bf btrfs: use GFP_KERNEL in create_snapshot by David Sterba · 7 years ago
  76. fc4badd Btrfs: refactor btrfs_extent_same() slightly by Omar Sandoval · 8 years ago
  77. 4366355 btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode by Nikolay Borisov · 8 years ago
  78. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  79. 8c3e6b1 btrfs: btrfs_defrag_root() doesn't defrag extent root tree by Anand Jain · 8 years ago
  80. 50d0446 Btrfs: code cleanup min/max -> min_t/max_t by Seraphime Kirkovski · 8 years ago
  81. 2b95550 Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  82. 2a36224 btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls by Jeff Mahoney · 7 years ago
  83. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  84. 3c55d6b Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus by Al Viro · 8 years ago
  85. a76b5b0 fs: try to clone files first in vfs_copy_file_range by Christoph Hellwig · 8 years ago
  86. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  87. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  88. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  89. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  90. 5112feb btrfs: btrfs_init_new_device should use fs_info->dev_root by Jeff Mahoney · 8 years ago
  91. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
  92. 9287209 constify btrfs_mksubvol() by Al Viro · 8 years ago
  93. 7b9ea62 btrfs: return early from failed memory allocations in ioctl handlers by Shailendra Verma · 8 years ago
  94. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  95. d24ee97 btrfs: use new helpers to set uuids in eb by David Sterba · 8 years ago
  96. 926b923 btrfs: remove unused headers, statfs.h by David Sterba · 8 years ago
  97. 46d7cbb Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  98. 69ae5e4 btrfs: make file clone aware of fatal signals by Wang Xiaoguang · 8 years ago
  99. f29135b Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  100. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago