1. 9650e05 Btrfs: remove dead codes from ctree.h by Wang Shilong · 11 years ago
  2. 54563d4 btrfs: get rid of fdentry() by Al Viro · 11 years ago
  3. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  4. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  5. aaedb55 Btrfs: add tests for btrfs_get_extent by Josef Bacik · 11 years ago
  6. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  7. 6174d3c Btrfs: remove unused max_key arg from btrfs_search_forward by Filipe David Borba Manana · 11 years ago
  8. 0a4e558 btrfs: remove unused parameter from btrfs_header_fsid by Ross Kirk · 11 years ago
  9. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  10. dd3cc16 btrfs: drop unused parameter from btrfs_item_nr by Ross Kirk · 11 years ago
  11. 363e4d3 Btrfs: remove space_info->reservation_progress by Josef Bacik · 11 years ago
  12. c4fbb43 Btrfs: fix worst case calculator for space usage by Josef Bacik · 11 years ago
  13. 83d4cfd Btrfs: fixup error handling in btrfs_reloc_cow by Josef Bacik · 11 years ago
  14. d8f9803 Btrfs: fix memory leak of uuid_root in free_fs_info by Filipe David Borba Manana · 11 years ago
  15. 2e17c7c Btrfs: add support for asserts by Josef Bacik · 11 years ago
  16. b308bc2 Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long by Geert Uytterhoeven · 11 years ago
  17. fba6aa7 Btrfs: Make btrfs_header_fsid() return unsigned long by Geert Uytterhoeven · 11 years ago
  18. 231e88f Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned long by Geert Uytterhoeven · 11 years ago
  19. 1473b24 Btrfs: Make btrfs_device_fsid() return unsigned long by Geert Uytterhoeven · 11 years ago
  20. 410ba3a Btrfs: Make btrfs_device_uuid() return unsigned long by Geert Uytterhoeven · 11 years ago
  21. 6e71c47 Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant by Geert Uytterhoeven · 11 years ago
  22. f420ee1 Btrfs: add mount option to force UUID tree checking by Stefan Behrens · 11 years ago
  23. 70f8017 Btrfs: check UUID tree during mount if required by Stefan Behrens · 11 years ago
  24. 2643279 Btrfs: introduce uuid-tree-gen field by Stefan Behrens · 11 years ago
  25. 803b2f5 Btrfs: fill UUID tree initially by Stefan Behrens · 11 years ago
  26. dd5f961 Btrfs: maintain subvolume items in the UUID tree by Stefan Behrens · 11 years ago
  27. f7a81ea Btrfs: create UUID tree if required by Stefan Behrens · 11 years ago
  28. 07b30a4 Btrfs: introduce a tree for items that map UUIDs to something by Stefan Behrens · 11 years ago
  29. 171170c btrfs: mark some local function as 'static' by Sergei Trofimovich · 11 years ago
  30. 35a3621 Btrfs: get rid of sparse warnings by Stefan Behrens · 11 years ago
  31. ba5e8f2 Btrfs: fix send issues related to inode number reuse by Josef Bacik · 11 years ago
  32. 0036158 Btrfs: avoid starting a transaction in the write path by Josef Bacik · 11 years ago
  33. 9ffba8c Btrfs: fix heavy delalloc related deadlock by Josef Bacik · 11 years ago
  34. 8b87dc1 btrfs: add mount option to set commit interval by David Sterba · 11 years ago
  35. 36cce92 Btrfs: handle errors when doing slow caching by Josef Bacik · 11 years ago
  36. facc8a22 Btrfs: don't cache the csum value into the extent state tree by Miao Xie · 11 years ago
  37. 3cae210 btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert by Qu Wenruo · 11 years ago
  38. ee3441b btrfs: fall back to global reservation when removing subvolumes by Jeff Mahoney · 11 years ago
  39. 7ee9e44 Btrfs: check if we can nocow if we don't have data space by Josef Bacik · 11 years ago
  40. b150a4f Btrfs: use a percpu to keep track of possibly pinned bytes by Josef Bacik · 11 years ago
  41. 1be41b7 Btrfs: fix transaction throttling for delayed refs by Josef Bacik · 11 years ago
  42. 8c2a1a3 Btrfs: exclude logged extents before replying when we are mixed by Josef Bacik · 11 years ago
  43. b382a32 Btrfs: fix qgroup rescan resume on mount by Jan Schmidt · 11 years ago
  44. d52be81 Btrfs: simplify unlink reservations by Josef Bacik · 11 years ago
  45. 4a9d8bd Btrfs: make the state of the transaction more readable by Miao Xie · 11 years ago
  46. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  47. eb73c1b Btrfs: introduce per-subvolume delalloc inode list by Miao Xie · 11 years ago
  48. b0feb9d Btrfs: introduce grab/put functions for the root of the fs/file tree by Miao Xie · 11 years ago
  49. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 11 years ago
  50. babbf170 Btrfs: make the snap/subv deletion end more early when the fs is R/O by Miao Xie · 11 years ago
  51. 1c89cdd Minor format cleanup. by Andreas Philipp · 11 years ago
  52. 57254b6e Btrfs: add ioctl to wait for qgroup rescan completion by Jan Schmidt · 11 years ago
  53. 1e8f915 Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist by Wang Shilong · 11 years ago
  54. b1c79e0 Btrfs: handle running extent ops with skinny metadata by Josef Bacik · 11 years ago
  55. 60b6297 btrfs: annotate quota tree for lockdep by David Sterba · 11 years ago
  56. 1104a88 btrfs: enhance superblock checks by David Sterba · 12 years ago
  57. b6919a5 btrfs: fix misleading variable name for flags by David Sterba · 11 years ago
  58. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  59. 2f23203 Btrfs: rescan for qgroups by Jan Schmidt · 11 years ago
  60. fc36ed7e Btrfs: separate sequence numbers for delayed ref tracking and tree mod log by Jan Schmidt · 11 years ago
  61. 5fbf83c Btrfs: delete unused parameter to btrfs_read_root_item() by Stefan Behrens · 11 years ago
  62. 4b90c68 Btrfs: remove unused argument of btrfs_extend_item() by Tsutomu Itoh · 11 years ago
  63. afe5fea Btrfs: cleanup of function where fixup_low_keys() is called by Tsutomu Itoh · 11 years ago
  64. ceda086 Btrfs: use a lock to protect incompat/compat flag of the super block by Miao Xie · 11 years ago
  65. f2f6ed3 Btrfs: introduce a mutex lock for btrfs quota operations by Wang Shilong · 11 years ago
  66. 09a2a8f9 Btrfs: fix bad extent logging by Josef Bacik · 11 years ago
  67. c2cf52e Btrfs: Include the device in most error printk()s by Simon Kirby · 12 years ago
  68. 3173a18 Btrfs: add a incompatible format change for smaller metadata extent refs by Josef Bacik · 12 years ago
  69. 0874881 btrfs: clean up transaction abort messages by David Sterba · 12 years ago
  70. d5c1207 Btrfs: fix wrong reserved space in qgroup during snap/subv creation by Miao Xie · 12 years ago
  71. dc81cdc Btrfs: fix remount vs autodefrag by Miao Xie · 12 years ago
  72. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  73. cdb4c57 btrfs: define BTRFS_MAGIC as a u64 value by Zach Brown · 12 years ago
  74. 569e0f3 Btrfs: place ordered operations on a per transaction list by Josef Bacik · 12 years ago
  75. 210549e btrfs: add cancellation points to defrag by David Sterba · 12 years ago
  76. 5d80366 Btrfs: steal from global reserve if we are cleaning up orphans by Josef Bacik · 12 years ago
  77. de78b51 btrfs: remove cache only arguments from defrag path by Eric Sandeen · 12 years ago
  78. aa43a17 btrfs: handle null fs_info in btrfs_panic() by Eric Sandeen · 12 years ago
  79. 87533c4 Btrfs: use bit operation for ->fs_state by Miao Xie · 12 years ago
  80. de98ced Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits by Miao Xie · 12 years ago
  81. 963d678 Btrfs: use percpu counter for fs_info->delalloc_bytes by Miao Xie · 12 years ago
  82. e2d8452 Btrfs: use percpu counter for dirty metadata count by Miao Xie · 12 years ago
  83. c018dae Btrfs: protect fs_info->alloc_start by Miao Xie · 12 years ago
  84. 8c6a3ee Btrfs: add a comment for fs_info->max_inline by Miao Xie · 12 years ago
  85. 55e301f Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h by Filipe Brandenburger · 12 years ago
  86. e6ec716 Btrfs: make raid attr array more readable by Miao Xie · 12 years ago
  87. a1897fd Btrfs: record first logical byte in memory by Liu Bo · 12 years ago
  88. dcfac41 Btrfs: kill unused argument of btrfs_pin_extent_for_log_replay by Liu Bo · 12 years ago
  89. 2ab28f3 Btrfs: wait on ordered extents at the last possible moment by Josef Bacik · 12 years ago
  90. 4ae10b3 Btrfs: Add a stripe cache to raid56 by Chris Mason · 12 years ago
  91. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  92. 64a1670 Btrfs: add rw argument to merge_bio_hook() by David Woodhouse · 15 years ago
  93. 9c52057 Btrfs: fix hash overflow handling by Chris Mason · 12 years ago
  94. 31e5022 Btrfs: put raid properties into global table by Liu Bo · 12 years ago
  95. ad91455 Btrfs: don't memset new tokens by Josef Bacik · 12 years ago
  96. 70c8a91 Btrfs: log changed inodes based on the extent map tree by Josef Bacik · 12 years ago
  97. d6393786 Btrfs: add path->really_keep_locks by Josef Bacik · 12 years ago
  98. 5f3ab90 Btrfs: rename root_times_lock to root_item_lock by Anand Jain · 12 years ago
  99. 26176e7 Btrfs: restructure btrfs_run_defrag_inodes() by Miao Xie · 12 years ago
  100. 9247f31 Btrfs: use slabs for auto defrag allocation by Miao Xie · 12 years ago