1. f29efe2 btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE by Sargun Dhillon · 8 years ago
  2. a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 8 years ago
  3. 66cea28 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
  4. 70e7af2 Btrfs: fix delalloc accounting leak caused by u32 overflow by Omar Sandoval · 8 years ago
  5. 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
  6. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  7. 9e11cee btrfs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  8. 0966a7b btrfs: scrub: Introduce full stripe lock for RAID56 by Qu Wenruo · 8 years ago
  9. 171938e btrfs: track exclusive filesystem operation in flags by David Sterba · 8 years ago
  10. de47c9d btrfs: replace hardcoded value with SEQ_LAST macro by Edmund Nadolski · 8 years ago
  11. d48d71a btrfs: remove redundant parameter from btree_readahead_hook by David Sterba · 8 years ago
  12. 0700cea btrfs: convert btrfs_root.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  13. 1e4f471 btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  14. fe8e12b Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  15. ce0dcee btrfs: Change qgroup_meta_rsv to 64bit by Goldwyn Rodrigues · 8 years ago
  16. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. bbe08c0 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  18. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  19. db0a669 btrfs: Make btrfs_add_link take btrfs_inode by Nikolay Borisov · 8 years ago
  20. fc4f21b btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 8 years ago
  21. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 8 years ago
  22. 73f2e54 btrfs: Make btrfs_orphan_add take btrfs_inode by Nikolay Borisov · 8 years ago
  23. 7a6d706 btrfs: Make btrfs_mark_extent_written take btrfs_inode by Nikolay Borisov · 8 years ago
  24. dcdbc05 btrfs: Make btrfs_drop_extent_cache take btrfs_inode by Nikolay Borisov · 8 years ago
  25. 6158e1c btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inode by Nikolay Borisov · 8 years ago
  26. 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  27. 9f3db42 btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  28. 703b391 btrfs: Make btrfs_orphan_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  29. 8ed7a2a btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  30. 04f4f91 btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode by Nikolay Borisov · 8 years ago
  31. 70ddc55 btrfs: make btrfs_is_free_space_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  32. 8e7611c btrfs: Make btrfs_insert_dir_item take btrfs_inode by Nikolay Borisov · 8 years ago
  33. 9003ed1 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  34. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  35. 71367b3 btrfs: use btrfs_debug instead of pr_debug in transaction abort by Jeff Mahoney · 8 years ago
  36. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
  37. 8b74c03 btrfs: remove unused parameter from btrfs_prepare_extent_commit by David Sterba · 8 years ago
  38. 7775c81 btrfs: remove unused parameter from btrfs_subvolume_release_metadata by David Sterba · 8 years ago
  39. e4c3b2d Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist by Liu Bo · 8 years ago
  40. 310712b Btrfs: constify struct btrfs_{,disk_}key wherever possible by Omar Sandoval · 8 years ago
  41. 4ec5934 btrfs: Make btrfs_unlink_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  42. 823bb20 btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE by David Sterba · 8 years ago
  43. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. a76b5b0 fs: try to clone files first in vfs_copy_file_range by Christoph Hellwig · 8 years ago
  45. e5d6b12 Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors by Chris Mason · 8 years ago
  46. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  47. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  48. 27965b6 btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size by Jeff Mahoney · 9 years ago
  49. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  50. f15376d btrfs: root->fs_info cleanup, io_ctl_init by Jeff Mahoney · 9 years ago
  51. c28f158 btrfs: struct reada_control.root -> reada_control.fs_info by Jeff Mahoney · 9 years ago
  52. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
  53. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
  54. ed0df61 btrfs: store and load values of stripes_min/stripes_max in balance status item by David Sterba · 8 years ago
  55. 2230adf btrfs: delete unused member from superblock by David Sterba · 8 years ago
  56. fc2e901 btrfs: reada, sink start parameter to btree_readahead_hook by David Sterba · 8 years ago
  57. 939659d btrfs: add necessary comments about tickets_id by Wang Xiaoguang · 8 years ago
  58. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  59. d3304ca 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
  60. d9ed71e Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9 by Chris Mason · 8 years ago
  61. 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
  62. 6675df3 Btrfs: catch invalid free space trees by Omar Sandoval · 8 years ago
  63. 2fd57fc btrfs: fix btrfs_no_printk stub helper by Arnd Bergmann · 8 years ago
  64. 851cd17 Btrfs: memset to avoid stale content in btree leaf by Liu Bo · 8 years ago
  65. c01f5f9 btrfs: btrfs_debug should consume fs_info when DEBUG is not defined by Jeff Mahoney · 8 years ago
  66. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  67. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  68. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  69. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 9 years ago
  70. 897a41b btrfs: add dynamic debug support by Jeff Mahoney · 8 years ago
  71. f031221 btrfs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  72. f4a9c16 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  73. ce12965 btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progress by Wang Xiaoguang · 8 years ago
  74. 28687b9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  75. 9e7cc91 btrfs: fix fsfreeze hang caused by delayed iputs deal by Wang Xiaoguang · 9 years ago
  76. 1851309 btrfs: update btrfs_space_info's bytes_may_use timely by Wang Xiaoguang · 9 years ago
  77. d2c609b btrfs: properly track when rescan worker is running by Jeff Mahoney · 8 years ago
  78. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  79. ba929b6 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  80. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  81. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 9 years ago
  82. 1db1ff9 btrfs: convert nodesize macros to static inlines by Jeff Mahoney · 9 years ago
  83. 14a1e06 btrfs: introduce BTRFS_MAX_ITEM_SIZE by Jeff Mahoney · 9 years ago
  84. 0c83b62 btrfs: cleanup, remove prototype for btrfs_find_root_ref by Jeff Mahoney · 9 years ago
  85. f5ee5c9 btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root by Jeff Mahoney · 9 years ago
  86. 7c0260e btrfs: tests, require fs_info for root by Jeff Mahoney · 9 years ago
  87. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 9 years ago
  88. 05653ef btrfs: hide test-only member under ifdef by David Sterba · 9 years ago
  89. f376df2 Btrfs: add tracepoints for flush events by Josef Bacik · 9 years ago
  90. 957780e Btrfs: introduce ticketed enospc infrastructure by Josef Bacik · 9 years ago
  91. 25d609f Btrfs: fix callers of btrfs_block_rsv_migrate by Josef Bacik · 9 years ago
  92. 31b9655 Btrfs: track transid for delayed ref flushing by Josef Bacik · 9 years ago
  93. 81a75f67 btrfs: use bio fields for op and flags by Mike Christie · 9 years ago
  94. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  95. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  96. 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
  97. 680834c Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  98. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  99. f78c436 Btrfs: fix race between block group relocation and nocow writes by Filipe Manana · 9 years ago
  100. 9cfa3e3 Btrfs: don't do unnecessary delalloc flushes when relocating by Filipe Manana · 9 years ago