1. 60376ce Btrfs: fix race in sync and freeze again by Josef Bacik · 12 years ago
  2. 69ce977 Btrfs: output more information when aborting a unused transaction handle by Miao Xie · 12 years ago
  3. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  4. 318e151 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  5. bd7de2c Btrfs: fix deadlock with freeze and sync V2 by Josef Bacik · 12 years ago
  6. aa9ddcd Btrfs: do not use missing devices when showing devname by Josef Bacik · 12 years ago
  7. 34eaada btrfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  8. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  9. e2aed8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  10. 2b0ce2c Btrfs: Check INCOMPAT flags on remount and add helper function by Mitch Harder · 12 years ago
  11. 02db084 Btrfs: add DEVICE_READY ioctl by Josef Bacik · 12 years ago
  12. 063849e Btrfs: allow mount -o remount,compress=no by Arnd Hannemann · 12 years ago
  13. c5c3c5f Btrfs: remove ->dirty_inode by Josef Bacik · 12 years ago
  14. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  15. 2b6ba62 Btrfs: resume balance on rw (re)mounts properly by Ilya Dryomov · 12 years ago
  16. 9c5085c Btrfs: implement ->show_devname by Josef Bacik · 12 years ago
  17. f60d16a Btrfs: avoid buffer overrun in mount option handling by Jim Meyering · 12 years ago
  18. f07c9a7 Btrfs: avoid buffer overrun in btrfs_printk by Jim Meyering · 12 years ago
  19. 0d2450a btrfs: allow changing 'thread_pool' size at remount time by Sergei Trofimovich · 12 years ago
  20. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  21. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  22. 996d282 Btrfs: do not start delalloc inodes during sync by Josef Bacik · 12 years ago
  23. 8a3db18 btrfs: fix early abort in 'remount' by Sergei Trofimovich · 12 years ago
  24. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  25. 98961a7 Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  26. e565d4b Btrfs: actually call btrfs_init_lockdep by Jan Schmidt · 12 years ago
  27. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  28. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 12 years ago
  29. 4da3511 btrfs: add varargs to btrfs_error by Jeff Mahoney · 12 years ago
  30. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  31. 8c34293 btrfs: Add btrfs_panic() by Jeff Mahoney · 13 years ago
  32. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  33. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  34. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  35. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 12 years ago
  36. 27263e2 Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integration by Chris Mason · 12 years ago
  37. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 12 years ago
  38. f84a8bd btrfs: take allocation of ->tree_root into open_ctree() by Al Viro · 13 years ago
  39. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  40. 59553ed btrfs: consolidate failure exits in btrfs_mount() a bit by Al Viro · 13 years ago
  41. d22ca7d btrfs: make free_fs_info() call ->kill_sb() unconditional by Al Viro · 13 years ago
  42. be7e095 btrfs: merge free_fs_info() calls on fill_super failures by Al Viro · 13 years ago
  43. 29db78a btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super() by Al Viro · 13 years ago
  44. ad2b2c8 btrfs: make open_ctree() return int by Al Viro · 13 years ago
  45. 6f07e42 btrfs: sanitizing ->fs_info, part 4 by Al Viro · 13 years ago
  46. 6de1d09 btrfs: fix mount/umount race by Al Viro · 13 years ago
  47. aea52e1 btrfs: get ->kill_sb() of its own by Al Viro · 13 years ago
  48. 98c7089 btrfs: preparation to fixing mount/umount race by Al Viro · 13 years ago
  49. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  50. e407699 btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... by Al Viro · 13 years ago
  51. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  52. c9a7fe9 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  53. 567a45e Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integration by Chris Mason · 13 years ago
  54. 22c44fe Btrfs: deal with enospc from dirtying inodes properly by Josef Bacik · 13 years ago
  55. 39fb26c Btrfs: fix inaccurate available space on raid0 profile by Miao Xie · 13 years ago
  56. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  57. b772a86 Btrfs: fix oops when calling statfs on readonly device by Li Zefan · 13 years ago
  58. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  59. c133449 switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs by Al Viro · 13 years ago
  60. 8d514bb btrfs: fix double mntput() in mount_subvol() by Al Viro · 13 years ago
  61. 8965593 btrfs: rename the option to nospace_cache by David Sterba · 13 years ago
  62. 04d21a2 Btrfs: rework error handling in btrfs_mount() by Ilya Dryomov · 13 years ago
  63. f23c8af Btrfs: fix subvol_name leak on error in btrfs_mount() by Ilya Dryomov · 13 years ago
  64. a90e8b6 Btrfs: fix memory leak in btrfs_parse_early_options() by Ilya Dryomov · 13 years ago
  65. 45ea609 btrfs: fix double-free 'tree_root' in 'btrfs_mount()' by slyich@gmail.com · 13 years ago
  66. af31f5e Btrfs: add a log of past tree roots by Chris Mason · 13 years ago
  67. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  68. f9d9ef6 btrfs: do not allow mounting non-subvolumes via subvol option by David Sterba · 13 years ago
  69. 5f52444 Btrfs: fix a bug when opening seed devices by Ilya Dryomov · 13 years ago
  70. 83c8c9b btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options() by Jeff Liu · 13 years ago
  71. 73bc187 Btrfs: introduce mount option no_space_cache by Josef Bacik · 13 years ago
  72. 830c4ad Btrfs: fix how we mount subvol=<whatever> by Josef Bacik · 13 years ago
  73. ba5b895 Btrfs: use d_obtain_alias when mounting subvol/subvolid by Josef Bacik · 13 years ago
  74. 1acc930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  75. 0942caa btrfs: add missing options displayed in mount output by David Sterba · 13 years ago
  76. 8397345 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  77. e6ece70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  78. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  79. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  80. a0c3061 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  81. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  82. 90a887c btrfs: add cleancache support by Dan Magenheimer · 13 years ago
  83. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  84. b083916 fs/btrfs: Add missing btrfs_free_path by Julia Lawall · 13 years ago
  85. aa2dfb3 Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  86. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  87. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  88. bcd5374 btrfs: move btrfs_cmp_device_free_bytes to super.c by Arne Jansen · 13 years ago
  89. 306e16c btrfs: rename variables clashing with global function names by David Sterba · 13 years ago
  90. e15d054 Btrfs: fix subvolume mount by name problem when default mount subvolume is set by Xin Zhong · 13 years ago
  91. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 13 years ago
  92. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  93. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  94. 9143565 Btrfs: put ENOSPC debugging under a mount option by Chris Mason · 13 years ago
  95. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  96. 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 13 years ago
  97. eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 13 years ago
  98. 3f3d0bc Btrfs: Free correct pointer after using strsep by Tero Roponen · 14 years ago
  99. bdc924b Btrfs: Fix memory leak on finding existing super by Ian Kent · 14 years ago
  100. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago