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