1. e15d054 Btrfs: fix subvolume mount by name problem when default mount subvolume is set by Xin Zhong · 13 years ago
  2. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 13 years ago
  3. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  4. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  5. 9143565 Btrfs: put ENOSPC debugging under a mount option by Chris Mason · 14 years ago
  6. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  7. 98d5dc1 btrfs: fix return value check of btrfs_start_transaction() by Tsutomu Itoh · 14 years ago
  8. eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  9. 3f3d0bc Btrfs: Free correct pointer after using strsep by Tero Roponen · 14 years ago
  10. bdc924b Btrfs: Fix memory leak on finding existing super by Ian Kent · 14 years ago
  11. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  12. acce952 Btrfs: forced readonly mounts on errors by liubo · 14 years ago
  13. 6d07bce btrfs: fix wrong free space information of btrfs by Miao Xie · 14 years ago
  14. 299a08b btrfs: fix wrong data space statistics by Miao Xie · 14 years ago
  15. af53d29 switch btrfs, close races by Al Viro · 14 years ago
  16. a6fa6fa btrfs: Add lzo compression support by Li Zefan · 14 years ago
  17. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  18. e13cf63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  19. f106e82 Btrfs: Fix a crash when mounting a subvolume by Li Zefan · 14 years ago
  20. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  21. 450ba0e Btrfs: setup blank root and fs_info for mount time by Josef Bacik · 14 years ago
  22. 619c8c7 Btrfs - fix race between btrfs_get_sb() and umount by Ian Kent · 14 years ago
  23. 0de9087 Btrfs: handle the space_cache option properly by Josef Bacik · 14 years ago
  24. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  25. 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
  26. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  27. d0b678c Btrfs: Use ERR_CAST helpers by Julia Lawall · 14 years ago
  28. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  29. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  30. 061dbc6 convert btrfs by Al Viro · 14 years ago
  31. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  32. 0e78340 Btrfs: fix error handling in btrfs_get_sb by Josef Bacik · 14 years ago
  33. 89a5589 Btrfs: fix df regression by Josef Bacik · 14 years ago
  34. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  35. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  36. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  37. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 14 years ago
  38. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 14 years ago
  39. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  40. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  41. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  42. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  43. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  44. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  45. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  46. 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
  47. 9174846 btrfs: use memparse by Akinobu Mita · 15 years ago
  48. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 14 years ago
  49. 4849f01d Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  50. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  51. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 15 years ago
  52. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  53. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  54. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago
  55. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  56. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  57. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  58. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  59. 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
  60. 49cf6f4 Btrfs: Fix setting umask when POSIX ACLs are not enabled by Chris Ball · 15 years ago
  61. 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
  62. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  63. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  64. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  65. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  66. 59d697b btrfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  67. 067c28a Btrfs: fix -o nodatasum printk spelling by Chris Mason · 15 years ago
  68. c289811 Btrfs: autodetect SSD devices by Chris Mason · 15 years ago
  69. 451d758 Btrfs: add mount -o ssd_spread to spread allocations out by Chris Mason · 15 years ago
  70. 3b30c22 Btrfs: Add mount -o nossd by Chris Mason · 15 years ago
  71. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  72. 5732c46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  73. 6b65c5c Btrfs: make show_options result match actual option names by Sage Weil · 15 years ago
  74. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  75. 4ebf662 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  76. 2138093 Btrfs: Fix a bunch of printk() warnings. by Joel Becker · 15 years ago
  77. 97e728d Btrfs: try to keep a healthy ratio of metadata vs data block groups by Josef Bacik · 15 years ago
  78. dae7b66 btrfs: use memdup_user() by Li Zefan · 15 years ago
  79. dccae99 Btrfs: add flushoncommit mount option by Sage Weil · 15 years ago
  80. 3a5e140 Btrfs: notreelog mount option by Sage Weil · 15 years ago
  81. a9572a1 Btrfs: introduce btrfs_show_options by Eric Paris · 15 years ago
  82. e1df36d Btrfs: don't clean old snapshots on sync(1) by Chris Mason · 16 years ago
  83. b288052 Btrfs: process mount options on mount -o remount, by Chris Mason · 16 years ago
  84. e4f722f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 16 years ago
  85. 7eaebe7 Btrfs: removed unused #include <version.h>'s by Huang Weiyi · 16 years ago
  86. 19d00cc Btrfs: cleanup fs/btrfs/super.c::btrfs_control_ioctl() by Wang Cong · 16 years ago
  87. 4b48d9d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  88. c071fcf Btrfs: fix ioctl arg size (userland incompatible change!) by Chris Mason · 16 years ago
  89. 1bcbf31 btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h> by Qinghuang Feng · 16 years ago
  90. 0176260 btrfs: fix for write_super_lockfs/unlockfs error handling by Linus Torvalds · 16 years ago
  91. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  92. 1f48366 Btrfs: fix a memory leak in btrfs_get_sb by Shen Feng · 16 years ago
  93. e441d54 Btrfs: add permission checks to the ioctls by Chris Mason · 16 years ago
  94. e4404d6 Btrfs: shared seed device by Yan Zheng · 16 years ago
  95. 97288f2 Btrfs: corret fmode_t annotations by Christoph Hellwig · 16 years ago
  96. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  97. 4b4e25f Btrfs: compat code fixes by Chris Mason · 16 years ago
  98. 3de4586 Btrfs: Allow subvolumes and snapshots anywhere in the directory tree by Chris Mason · 16 years ago
  99. 2b82032 Btrfs: Seed device support by Yan Zheng · 16 years ago
  100. c146afa Btrfs: mount ro and remount support by Yan Zheng · 16 years ago