1. 6167f81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  2. f3a87f1 Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()" by Chris Mason · 12 years ago
  3. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  4. 256dd1b Btrfs: fix that repair code is spuriously executed for transid failures by Stefan Behrens · 12 years ago
  5. d280e5b Btrfs: fix ordered extent leak when failing to start a transaction by Liu Bo · 12 years ago
  6. 24c03fa Btrfs: fix a dio write regression by Liu Bo · 12 years ago
  7. bd7de2c Btrfs: fix deadlock with freeze and sync V2 by Josef Bacik · 12 years ago
  8. 5ee0844 Btrfs: revert checksum error statistic which can cause a BUG() by Stefan Behrens · 12 years ago
  9. 68ce968 Btrfs: remove superblock writing after fatal error by Stefan Behrens · 12 years ago
  10. ae1e206 Btrfs: allow delayed refs to be merged by Josef Bacik · 12 years ago
  11. 5a24e84 Btrfs: fix enospc problems when deleting a subvol by Josef Bacik · 12 years ago
  12. c0f62de Btrfs: fix wrong mtime and ctime when creating snapshots by Miao Xie · 12 years ago
  13. 22cd2e7 Btrfs: fix race in run_clustered_refs by Arne Jansen · 12 years ago
  14. b12a3b1 Btrfs: don't run __tree_mod_log_free_eb on leaves by Chris Mason · 12 years ago
  15. 6fc823b Btrfs: increase the size of the free space cache by Josef Bacik · 12 years ago
  16. 66657b3 Btrfs: barrier before waitqueue_active by Josef Bacik · 12 years ago
  17. 1fa11e2 Btrfs: fix deadlock in wait_for_more_refs by Arne Jansen · 12 years ago
  18. 6209526 btrfs: fix second lock in btrfs_delete_delayed_items() by Fengguang Wu · 12 years ago
  19. c329861 Btrfs: don't allocate a seperate csums array for direct reads by Josef Bacik · 12 years ago
  20. 99f5944 Btrfs: do not strdup non existent strings by Josef Bacik · 12 years ago
  21. aa9ddcd Btrfs: do not use missing devices when showing devname by Josef Bacik · 12 years ago
  22. 3627bf4 Btrfs: fix that error value is changed by mistake by Stefan Behrens · 12 years ago
  23. eb838e7 Btrfs: lock extents as we map them in DIO by Josef Bacik · 12 years ago
  24. dadd110 Btrfs: fix some endian bugs handling the root times by Dan Carpenter · 12 years ago
  25. 55e591f Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() by Dan Carpenter · 12 years ago
  26. 57a5a88 Btrfs: checking for NULL instead of IS_ERR by Dan Carpenter · 12 years ago
  27. 5986802 Btrfs: fix some error codes in btrfs_qgroup_inherit() by Dan Carpenter · 12 years ago
  28. aa2ffd0 Btrfs: fix a misplaced address operator in a condition by Stefan Behrens · 12 years ago
  29. 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
  30. e00da20 Btrfs: remove mnt_want_write call in btrfs_mksubvol by Alexander Block · 12 years ago
  31. b257031 btrfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  32. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  33. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  34. b2b5ef5 btrfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  35. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  36. e784868 btrfs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  37. a1857eb Btrfs: using vmalloc and friends needs vmalloc.h by Stephen Rothwell · 12 years ago
  38. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  39. b24baf6 Btrfs: uninit variable fixes in send/receive by Chris Mason · 12 years ago
  40. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  41. 31db9f7 Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive by Alexander Block · 12 years ago
  42. 7069830 Btrfs: add btrfs_compare_trees function by Alexander Block · 12 years ago
  43. 8ea05e3 Btrfs: introduce subvol uuids and times by Alexander Block · 12 years ago
  44. 91cb916 Btrfs: make iref_to_path non static by Alexander Block · 12 years ago
  45. cd1cfc4 Btrfs: add a barrier before a waitqueue_active check by Chris Mason · 12 years ago
  46. e9fbcb4 Btrfs: call the ordered free operation without any locks held by Chris Mason · 12 years ago
  47. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  48. b478b2b Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  49. e679376 Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  50. 362a20c btrfs: allow cross-subvolume file clone by David Sterba · 13 years ago
  51. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  52. 67c9684 Btrfs: improve multi-thread buffer read by Liu Bo · 12 years ago
  53. df57dbe Btrfs: make btrfs's allocation smoothly with preallocation by Liu Bo · 12 years ago
  54. 51561ff Btrfs: lock the transition from dirty to writeback for an eb by Josef Bacik · 12 years ago
  55. 594831c Btrfs: fix potential race in extent buffer freeing by Josef Bacik · 12 years ago
  56. e64860a Btrfs: don't return true in releasepage unless we actually freed the eb by Josef Bacik · 12 years ago
  57. a98cdb8 Btrfs: suppress printk() if all device I/O stats are zero by Stefan Behrens · 12 years ago
  58. 5021976 Btrfs: remove unwanted printk() for btrfs device I/O stats by Stefan Behrens · 12 years ago
  59. 18077bb Btrfs: rewrite BTRFS_SETGET_FUNCS by Li Zefan · 12 years ago
  60. 293f7e0 Btrfs: zero unused bytes in inode item by Li Zefan · 12 years ago
  61. b4d7c3c Btrfs: kill free_space pointer from inode structure by Li Zefan · 12 years ago
  62. d5b025d btrfs read error corrected message floods the console during recovery by Anand Jain · 12 years ago
  63. e6466e3 Btrfs: fix buffer leak in btrfs_next_old_leaf by Jan Schmidt · 12 years ago
  64. f6175ef Btrfs: do not count in readonly bytes by Liu Bo · 12 years ago
  65. 799ffc3 Btrfs: add ro notification to dump_space_info by Liu Bo · 12 years ago
  66. cf7c1ef Btrfs: fix a bug of writting free space cache during balance by Liu Bo · 12 years ago
  67. 0678938 Btrfs: do not abort transaction in prealloc case by Liu Bo · 12 years ago
  68. 83eea1f Btrfs: kill root from btrfs_is_free_space_inode by Liu Bo · 12 years ago
  69. 51a8cf9 Btrfs: fix btrfs_is_free_space_inode to recognize btree inode by Liu Bo · 12 years ago
  70. c090158 Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages() by Stefan Behrens · 12 years ago
  71. f4c738c Btrfs: rework shrink_delalloc by Josef Bacik · 12 years ago
  72. b9ca066 Btrfs: do not set subvolume flags in readonly mode by Liu Bo · 12 years ago
  73. e54bfa3 Btrfs: use mnt_want_write_file instead of mnt_want_write by Liu Bo · 12 years ago
  74. 768e9df Btrfs: remove redundant r/o check for superblock by Liu Bo · 12 years ago
  75. a874a63 Btrfs: check write access to mount earlier while creating snapshots by Liu Bo · 12 years ago
  76. 287082b Btrfs: fix typo in cow_file_range_async and async_cow_submit by Liu Bo · 12 years ago
  77. 0e72110 Btrfs: change how we indicate we're adding csums by Josef Bacik · 12 years ago
  78. b995929 Btrfs: return error of btrfs_update_inode() to caller by Tsutomu Itoh · 12 years ago
  79. 23291a0 Btrfs: fix error handling in __add_reloc_root() by Dan Carpenter · 12 years ago
  80. 44c44af Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting by Ilya Dryomov · 12 years ago
  81. fed425c Btrfs: do not return EINVAL instead of ENOMEM from open_ctree() by Ilya Dryomov · 12 years ago
  82. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 12 years ago
  83. 96c3f43 Btrfs: flush delayed inodes if we're short on space by Josef Bacik · 12 years ago
  84. b27f7c0 btrfs: join DEV_STATS ioctls to one by David Sterba · 12 years ago
  85. a43a211 btrfs: ignore unfragmented file checks in defrag when compression enabled - rebased by Andrew Mahone · 12 years ago
  86. e4b50e1 Btrfs: small naming cleanup in join_transaction() by Dan Carpenter · 12 years ago
  87. 2bc556528 Btrfs: don't update atime on RO subvolumes by Alexander Block · 12 years ago
  88. 063849e Btrfs: allow mount -o remount,compress=no by Arnd Hannemann · 13 years ago
  89. c5c3c5f Btrfs: remove ->dirty_inode by Josef Bacik · 13 years ago
  90. cbea5ac Btrfs: reduce calls to wake_up on uncontended locks by Chris Mason · 12 years ago
  91. e39e64a Btrfs: don't wait around for new log writers on an SSD by Chris Mason · 12 years ago
  92. 11e62a8 btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file() by Al Viro · 12 years ago
  93. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  94. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  95. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  96. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  97. 10983f2 Btrfs: fix typo in convert_extent_bit by Liu Bo · 12 years ago
  98. 6f72c7e Btrfs: add qgroup inheritance by Arne Jansen · 13 years ago
  99. 5d13a37 Btrfs: add qgroup ioctls by Arne Jansen · 13 years ago
  100. c556723 Btrfs: hooks to reserve qgroup space by Arne Jansen · 13 years ago