1. 68a7342 Btrfs: cleanup orphaned root orphan item by Josef Bacik · 12 years ago
  2. a70c617 Btrfs: fix wrong mirror number tuning by Miao Xie · 12 years ago
  3. e6da5d2e Btrfs: cleanup redundant code in btrfs_submit_direct() by Miao Xie · 12 years ago
  4. f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 12 years ago
  5. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 12 years ago
  6. 925a6ef Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delalloc by Josef Bacik · 12 years ago
  7. b150a4f Btrfs: use a percpu to keep track of possibly pinned bytes by Josef Bacik · 12 years ago
  8. f23b5a5 Btrfs: check for actual acls rather than just xattrs when caching no acl by Josef Bacik · 12 years ago
  9. a71754f Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncate by Josef Bacik · 12 years ago
  10. 0b08851 Btrfs: optimize reada_for_balance by Josef Bacik · 12 years ago
  11. bdf7c00 Btrfs: optimize read_block_for_search by Josef Bacik · 12 years ago
  12. fdf8e2e Btrfs: unlock extent range on enospc in compressed submit by Josef Bacik · 12 years ago
  13. 90b6d28 Btrfs: fix the comment typo for btrfs_attach_transaction_barrier by Wang Sheng-Hui · 12 years ago
  14. aee68ee Btrfs: fix not being able to find skinny extents during relocate by Josef Bacik · 12 years ago
  15. da61d31 Btrfs: cleanup backref search commit root flag stuff by Josef Bacik · 12 years ago
  16. d88d46c Btrfs: free csums when we're done scrubbing an extent by Josef Bacik · 12 years ago
  17. 1be41b7 Btrfs: fix transaction throttling for delayed refs by Josef Bacik · 12 years ago
  18. 501407a Btrfs: stop waiting on current trans if we aborted by Josef Bacik · 12 years ago
  19. f971fe2 Btrfs: wake up delayed ref flushing waiters on abort by Josef Bacik · 12 years ago
  20. 3fb4037 btrfs: fix the code comments for LZO compression workspace by Jie Liu · 12 years ago
  21. 5bc7247 Btrfs: fix broken nocow after balance by Miao Xie · 12 years ago
  22. 8c2a1a3 Btrfs: exclude logged extents before replying when we are mixed by Josef Bacik · 12 years ago
  23. 01cd336 Btrfs: put our inode if orphan cleanup fails by Josef Bacik · 12 years ago
  24. c69b26b Btrfs: add some missing iput()'s in btrfs_orphan_cleanup by Josef Bacik · 12 years ago
  25. e78417d Btrfs: do not pin while under spin lock by Josef Bacik · 12 years ago
  26. a5959bc Btrfs: Cocci spatch "memdup.spatch" by Thomas Meyer · 12 years ago
  27. 97a184f Btrfs: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 12 years ago
  28. b382a32 Btrfs: fix qgroup rescan resume on mount by Jan Schmidt · 12 years ago
  29. eb1716a Btrfs: avoid double free of fs_info->qgroup_ulist by Jan Schmidt · 12 years ago
  30. 4373519 Btrfs: fix memory patcher through fs_info->qgroup_ulist by Jan Schmidt · 12 years ago
  31. d52be81 Btrfs: simplify unlink reservations by Josef Bacik · 12 years ago
  32. c6adc9c Btrfs: merge pending IO for tree log write back by Miao Xie · 12 years ago
  33. a96fbc7 Btrfs: allow file data clone within a file by Liu Bo · 12 years ago
  34. b7394eb Btrfs: remove unused code in btrfs_del_root by Liu Bo · 12 years ago
  35. 2da1c66 Btrfs: kill replicate code in replay_one_buffer by Liu Bo · 12 years ago
  36. e112e2b Btrfs: update new flags for tracepoint by Liu Bo · 12 years ago
  37. 33157e0 Btrfs: check if leaf's parent exists before pushing items around by Liu Bo · 12 years ago
  38. fdd99c7 Btrfs: dont do log_removal in insert_new_root by Liu Bo · 12 years ago
  39. 4b286cd Btrfs: return error code in btrfs_check_trunc_cache_free_space() by Wei Yongjun · 12 years ago
  40. 139f807 Btrfs: fix estale with btrfs send by Josef Bacik · 12 years ago
  41. 183860f btrfs: device delete to get errors from the kernel by Anand Jain · 12 years ago
  42. c73e293 Btrfs: do delay iput in sync_fs by Josef Bacik · 12 years ago
  43. 4a9d8bd Btrfs: make the state of the transaction more readable by Miao Xie · 12 years ago
  44. 581227d Btrfs: remove the time check in btrfs_commit_transaction() by Miao Xie · 12 years ago
  45. 3f1e3fa Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure by Miao Xie · 12 years ago
  46. 8243661 Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set by Miao Xie · 12 years ago
  47. 0860adf Btrfs: don't wait for all the writers circularly during the transaction commit by Miao Xie · 12 years ago
  48. 25d8c28 Btrfs: remove the code for the impossible case in cleanup_transaction() by Miao Xie · 12 years ago
  49. ac67387 Btrfs: cleanup unnecessary assignment when cleaning up all the residual transaction by Miao Xie · 12 years ago
  50. 6a03843 Btrfs: just flush the delalloc inodes in the source tree before snapshot creation by Miao Xie · 12 years ago
  51. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 12 years ago
  52. eb73c1b Btrfs: introduce per-subvolume delalloc inode list by Miao Xie · 12 years ago
  53. b0feb9d Btrfs: introduce grab/put functions for the root of the fs/file tree by Miao Xie · 12 years ago
  54. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 12 years ago
  55. babbf170 Btrfs: make the snap/subv deletion end more early when the fs is R/O by Miao Xie · 12 years ago
  56. dc7f370 Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot() by Miao Xie · 12 years ago
  57. 05323cd Btrfs: make the cleaner complete early when the fs is going to be umounted by Miao Xie · 12 years ago
  58. d027824 Btrfs: remove unnecessary ->s_umount in cleaner_kthread() by Miao Xie · 12 years ago
  59. 3c64a1a Btrfs: cleanup: don't check the same thing twice by Stefan Behrens · 12 years ago
  60. b1b1959 Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULL by Stefan Behrens · 12 years ago
  61. 78a1068 Btrfs: delete unused function by Stefan Behrens · 12 years ago
  62. 5798b92 Btrfs: remove useless copy in quota_ctl by Liu Bo · 12 years ago
  63. 1c89cdd Minor format cleanup. by Andreas Philipp · 12 years ago
  64. 924794c Btrfs: cleanup unused arguments in send.c by Tsutomu Itoh · 12 years ago
  65. 8f69dbd Btrfs: fix a comment by Stefan Behrens · 12 years ago
  66. 57254b6e Btrfs: add ioctl to wait for qgroup rescan completion by Jan Schmidt · 12 years ago
  67. 1e8f915 Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist by Wang Shilong · 12 years ago
  68. 8596560 btrfs: show compiled-in config features at module load time by David Sterba · 12 years ago
  69. e6d2960 btrfs: move ifdef around sanity checks out of init_btrfs_fs by David Sterba · 12 years ago
  70. 905d0f5 btrfs: add prefix to sanity tests messages by David Sterba · 12 years ago
  71. 8d599ae btrfs: add debug check for extent_io range alignment by David Sterba · 12 years ago
  72. 15b0a89 Btrfs: fix check on same raid type flag twice by Henrik Nordvik · 12 years ago
  73. 13e6c37 Btrfs: stop all workers before cleaning up roots by Josef Bacik · 12 years ago
  74. 2932505 Btrfs: fix use-after-free bug during umount by Liu Bo · 12 years ago
  75. a9995ee Btrfs: init relocate extent_io_tree with a mapping by Josef Bacik · 12 years ago
  76. 6379ef9 btrfs: Drop inode if inode root is NULL by Naohiro Aota · 12 years ago
  77. 7b5ff90 Btrfs: don't delete fs_roots until after we cleanup the transaction by Josef Bacik · 12 years ago
  78. c5cb6a0 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next by Chris Mason · 12 years ago
  79. 9be3395 Btrfs: use a btrfs bioset instead of abusing bio internals by Chris Mason · 12 years ago
  80. 655b09f Btrfs: make sure roots are assigned before freeing their nodes by Josef Bacik · 12 years ago
  81. 3a6cad9 Btrfs: explicitly use global_block_rsv for quota_tree by Stefan Behrens · 12 years ago
  82. 17a5adc btrfs: do away with non-whole_page extent I/O by Alexandre Oliva · 12 years ago
  83. b216cbf Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock context by Miao Xie · 12 years ago
  84. 314297c Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix() by Miao Xie · 12 years ago
  85. 061594e Btrfs: pause the space balance when remounting to R/O by Miao Xie · 12 years ago
  86. e1409ce Btrfs: fix unprotected root node of the subvolume's inode rb-tree by Miao Xie · 12 years ago
  87. 89042e5 Btrfs: fix accessing a freed tree root by Miao Xie · 12 years ago
  88. b9aa55b Btrfs: return errno if possible when we fail to allocate memory by Liu Bo · 12 years ago
  89. d88033d Btrfs: update the global reserve if it is empty by Miao Xie · 12 years ago
  90. 5881cfc Btrfs: don't steal the reserved space from the global reserve if their space type is different by Miao Xie · 12 years ago
  91. b586b32 Btrfs: optimize the error handle of use_block_rsv() by Miao Xie · 12 years ago
  92. 7b61cd9 Btrfs: don't use global block reservation for inode cache truncation by Miao Xie · 12 years ago
  93. 7cfa9e5 Btrfs: don't abort the current transaction if there is no enough space for inode cache by Miao Xie · 12 years ago
  94. 8250dab Correct allowed raid levels on balance. by Andreas Philipp · 12 years ago
  95. 379cde7 Btrfs: fix possible memory leak in replace_path() by Stefan Behrens · 12 years ago
  96. c16c2e2 Btrfs: fix possible memory leak in the find_parent_nodes() by Wang Shilong · 12 years ago
  97. 4968810 Btrfs: don't allow device replace on RAID5/RAID6 by Stefan Behrens · 12 years ago
  98. b1c79e0 Btrfs: handle running extent ops with skinny metadata by Josef Bacik · 12 years ago
  99. 73e1e61 Btrfs: remove warn on in free space cache writeout by Josef Bacik · 12 years ago
  100. 69a85bd Btrfs: don't null pointer deref on abort by Josef Bacik · 12 years ago