1. d52c1bc Btrfs: avoid heavy operations in btrfs_commit_super by Liu Bo · 11 years ago
  2. f570e757 btrfs: Remove useless variable in write_ctree_super() by Rashika · 11 years ago
  3. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  4. 2e9f595 btrfs: Add helper function for free_root_pointers() by Rashika · 11 years ago
  5. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  6. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  7. 452c75c Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer case by Chandra Seetharaman · 11 years ago
  8. 9619249 Btrfs: stop all workers after we free block groups by Josef Bacik · 11 years ago
  9. 2b1360d Btrfs: free up block groups after everything by Josef Bacik · 11 years ago
  10. eb58bb3 Btrfs: do not free the dirty bytes from the trans block rsv on cleanup by Josef Bacik · 11 years ago
  11. 778ba82 Btrfs: improve inode hash function/inode lookup by Filipe David Borba Manana · 11 years ago
  12. 0a4e558 btrfs: remove unused parameter from btrfs_header_fsid by Ross Kirk · 11 years ago
  13. 724e231 Btrfs: fix two use-after-free bugs with transaction cleanup by Josef Bacik · 11 years ago
  14. 1de2cfd Btrfs: don't delete ordered roots from list during cleanup by Josef Bacik · 11 years ago
  15. 4e121c0 Btrfs: cleanup transaction on abort by Josef Bacik · 11 years ago
  16. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  17. 69e9c6c Btrfs: eliminate the exceptional root_tree refs=0 by Stefan Behrens · 11 years ago
  18. c00869f Btrfs: fix oops caused by the space balance and dead roots by Miao Xie · 11 years ago
  19. a724b43 Btrfs: add the missing mutex unlock in write_all_supers() by Stefan Behrens · 11 years ago
  20. 13fd8da btrfs: add lockdep and tracing annotations for uuid tree by David Sterba · 11 years ago
  21. 45d5fd1 Btrfs: don't use an async starter for most of our workers by Josef Bacik · 11 years ago
  22. 4847547 Btrfs: fix for patch "cleanup: don't check the same thing twice" by Stefan Behrens · 11 years ago
  23. 9d565ba Btrfs: get rid of one BUG() in write_all_supers() by Stefan Behrens · 11 years ago
  24. d730680 Btrfs: fix race between removing a dev and writing sbs by Filipe David Borba Manana · 11 years ago
  25. b308bc2 Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long by Geert Uytterhoeven · 11 years ago
  26. fba6aa7 Btrfs: Make btrfs_header_fsid() return unsigned long by Geert Uytterhoeven · 11 years ago
  27. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  28. 1cb048f Btrfs: fix memory leak of orphan block rsv by Filipe David Borba Manana · 11 years ago
  29. f420ee1 Btrfs: add mount option to force UUID tree checking by Stefan Behrens · 11 years ago
  30. 70f8017 Btrfs: check UUID tree during mount if required by Stefan Behrens · 11 years ago
  31. 803b2f5 Btrfs: fill UUID tree initially by Stefan Behrens · 11 years ago
  32. f7a81ea Btrfs: create UUID tree if required by Stefan Behrens · 11 years ago
  33. 171170c btrfs: mark some local function as 'static' by Sergei Trofimovich · 11 years ago
  34. 35a3621 Btrfs: get rid of sparse warnings by Stefan Behrens · 11 years ago
  35. 9ffba8c Btrfs: fix heavy delalloc related deadlock by Josef Bacik · 11 years ago
  36. 8b87dc1 btrfs: add mount option to set commit interval by David Sterba · 11 years ago
  37. 0f0fe8f Btrfs: add missing error handling to read_tree_block by Filipe David Borba Manana · 11 years ago
  38. 8068a47 btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super() by Anand Jain · 11 years ago
  39. facc8a22 Btrfs: don't cache the csum value into the extent state tree by Miao Xie · 11 years ago
  40. 3cae210 btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert by Qu Wenruo · 11 years ago
  41. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  42. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  43. e78417d Btrfs: do not pin while under spin lock by Josef Bacik · 11 years ago
  44. b382a32 Btrfs: fix qgroup rescan resume on mount by Jan Schmidt · 11 years ago
  45. 4a9d8bd Btrfs: make the state of the transaction more readable by Miao Xie · 11 years ago
  46. ac67387 Btrfs: cleanup unnecessary assignment when cleaning up all the residual transaction by Miao Xie · 11 years ago
  47. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  48. eb73c1b Btrfs: introduce per-subvolume delalloc inode list by Miao Xie · 11 years ago
  49. b0feb9d Btrfs: introduce grab/put functions for the root of the fs/file tree by Miao Xie · 11 years ago
  50. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 11 years ago
  51. babbf170 Btrfs: make the snap/subv deletion end more early when the fs is R/O by Miao Xie · 11 years ago
  52. dc7f370 Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot() by Miao Xie · 11 years ago
  53. 05323cd Btrfs: make the cleaner complete early when the fs is going to be umounted by Miao Xie · 11 years ago
  54. d027824 Btrfs: remove unnecessary ->s_umount in cleaner_kthread() by Miao Xie · 11 years ago
  55. b1b1959 Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL by Stefan Behrens · 11 years ago
  56. 1e8f915 Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist by Wang Shilong · 11 years ago
  57. 15b0a89 Btrfs: fix check on same raid type flag twice by Henrik Nordvik · 11 years ago
  58. 13e6c37 Btrfs: stop all workers before cleaning up roots by Josef Bacik · 11 years ago
  59. 2932505 Btrfs: fix use-after-free bug during umount by Liu Bo · 11 years ago
  60. 7b5ff90 Btrfs: don't delete fs_roots until after we cleanup the transaction by Josef Bacik · 11 years ago
  61. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  62. c5cb6a0 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next by Chris Mason · 11 years ago
  63. 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 11 years ago
  64. 655b09f Btrfs: make sure roots are assigned before freeing their nodes by Josef Bacik · 11 years ago
  65. b216cbf Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock context by Miao Xie · 11 years ago
  66. 314297c Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix() by Miao Xie · 11 years ago
  67. 69a85bd Btrfs: don't null pointer deref on abort by Josef Bacik · 11 years ago
  68. 60b6297 btrfs: annotate quota tree for lockdep by David Sterba · 11 years ago
  69. 667e7d9 Btrfs: allow superblock mismatch from older mkfs by Chris Mason · 11 years ago
  70. 1104a88 btrfs: enhance superblock checks by David Sterba · 12 years ago
  71. f7a52a4 btrfs: remove unused gfp mask parameter from release_extent_buffer callchain by David Sterba · 11 years ago
  72. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  73. 634554d Btrfs: deal with errors in write_dev_supers by Josef Bacik · 11 years ago
  74. 2f23203 Btrfs: rescan for qgroups by Jan Schmidt · 11 years ago
  75. fc36ed7e Btrfs: separate sequence numbers for delayed ref tracking and tree mod log by Jan Schmidt · 11 years ago
  76. 6463fe5 Btrfs: set UUID in root_item for created trees by Stefan Behrens · 11 years ago
  77. 5fbf83c Btrfs: delete unused parameter to btrfs_read_root_item() by Stefan Behrens · 11 years ago
  78. 54067ae Btrfs: various abort cleanups by Josef Bacik · 11 years ago
  79. fd8b2b6 Btrfs: cleanup destroy_marked_extents by Josef Bacik · 11 years ago
  80. 171f653 Btrfs: cleanup fs roots if we fail to mount by Josef Bacik · 11 years ago
  81. 416bc65 Btrfs: fix all callers of read_tree_block by Josef Bacik · 11 years ago
  82. 1c24c3c Btrfs: add tree block level sanity check by Josef Bacik · 11 years ago
  83. 79fb65a Btrfs: don't call readahead hook until we have read the entire eb by Josef Bacik · 11 years ago
  84. b8d7f3a Btrfs: don't force pages under writeback to finish when aborting by Josef Bacik · 11 years ago
  85. ceda086 Btrfs: use a lock to protect incompat/compat flag of the super block by Miao Xie · 11 years ago
  86. f2f6ed3 Btrfs: introduce a mutex lock for btrfs quota operations by Wang Shilong · 11 years ago
  87. 09a2a8f9 Btrfs: fix bad extent logging by Josef Bacik · 11 years ago
  88. 9d1a2a3 btrfs: clean snapshots one by one by David Sterba · 12 years ago
  89. 7abadb6 Btrfs: share stop worker code by Liu Bo · 12 years ago
  90. 3173a18 Btrfs: add a incompatible format change for smaller metadata extent refs by Josef Bacik · 12 years ago
  91. be283b2 Btrfs: use helper to cleanup tree roots by Liu Bo · 12 years ago
  92. b049668 Btrfs: cleanup unused arguments of btrfs_csum_data by Liu Bo · 12 years ago
  93. 1dd0568 Btrfs: fix memory leak in btrfs_create_tree() by Tsutomu Itoh · 12 years ago
  94. d763448 Btrfs: update to use fs_state bit by Liu Bo · 12 years ago
  95. aec8030 Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails by Miao Xie · 12 years ago
  96. 83c8266 btrfs: try harder to allocate raid56 stripe cache by David Sterba · 12 years ago
  97. 3321719 Btrfs: fix memory leak of log roots by Liu Bo · 12 years ago
  98. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  99. b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 12 years ago
  100. cdb4c57 btrfs: define BTRFS_MAGIC as a u64 value by Zach Brown · 12 years ago