1. d4417e2 btrfs: Replace opencoded sizes with their symbolic constants by Nikolay Borisov · 7 years ago
  2. fd708b8 Btrfs: add a extent ref verify tool by Josef Bacik · 7 years ago
  3. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 7 years ago
  4. fb59237 btrfs: add ref-verify mount option by Josef Bacik · 7 years ago
  5. 736cd52 Btrfs: remove nr_async_submits and async_submit_draining by Liu Bo · 7 years ago
  6. f851689 Btrfs: remove nr_async_bios by Liu Bo · 7 years ago
  7. ee8c494 btrfs: Remove unused arguments from btrfs_changed_cb_t by Nikolay Borisov · 7 years ago
  8. bf2db0b Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  9. 69ad597 Btrfs: fix overlap of fs_info::flags values by Tsutomu Itoh · 7 years ago
  10. 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
  11. c2faff7 btrfs: remove BTRFS_FS_QUOTA_DISABLING flag by Misono, Tomohiro · 7 years ago
  12. e7cdb60 Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  13. 1cd5447 btrfs: pass fs_info to btrfs_del_root instead of tree_root by Jeff Mahoney · 7 years ago
  14. 4335958 Btrfs: remove BUG() in btrfs_extent_inline_ref_size by Liu Bo · 7 years ago
  15. 167ce95 Btrfs: add a helper to retrive extent inline ref type by Liu Bo · 7 years ago
  16. 0174484 btrfs: Remove chunk_objectid argument from btrfs_make_block_group by Nikolay Borisov · 7 years ago
  17. 583b723 btrfs: Do not use data_alloc_cluster in ssd mode by Hans van Kranenburg · 7 years ago
  18. 23b5ec7 btrfs: fix readdir deadlock with pagefault by Josef Bacik · 7 years ago
  19. d3c0bab btrfs: remove trivial wrapper btrfs_force_ra by David Sterba · 7 years ago
  20. 35dc313 btrfs: drop ancient page flag mappings by David Sterba · 7 years ago
  21. ea14b57f btrfs: fix spelling of snapshotting by David Sterba · 7 years ago
  22. 19aee8d btrfs: btrfs_inherit_iflags() can be static by Anand Jain · 7 years ago
  23. bc3cce2 btrfs: Cleanup num_tolerated_disk_barrier_failures by Qu Wenruo · 7 years ago
  24. 1cbb1f4 btrfs: struct-funcs, constify readers by Jeff Mahoney · 7 years ago
  25. 23d1f73 btrfs: remove unused sectorsize member by Nikolay Borisov · 7 years ago
  26. 5c1aab1 btrfs: Add zstd support by Nick Terrell · 7 years ago
  27. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  28. bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 7 years ago
  29. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 7 years ago
  30. e79a332 btrfs: Check name_len with boundary in verify dir_item by Su Yue · 7 years ago
  31. 19c6dcb btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundary by Su Yue · 7 years ago
  32. 7dfb8be btrfs: Round down values which are written for total_bytes_size by Nikolay Borisov · 7 years ago
  33. eca152e btrfs: Manually implement device_total_bytes getter/setter by Nikolay Borisov · 7 years ago
  34. 0d0c71b btrfs: obsolete and remove mount option alloc_start by David Sterba · 7 years ago
  35. fac03c8 btrfs: move fs_info::fs_frozen to the flags by David Sterba · 7 years ago
  36. 4b5faea btrfs: use generic slab for for btrfs_transaction by David Sterba · 7 years ago
  37. 118c701 btrfs: remove __BTRFS_LEAF_DATA_SIZE by Nikolay Borisov · 7 years ago
  38. 3d9ec8c btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET by Nikolay Borisov · 7 years ago
  39. 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 7 years ago
  40. c6100a4 Btrfs: replace tree->mapping with tree->private_data by Josef Bacik · 7 years ago
  41. f29efe2 btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE by Sargun Dhillon · 7 years ago
  42. a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 7 years ago
  43. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  44. 66cea28 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
  45. 70e7af2 Btrfs: fix delalloc accounting leak caused by u32 overflow by Omar Sandoval · 7 years ago
  46. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  47. 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
  48. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  49. 9e11cee btrfs: Convert to separately allocated bdi by Jan Kara · 7 years ago
  50. 0966a7b btrfs: scrub: Introduce full stripe lock for RAID56 by Qu Wenruo · 7 years ago
  51. 171938e btrfs: track exclusive filesystem operation in flags by David Sterba · 7 years ago
  52. de47c9d btrfs: replace hardcoded value with SEQ_LAST macro by Edmund Nadolski · 7 years ago
  53. d48d71a btrfs: remove redundant parameter from btree_readahead_hook by David Sterba · 7 years ago
  54. 0700cea btrfs: convert btrfs_root.refs from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  55. 1e4f471 btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  56. fe8e12b Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  57. ce0dcee btrfs: Change qgroup_meta_rsv to 64bit by Goldwyn Rodrigues · 7 years ago
  58. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  59. bbe08c0 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  60. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  61. db0a669 btrfs: Make btrfs_add_link take btrfs_inode by Nikolay Borisov · 7 years ago
  62. fc4f21b btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 7 years ago
  63. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 7 years ago
  64. 73f2e54 btrfs: Make btrfs_orphan_add take btrfs_inode by Nikolay Borisov · 7 years ago
  65. 7a6d706 btrfs: Make btrfs_mark_extent_written 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. 6158e1c btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inode by Nikolay Borisov · 7 years ago
  68. 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 7 years ago
  69. 9f3db42 btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode by Nikolay Borisov · 7 years ago
  70. 703b391 btrfs: Make btrfs_orphan_release_metadata take btrfs_inode by Nikolay Borisov · 7 years ago
  71. 8ed7a2a btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode by Nikolay Borisov · 7 years ago
  72. 04f4f91 btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode by Nikolay Borisov · 7 years ago
  73. 70ddc55 btrfs: make btrfs_is_free_space_inode take btrfs_inode by Nikolay Borisov · 7 years ago
  74. 8e7611c btrfs: Make btrfs_insert_dir_item take btrfs_inode by Nikolay Borisov · 7 years ago
  75. 9003ed1 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  76. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  77. 71367b3 btrfs: use btrfs_debug instead of pr_debug in transaction abort by Jeff Mahoney · 7 years ago
  78. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 7 years ago
  79. 8b74c03 btrfs: remove unused parameter from btrfs_prepare_extent_commit by David Sterba · 7 years ago
  80. 7775c81 btrfs: remove unused parameter from btrfs_subvolume_release_metadata by David Sterba · 7 years ago
  81. e4c3b2d Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist by Liu Bo · 7 years ago
  82. 310712b Btrfs: constify struct btrfs_{,disk_}key wherever possible by Omar Sandoval · 8 years ago
  83. 4ec5934 btrfs: Make btrfs_unlink_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  84. 823bb20 btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE by David Sterba · 8 years ago
  85. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. a76b5b0 fs: try to clone files first in vfs_copy_file_range by Christoph Hellwig · 8 years ago
  87. e5d6b12 Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors by Chris Mason · 8 years ago
  88. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  89. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  90. 27965b6 btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size by Jeff Mahoney · 8 years ago
  91. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  92. f15376d btrfs: root->fs_info cleanup, io_ctl_init by Jeff Mahoney · 8 years ago
  93. c28f158 btrfs: struct reada_control.root -> reada_control.fs_info by Jeff Mahoney · 8 years ago
  94. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
  95. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 8 years ago
  96. ed0df61 btrfs: store and load values of stripes_min/stripes_max in balance status item by David Sterba · 8 years ago
  97. 2230adf btrfs: delete unused member from superblock by David Sterba · 8 years ago
  98. fc2e901 btrfs: reada, sink start parameter to btree_readahead_hook by David Sterba · 8 years ago
  99. 939659d btrfs: add necessary comments about tickets_id by Wang Xiaoguang · 8 years ago
  100. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago