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