1. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  2. b772a86 Btrfs: fix oops when calling statfs on readonly device by Li Zefan · 13 years ago
  3. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  4. c133449 switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs by Al Viro · 13 years ago
  5. 8d514bb btrfs: fix double mntput() in mount_subvol() by Al Viro · 13 years ago
  6. 8965593 btrfs: rename the option to nospace_cache by David Sterba · 13 years ago
  7. 04d21a2 Btrfs: rework error handling in btrfs_mount() by Ilya Dryomov · 13 years ago
  8. f23c8af Btrfs: fix subvol_name leak on error in btrfs_mount() by Ilya Dryomov · 13 years ago
  9. a90e8b6 Btrfs: fix memory leak in btrfs_parse_early_options() by Ilya Dryomov · 13 years ago
  10. 45ea609 btrfs: fix double-free 'tree_root' in 'btrfs_mount()' by slyich@gmail.com · 13 years ago
  11. af31f5e Btrfs: add a log of past tree roots by Chris Mason · 13 years ago
  12. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  13. f9d9ef6 btrfs: do not allow mounting non-subvolumes via subvol option by David Sterba · 13 years ago
  14. 5f52444 Btrfs: fix a bug when opening seed devices by Ilya Dryomov · 13 years ago
  15. 83c8c9b btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options() by Jeff Liu · 13 years ago
  16. 73bc187 Btrfs: introduce mount option no_space_cache by Josef Bacik · 13 years ago
  17. 830c4ad Btrfs: fix how we mount subvol=<whatever> by Josef Bacik · 13 years ago
  18. ba5b895 Btrfs: use d_obtain_alias when mounting subvol/subvolid by Josef Bacik · 13 years ago
  19. 1acc930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  20. 0942caa btrfs: add missing options displayed in mount output by David Sterba · 13 years ago
  21. 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
  22. e6ece70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  23. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  24. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  25. a0c3061 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  26. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  27. 90a887c btrfs: add cleancache support by Dan Magenheimer · 13 years ago
  28. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  29. b083916 fs/btrfs: Add missing btrfs_free_path by Julia Lawall · 13 years ago
  30. 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
  31. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  32. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  33. bcd5374 btrfs: move btrfs_cmp_device_free_bytes to super.c by Arne Jansen · 13 years ago
  34. 306e16c btrfs: rename variables clashing with global function names by David Sterba · 13 years ago
  35. e15d054 Btrfs: fix subvolume mount by name problem when default mount subvolume is set by Xin Zhong · 13 years ago
  36. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 13 years ago
  37. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  38. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  39. 9143565 Btrfs: put ENOSPC debugging under a mount option by Chris Mason · 14 years ago
  40. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  41. 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
  42. eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  43. 3f3d0bc Btrfs: Free correct pointer after using strsep by Tero Roponen · 14 years ago
  44. bdc924b Btrfs: Fix memory leak on finding existing super by Ian Kent · 14 years ago
  45. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  46. acce952 Btrfs: forced readonly mounts on errors by liubo · 14 years ago
  47. 6d07bce btrfs: fix wrong free space information of btrfs by Miao Xie · 14 years ago
  48. 299a08b btrfs: fix wrong data space statistics by Miao Xie · 14 years ago
  49. af53d29 switch btrfs, close races by Al Viro · 14 years ago
  50. a6fa6fa btrfs: Add lzo compression support by Li Zefan · 14 years ago
  51. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  52. e13cf63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  53. f106e82 Btrfs: Fix a crash when mounting a subvolume by Li Zefan · 14 years ago
  54. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  55. 450ba0e Btrfs: setup blank root and fs_info for mount time by Josef Bacik · 14 years ago
  56. 619c8c7 Btrfs - fix race between btrfs_get_sb() and umount by Ian Kent · 14 years ago
  57. 0de9087 Btrfs: handle the space_cache option properly by Josef Bacik · 14 years ago
  58. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  59. 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
  60. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  61. d0b678c Btrfs: Use ERR_CAST helpers by Julia Lawall · 14 years ago
  62. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  63. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  64. 061dbc6 convert btrfs by Al Viro · 14 years ago
  65. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  66. 0e78340 Btrfs: fix error handling in btrfs_get_sb by Josef Bacik · 14 years ago
  67. 89a5589 Btrfs: fix df regression by Josef Bacik · 14 years ago
  68. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  69. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  70. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  71. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 14 years ago
  72. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 14 years ago
  73. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  74. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  75. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  76. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  77. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  78. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  79. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 15 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  81. 9174846 btrfs: use memparse by Akinobu Mita · 15 years ago
  82. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 15 years ago
  83. 4849f01 Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  84. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  85. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 15 years ago
  86. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  87. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  88. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago
  89. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  90. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  91. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  92. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  93. 25472b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  94. 49cf6f4 Btrfs: Fix setting umask when POSIX ACLs are not enabled by Chris Ball · 15 years ago
  95. 54bcf38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  96. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  97. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  98. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  99. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  100. 59d697b btrfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago