1. 46cd285 Merge branch 'jeffm-discard-4.3' into for-linus-4.3 by Chris Mason · 9 years ago
  2. a4027a2 Btrfs: remove unused mutex from struct 'btrfs_fs_info' by Byongho Lee · 9 years ago
  3. 147d256 btrfs: Remove unnecessary variants in relocation.c by Zhaolei · 9 years ago
  4. 868f401 btrfs: Use ref_cnt for set_block_group_ro() by Zhaolei · 9 years ago
  5. e33e17e btrfs: add missing discards when unpinning extents with -o discard by Jeff Mahoney · 9 years ago
  6. 67c5e7d Btrfs: fix race between balance and unused block group deletion by Filipe Manana · 9 years ago
  7. c40b7b0 Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anand by Chris Mason · 9 years ago
  8. e69bcee btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. by Qu Wenruo · 9 years ago
  9. 20b2e30 btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx() by Zhao Lei · 9 years ago
  10. 4617ea3 Btrfs: fix necessary chunk tree space calculation when allocating a chunk by Filipe Manana · 9 years ago
  11. 39c2d7f Btrfs: fix -ENOSPC on block group removal by Filipe Manana · 9 years ago
  12. 4fbcdf6 Btrfs: fix -ENOSPC when finishing block group creation by Filipe Manana · 9 years ago
  13. 1f6e4b3 btrfs: Fix superblock csum type check. by Qu Wenruo · 9 years ago
  14. c0d19e2 btrfs: add 'cold' compiler annotations to all error handling functions by David Sterba · 9 years ago
  15. 1a9a8a7 btrfs: report exact callsite where transaction abort occurs by David Sterba · 9 years ago
  16. 2e7910d Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devices by Anand Jain · 9 years ago
  17. e09fe2d btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created by Qu Wenruo · 9 years ago
  18. 8465ece btrfs: Check qgroup level in kernel qgroup assign. by Qu Wenruo · 9 years ago
  19. e2d1f92 btrfs: qgroup: do a reservation in a higher level. by Dongsheng Yang · 9 years ago
  20. d7c1517 btrfs: Fix NO_SPACE bug caused by delayed-iput by Zhao Lei · 9 years ago
  21. cdfb080 Btrfs: fix use after free when close_ctree frees the orphan_rsv by Chris Mason · 9 years ago
  22. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  23. c9dc4c6 Btrfs: two stage dirty block group writeout by Chris Mason · 9 years ago
  24. 4c6d1d8 btrfs: move struct io_ctl into ctree.h and rename it by Chris Mason · 9 years ago
  25. 28f75a0 Btrfs: refill block reserves during truncate by Chris Mason · 9 years ago
  26. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  27. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  28. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  29. 6a3891c Btrfs: add sanity test for outstanding_extents accounting by Josef Bacik · 9 years ago
  30. dcdf7f6 Btrfs: prepare block group cache before writing by Josef Bacik · 9 years ago
  31. 3284da7 btrfs: use explicit initializer for seq_elem by David Sterba · 9 years ago
  32. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  33. b7a0365 Btrfs: ctree: reduce args where only fs_info used by Daniel Dressler · 10 years ago
  34. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 9 years ago
  35. d4b450c Btrfs: fix race between transaction commit and empty block group removal by Filipe Manana · 10 years ago
  36. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 10 years ago
  37. 78f55e5 Btrfs: fix unused members in struct btrfs_root by Anand Jain · 10 years ago
  38. ffe2d20 Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply by Zhao Lei · 10 years ago
  39. ce93ec5 Btrfs: track dirty block groups on their own list by Josef Bacik · 10 years ago
  40. e7070be Btrfs: change how we track dirty roots by Josef Bacik · 10 years ago
  41. 75c68e9 Btrfs: fix race deleting block group from space_info->ro_bgs list by Filipe Manana · 10 years ago
  42. 1edb647b Btrfs: remove non-sense btrfs_error_discard_extent() function by Filipe Manana · 10 years ago
  43. 9627aee Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus by Chris Mason · 10 years ago
  44. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  45. 4f69cb9 Btrfs: fix crash caused by block group removal by Filipe Manana · 10 years ago
  46. 4245215 Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56 by Miao Xie · 10 years ago
  47. 9ea24bb Btrfs: fix snapshot inconsistency after a file write followed by truncate by Filipe Manana · 10 years ago
  48. ad27c0d Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  49. b38ef71 Btrfs: ensure ordered extent errors aren't missed on fsync by Filipe Manana · 10 years ago
  50. 5f5bc6b Btrfs: make xattr replace operations atomic by Filipe Manana · 10 years ago
  51. 633c0aa Btrfs: move read only block groups onto their own list V2 by Josef Bacik · 10 years ago
  52. 728404d Btrfs: add helper btrfs_fdatawrite_range by Filipe Manana · 10 years ago
  53. d51033d btrfs: introduce pending action: commit by David Sterba · 10 years ago
  54. 7e1876a btrfs: switch inode_cache option handling to pending changes by David Sterba · 10 years ago
  55. 572d9ab btrfs: add support for processing pending changes by David Sterba · 10 years ago
  56. 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
  57. 0d4cf4e Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off by Chris Mason · 10 years ago
  58. f667aef btrfs: Make btrfs handle security mount options internally to avoid losing security label. by Qu Wenruo · 10 years ago
  59. 27b19cc Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  60. 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 · 10 years ago
  61. 15b636e Btrfs: remove redundant btrfs_verify_qgroup_counts declaration. by Fabian Frederick · 10 years ago
  62. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  63. 7ec20af btrfs: new define for the inline extent data start by David Sterba · 10 years ago
  64. 95ac567 Btrfs: set default max_inline to 8KiB instead of 8MiB by Filipe David Borba Manana · 11 years ago
  65. 4d75f8a btrfs: remove blocksize from btrfs_alloc_free_block and rename by David Sterba · 10 years ago
  66. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  67. 8b110e3 Btrfs: implement repair function when direct read fails by Miao Xie · 10 years ago
  68. 23ea8e5 Btrfs: load checksum data once when submitting a direct read io by Miao Xie · 10 years ago
  69. f87c431 btrfs: remove stale define after removing ordered operations by David Sterba · 10 years ago
  70. c01a5c0 Btrfs: fix wrong max inline data size limit by Wang Shilong · 10 years ago
  71. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 10 years ago
  72. 57cdc8d btrfs: cleanup ino cache members of btrfs_root by David Sterba · 10 years ago
  73. e339a6b Btrfs: __btrfs_mod_ref should always use no_quota by Josef Bacik · 10 years ago
  74. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  75. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 10 years ago
  76. c189544 btrfs: allocate raid type kobjects dynamically by Jeff Mahoney · 10 years ago
  77. a79b7d4 Btrfs: async delayed refs by Chris Mason · 10 years ago
  78. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  79. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 10 years ago
  80. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago
  81. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 10 years ago
  82. 521e054 btrfs: protect snapshots from deleting during send by David Sterba · 10 years ago
  83. 7d824b6 btrfs: balance filter: add limit of processed chunks by David Sterba · 10 years ago
  84. 33c0022 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  85. 9d89ce6 Btrfs: move btrfs_{set,clear}_and_info() to ctree.h by Wang Shilong · 10 years ago
  86. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  87. 36523e95 btrfs: export global block reserve size as space_info by David Sterba · 10 years ago
  88. 3f8a18c Btrfs: hold the commit_root_sem when getting the commit root during send by Josef Bacik · 10 years ago
  89. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 10 years ago
  90. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  91. 573bfb7 Btrfs: fix possible empty list access when flushing the delalloc inodes by Miao Xie · 10 years ago
  92. 31f3d25 Btrfs: split the global ordered extents mutex by Miao Xie · 10 years ago
  93. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 10 years ago
  94. 8257b2d Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume by Miao Xie · 10 years ago
  95. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 10 years ago
  96. a046e9c btrfs: Cleanup the old btrfs_worker. by Qu Wenruo · 10 years ago
  97. 0339ef2 btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  98. fc97fab btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  99. 5b3bc44 btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  100. dc6e320 btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago