1. 42874b3 Btrfs: fix the snapshot that should not exist by Miao Xie · 12 years ago
  2. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  3. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  4. b9a8cc5 Btrfs: fix file extent discount problem in the, snapshot by Miao Xie · 12 years ago
  5. 361048f Btrfs: fix full backref problem when inserting shared block reference by Miao Xie · 12 years ago
  6. 6fa9700 Btrfs: fix error path in create_pending_snapshot() by Miao Xie · 12 years ago
  7. cf93dcc Btrfs: fix possible memory leak in scrub_setup_recheck_block() by Wei Yongjun · 12 years ago
  8. 7014cdb Btrfs: btrfs_drop_extent_cache should never fail by Josef Bacik · 12 years ago
  9. ac14aed Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs() by Sage Weil · 12 years ago
  10. e209db7 Btrfs: set journal_info in async trans commit worker by Sage Weil · 12 years ago
  11. 6fc4e3548 Btrfs: pass lockdep rwsem metadata to async commit transaction by Sage Weil · 12 years ago
  12. 2aaa665 Btrfs: add hole punching by Josef Bacik · 12 years ago
  13. 2671485 Btrfs: remove unused hint byte argument for btrfs_drop_extents by Josef Bacik · 12 years ago
  14. d279440 Btrfs: check if an inode has no checksum when logging it by Liu Bo · 12 years ago
  15. 46d8bc3 Btrfs: fix a bug in checking whether a inode is already in log by Liu Bo · 12 years ago
  16. 321f0e7 Btrfs: fix wrong orphan count of the fs/file tree by Miao Xie · 12 years ago
  17. 4e2f84e Btrfs: improve fsync by filtering extents that we want by Liu Bo · 12 years ago
  18. ca7e70f Btrfs: do not needlessly restart the transaction for enospc by Josef Bacik · 12 years ago
  19. 06d3d22 Btrfs: cleanup extents after we finish logging inode by Liu Bo · 12 years ago
  20. 0fa83cd Btrfs: only warn if we hit an error when doing the tree logging by Josef Bacik · 12 years ago
  21. 5dc562c Btrfs: turbo charge fsync by Josef Bacik · 12 years ago
  22. 224ecce Btrfs: fix possible corruption when fsyncing written prealloced extents by Josef Bacik · 12 years ago
  23. 54338b5 Btrfs: do not allocate chunks as agressively by Josef Bacik · 12 years ago
  24. 7c73531 Btrfs: update last trans if we don't update the inode by Josef Bacik · 12 years ago
  25. 995e01b Btrfs: fix gcc warnings for 32bit compiles by Jan Schmidt · 12 years ago
  26. 74dd17f Btrfs: fix btrfs send for inline items and compression by Chris Mason · 12 years ago
  27. 6d85ed0 Btrfs: don't treat top/root directory inode as deleted/reused by Alexander Block · 12 years ago
  28. 2981e22 Btrfs: ignore non-FS inodes for send/receive by Alexander Block · 12 years ago
  29. 2f28f47 Btrfs: pass root instead of parent_root to iterate_inode_ref by Alexander Block · 12 years ago
  30. d8347fa Btrfs: use <= instead of < in is_extent_unchanged by Alexander Block · 12 years ago
  31. 3954096 Btrfs: fix check for changed extent in is_extent_unchanged by Alexander Block · 12 years ago
  32. 5dc67d0 Btrfs: free nce and nce_head on error in name_cache_insert by Alexander Block · 12 years ago
  33. 3e126f3 Btrfs: remove unused tmp_path from iterate_dir_item by Alexander Block · 12 years ago
  34. e938c8a Btrfs: code cleanups for send/receive by Alexander Block · 12 years ago
  35. 766702e Btrfs: add/fix comments/documentation for send/receive by Alexander Block · 12 years ago
  36. e479d9b Btrfs: update send_progress at correct places by Alexander Block · 12 years ago
  37. 34d73f5 Btrfs: make aux field of ulist 64 bit by Alexander Block · 12 years ago
  38. 7e0926f Btrfs: fix use of radix_tree for name_cache in send/receive by Alexander Block · 12 years ago
  39. 17589bd Btrfs: fix memory leak for name_cache in send/receive by Alexander Block · 12 years ago
  40. adbe7fb Btrfs: don't break in the final loop of find_extent_clone by Alexander Block · 12 years ago
  41. 52f9e53 Btrfs: use normal return path for root == send_root case by Alexander Block · 12 years ago
  42. 35075bb Btrfs: use kmalloc instead of stack for backref_ctx by Alexander Block · 12 years ago
  43. ee849c0 Btrfs: rename backref_ctx::found_in_send_root to found_itself by Alexander Block · 12 years ago
  44. d27aed5 Btrfs: remove unused use_list from send/receive code by Alexander Block · 12 years ago
  45. ccf1626 Btrfs: add correct parent to check_dirs when dir got moved by Alexander Block · 12 years ago
  46. 9ea3ef5 Btrfs: remove unused code with #if 0 by Alexander Block · 12 years ago
  47. b9291af Btrfs: add missing check for dir != tmp_dir to is_first_ref by Alexander Block · 12 years ago
  48. 1f4692d Btrfs: fix cur_ino < parent_ino case for send/receive by Alexander Block · 12 years ago
  49. 85a7b33 Btrfs: add rdev to get_inode_info in send/receive by Alexander Block · 12 years ago
  50. 6167f81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  51. f3a87f1 Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()" by Chris Mason · 12 years ago
  52. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  53. 256dd1b Btrfs: fix that repair code is spuriously executed for transid failures by Stefan Behrens · 12 years ago
  54. d280e5b Btrfs: fix ordered extent leak when failing to start a transaction by Liu Bo · 12 years ago
  55. 24c03fa Btrfs: fix a dio write regression by Liu Bo · 12 years ago
  56. bd7de2c Btrfs: fix deadlock with freeze and sync V2 by Josef Bacik · 12 years ago
  57. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  58. 68ce968 Btrfs: remove superblock writing after fatal error by Stefan Behrens · 12 years ago
  59. ae1e206 Btrfs: allow delayed refs to be merged by Josef Bacik · 12 years ago
  60. 5a24e84 Btrfs: fix enospc problems when deleting a subvol by Josef Bacik · 12 years ago
  61. c0f62de Btrfs: fix wrong mtime and ctime when creating snapshots by Miao Xie · 12 years ago
  62. 22cd2e7 Btrfs: fix race in run_clustered_refs by Arne Jansen · 12 years ago
  63. b12a3b1 Btrfs: don't run __tree_mod_log_free_eb on leaves by Chris Mason · 12 years ago
  64. 6fc823b Btrfs: increase the size of the free space cache by Josef Bacik · 12 years ago
  65. 66657b3 Btrfs: barrier before waitqueue_active by Josef Bacik · 12 years ago
  66. 1fa11e2 Btrfs: fix deadlock in wait_for_more_refs by Arne Jansen · 12 years ago
  67. 6209526 btrfs: fix second lock in btrfs_delete_delayed_items() by Fengguang Wu · 12 years ago
  68. c329861 Btrfs: don't allocate a seperate csums array for direct reads by Josef Bacik · 12 years ago
  69. 99f5944 Btrfs: do not strdup non existent strings by Josef Bacik · 12 years ago
  70. aa9ddcd Btrfs: do not use missing devices when showing devname by Josef Bacik · 12 years ago
  71. 3627bf4 Btrfs: fix that error value is changed by mistake by Stefan Behrens · 12 years ago
  72. eb838e7 Btrfs: lock extents as we map them in DIO by Josef Bacik · 12 years ago
  73. dadd110 Btrfs: fix some endian bugs handling the root times by Dan Carpenter · 12 years ago
  74. 55e591f Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() by Dan Carpenter · 12 years ago
  75. 57a5a88 Btrfs: checking for NULL instead of IS_ERR by Dan Carpenter · 12 years ago
  76. 5986802 Btrfs: fix some error codes in btrfs_qgroup_inherit() by Dan Carpenter · 12 years ago
  77. aa2ffd0 Btrfs: fix a misplaced address operator in a condition by Stefan Behrens · 12 years ago
  78. 15fc5de Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  79. e00da20 Btrfs: remove mnt_want_write call in btrfs_mksubvol by Alexander Block · 12 years ago
  80. b257031 btrfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  81. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  82. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. b2b5ef5 btrfs: Convert to new freezing mechanism by Jan Kara · 13 years ago
  84. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  85. e784868 btrfs: Push mnt_want_write() outside of i_mutex by Jan Kara · 13 years ago
  86. a1857eb Btrfs: using vmalloc and friends needs vmalloc.h by Stephen Rothwell · 12 years ago
  87. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  88. b24baf6 Btrfs: uninit variable fixes in send/receive by Chris Mason · 12 years ago
  89. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  90. 31db9f7 Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive by Alexander Block · 12 years ago
  91. 7069830 Btrfs: add btrfs_compare_trees function by Alexander Block · 13 years ago
  92. 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
  93. 91cb916 Btrfs: make iref_to_path non static by Alexander Block · 13 years ago
  94. cd1cfc4 Btrfs: add a barrier before a waitqueue_active check by Chris Mason · 12 years ago
  95. e9fbcb4 Btrfs: call the ordered free operation without any locks held by Chris Mason · 12 years ago
  96. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  97. b478b2b Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  98. e679376 Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  99. 362a20c btrfs: allow cross-subvolume file clone by David Sterba · 13 years ago
  100. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago