1. d288db5 Btrfs: fix race of using total_bytes_pinned by Liu Bo · 10 years ago
  2. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  3. c189544 btrfs: allocate raid type kobjects dynamically by Jeff Mahoney · 10 years ago
  4. a79b7d4 Btrfs: async delayed refs by Chris Mason · 10 years ago
  5. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  6. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  7. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 10 years ago
  8. f017f15 Btrfs: fix joining same transaction handle more than twice by Wang Shilong · 11 years ago
  9. 995946d Btrfs: use helpers for last_trans_log_full_commit instead of opencode by Miao Xie · 11 years ago
  10. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 11 years ago
  11. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 10 years ago
  12. f8213bd Btrfs: correctly set profile flags on seqlock retry by Filipe Manana · 10 years ago
  13. 9ce49a0 Btrfs: use correct key when repeating search for extent item by Filipe Manana · 10 years ago
  14. c4a050b Btrfs: abort the transaction when we don't find our extent ref by Josef Bacik · 11 years ago
  15. ed55b6a btrfs: fix lockdep warning with reclaim lock inversion by Jeff Mahoney · 11 years ago
  16. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 11 years ago
  17. 573a075 Btrfs: check for an extent_op on the locked ref by Josef Bacik · 11 years ago
  18. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 11 years ago
  19. 24af7dd Btrfs: reclaim delalloc metadata more aggressively by Miao Xie · 11 years ago
  20. 0424c54 Btrfs: remove unnecessary lock in may_commit_transaction() by Miao Xie · 11 years ago
  21. 8257b2d Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume by Miao Xie · 11 years ago
  22. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  23. e66f0bb btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  24. 27a377d Btrfs: don't loop forever if we can't run because of the tree mod log by Josef Bacik · 11 years ago
  25. cf93da7 Btrfs: fix spin_unlock in check_ref_cleanup by Chris Mason · 11 years ago
  26. 89d4346 Btrfs: fix wrong block group in trace during the free space allocation by Miao Xie · 11 years ago
  27. 215a63d Btrfs: cleanup the code of used_block_group in find_free_extent() by Miao Xie · 11 years ago
  28. 920e4a5 Btrfs: cleanup the redundant code for the block group allocation and init by Miao Xie · 11 years ago
  29. 14a958e Btrfs: fix btrfs boot when compiled as built-in by Filipe David Borba Manana · 11 years ago
  30. 0a2b2a8 Btrfs: throttle delayed refs better by Josef Bacik · 11 years ago
  31. d7df2c7 Btrfs: attach delayed ref updates to delayed ref heads by Josef Bacik · 11 years ago
  32. 90515e7 Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot() by Wang Shilong · 11 years ago
  33. 1750458 Btrfs: return free space to global_rsv as much as possible by Liu Bo · 11 years ago
  34. c9ea7b2 Btrfs: stop caching thread if extent_commit_sem is contended by Josef Bacik · 11 years ago
  35. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  36. 536cd96 Btrfs: fix double initialization of the raid kobject by Miao Xie · 11 years ago
  37. 1b8e5df btrfs: fix static checker warnings by Jeff Mahoney · 11 years ago
  38. 4b447bf btrfs: remove unused variable from find_free_extent by Valentina Giusti · 11 years ago
  39. 6ab0a20 btrfs: publish allocation data in sysfs by Jeff Mahoney · 11 years ago
  40. c46effa Btrfs: introduce a head ref rbtree by Liu Bo · 11 years ago
  41. 639eefc Btrfs: don't miss skinny extent items on delayed ref head contention by Filipe David Borba Manana · 11 years ago
  42. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  43. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  44. 9f3a074 Btrfs: don't wait for all the async delalloc when shrinking delalloc by Miao Xie · 11 years ago
  45. c61a16a Btrfs: fix the confusion between delalloc bytes and metadata bytes by Miao Xie · 11 years ago
  46. 18cd8ea Btrfs: pick up the code for the item number calculation in flush_space() by Miao Xie · 11 years ago
  47. 38c135a Btrfs: wait for the ordered extent only when we want by Miao Xie · 11 years ago
  48. d3ee29e Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc() by Miao Xie · 11 years ago
  49. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  50. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  51. 9dced18 Btrfs: fix the free space write out failure when there is no data space by Miao Xie · 11 years ago
  52. 5599488 Btrfs: optimize extent item search in run_delayed_extent_op by Filipe David Borba Manana · 11 years ago
  53. cab45e2 btrfs: add tracing for failed reservations by Jeff Mahoney · 11 years ago
  54. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  55. 30d133f Btrfs: fixup error path in __btrfs_inc_extent_ref by Liu Bo · 11 years ago
  56. 857cc2f Btrfs: free reserved space on error in a few places by Josef Bacik · 11 years ago
  57. 0be5dc6 Btrfs: fixup reserved trace points by Josef Bacik · 11 years ago
  58. e84cc14 Btrfs: don't leak block group on error by Filipe David Borba Manana · 11 years ago
  59. 7451432 Btrfs: remove path arg from btrfs_truncate_free_space_cache by Filipe David Borba Manana · 11 years ago
  60. 363e4d3 Btrfs: remove space_info->reservation_progress by Josef Bacik · 11 years ago
  61. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  62. 14575ae Revert "Btrfs: rework the overcommit logic to be based on the total size" by Josef Bacik · 11 years ago
  63. a482039 Btrfs: allocate the free space by the existed max extent size when ENOSPC by Miao Xie · 11 years ago
  64. b8d0c69 Btrfs: remove ourselves from the cluster list under lock by Josef Bacik · 11 years ago
  65. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  66. f7a81ea Btrfs: create UUID tree if required by Stefan Behrens · 11 years ago
  67. 0036158 Btrfs: avoid starting a transaction in the write path by Josef Bacik · 11 years ago
  68. 09fb99a Btrfs: return ENOSPC when target space is full by Filipe David Borba Manana · 11 years ago
  69. 36cce92 Btrfs: handle errors when doing slow caching by Josef Bacik · 11 years ago
  70. b37b39c Btrfs: cleanup reloc roots properly on error by Josef Bacik · 11 years ago
  71. 599c75e Btrfs/tracepoint: update delayed ref tracepoints by Liu Bo · 11 years ago
  72. 1095cc0 btrfs_read_block_groups: Use enums to index by chandan · 11 years ago
  73. 52ee28d Btrfs: make free space caching faster with many non-inline extent references by Liu Bo · 11 years ago
  74. ee3441b btrfs: fall back to global reservation when removing subvolumes by Jeff Mahoney · 11 years ago
  75. 74be951 Btrfs: optimize btrfs_lookup_extent_info() by Filipe David Borba Manana · 11 years ago
  76. b2aaaa3 Btrfs: set lockdep class before locking new extent buffer by Josef Bacik · 11 years ago
  77. d29a9f6 Btrfs: re-add root to dead root list if we stop dropping it by Josef Bacik · 11 years ago
  78. fec386a Btrfs: fix lock leak when resuming snapshot deletion by Josef Bacik · 11 years ago
  79. 3c8f242 Btrfs: update drop progress before stopping snapshot dropping by Josef Bacik · 11 years ago
  80. 6df9a95 Btrfs: make the chunk allocator completely tree lockless by Josef Bacik · 11 years ago
  81. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 11 years ago
  82. 925a6ef Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delalloc by Josef Bacik · 11 years ago
  83. b150a4f Btrfs: use a percpu to keep track of possibly pinned bytes by Josef Bacik · 11 years ago
  84. 1be41b7 Btrfs: fix transaction throttling for delayed refs by Josef Bacik · 11 years ago
  85. f971fe2 Btrfs: wake up delayed ref flushing waiters on abort by Josef Bacik · 11 years ago
  86. 8c2a1a3 Btrfs: exclude logged extents before replying when we are mixed by Josef Bacik · 11 years ago
  87. d52be81 Btrfs: simplify unlink reservations by Josef Bacik · 11 years ago
  88. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  89. eb73c1b Btrfs: introduce per-subvolume delalloc inode list by Miao Xie · 11 years ago
  90. b0feb9d Btrfs: introduce grab/put functions for the root of the fs/file tree by Miao Xie · 11 years ago
  91. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 11 years ago
  92. babbf170 Btrfs: make the snap/subv deletion end more early when the fs is R/O by Miao Xie · 11 years ago
  93. 3a6cad9 Btrfs: explicitly use global_block_rsv for quota_tree by Stefan Behrens · 11 years ago
  94. d88033d Btrfs: update the global reserve if it is empty by Miao Xie · 11 years ago
  95. 5881cfc Btrfs: don't steal the reserved space from the global reserve if their space type is different by Miao Xie · 11 years ago
  96. b586b32 Btrfs: optimize the error handle of use_block_rsv() by Miao Xie · 11 years ago
  97. 7b61cd9 Btrfs: don't use global block reservation for inode cache truncation by Miao Xie · 11 years ago
  98. b1c79e0 Btrfs: handle running extent ops with skinny metadata by Josef Bacik · 11 years ago
  99. b6919a5 btrfs: fix misleading variable name for flags by David Sterba · 11 years ago
  100. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago