1. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  2. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 14 years ago
  3. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  4. c87f08c Btrfs: allow balance to explicitly allocate chunks as it relocates by Chris Mason · 14 years ago
  5. 9143565 Btrfs: put ENOSPC debugging under a mount option by Chris Mason · 14 years ago
  6. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  7. acce952 Btrfs: forced readonly mounts on errors by liubo · 14 years ago
  8. f8b1808 fs/btrfs: Fix build of ctree by Stefan Schmidt · 14 years ago
  9. 6d07bce btrfs: fix wrong free space information of btrfs by Miao Xie · 14 years ago
  10. f580eb0 fs/btrfs: Fix build of ctree by Stefan Schmidt · 14 years ago
  11. f892436 Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 14 years ago
  12. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  13. b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
  14. a6fa6fa btrfs: Add lzo compression support by Li Zefan · 14 years ago
  15. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 14 years ago
  16. 0410c94 btrfs: make 1-bit signed fileds unsigned by Mariusz Kozlowski · 14 years ago
  17. 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
  18. bb9c12c Btrfs: async transaction commit by Sage Weil · 14 years ago
  19. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  20. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  21. 6737773 Btrfs: add support for mixed data+metadata block groups by Josef Bacik · 14 years ago
  22. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  23. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  24. 8bb8ab2 Btrfs: rework how we reserve metadata bytes by Josef Bacik · 14 years ago
  25. 0019f10 Btrfs: re-work delalloc flushing by Josef Bacik · 14 years ago
  26. 89a5589 Btrfs: fix df regression by Josef Bacik · 14 years ago
  27. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  28. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  29. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  30. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  31. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  32. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 14 years ago
  33. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  34. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  35. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  36. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  37. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  38. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  39. 424499d Btrfs: Kill allocate_wait in space_info by Yan, Zheng · 14 years ago
  40. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  41. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  42. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 15 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  44. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  45. 9174846 btrfs: use memparse by Akinobu Mita · 15 years ago
  46. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  47. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
  48. 6ef5ed0 Btrfs: add ioctl and incompat flag to set the default mount subvol by Josef Bacik · 15 years ago
  49. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  50. 1253483 Btrfs: make set/get functions for the super compat_ro flags use compat_ro by Josef Bacik · 15 years ago
  51. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  52. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  53. 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
  54. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  55. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  56. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  57. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  58. ad48fd75 Btrfs: Add btrfs_duplicate_item by Yan, Zheng · 15 years ago
  59. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  60. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  61. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  62. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  63. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  64. 82d339d Btrfs: constify dentry_operations by Alexey Dobriyan · 15 years ago
  65. ff782e0 Btrfs: optimize fsync for the single writer case by Josef Bacik · 15 years ago
  66. e3ccfa9 Btrfs: async delalloc flushing under space pressure by Josef Bacik · 15 years ago
  67. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  68. 61d92c3 Btrfs: fix deadlock on async thread startup by Chris Mason · 15 years ago
  69. 0efe5e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  70. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  71. 3baf0be Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code by Chris Ball · 15 years ago
  72. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  73. 1b2da37 Btrfs: account for space used by the super mirrors by Josef Bacik · 15 years ago
  74. ba1bf48 Btrfs: make balance code choose more wisely when relocating by Josef Bacik · 15 years ago
  75. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  76. 4df27c4d Btrfs: change how subvolumes are organized by Yan, Zheng · 15 years ago
  77. 13a8a7c Btrfs: do not reuse objectid of deleted snapshot/subvol by Yan, Zheng · 15 years ago
  78. 11833d6 Btrfs: improve async block group caching by Yan Zheng · 15 years ago
  79. 83ebade Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 15 years ago
  80. a1ed835 Btrfs: Fix extent replacment race by Chris Mason · 15 years ago
  81. ec6a867 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  82. 276e680 Btrfs: preserve commit_root for async caching by Yan Zheng · 15 years ago
  83. 655c5d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  84. 68b3855 Btrfs: change how we unpin extents by Josef Bacik · 15 years ago
  85. 817d52f Btrfs: async block group caching by Josef Bacik · 15 years ago
  86. 9630308 Btrfs: use hybrid extents+bitmap rb tree for free space by Josef Bacik · 15 years ago
  87. 1bec1ae Btrfs: fix definition of struct btrfs_extent_inline_ref by Yan Zheng · 15 years ago
  88. 5291a12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  89. 2c47e605 Btrfs: update backrefs while dropping snapshot by Yan Zheng · 15 years ago
  90. 5affd88 switch btrfs to inode->i_acl by Al Viro · 15 years ago
  91. 7df336e Fix btrfs when ACLs are configured out by Al Viro · 15 years ago
  92. 6cbff00 Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Christoph Hellwig · 15 years ago
  93. c289811 Btrfs: autodetect SSD devices by Chris Mason · 15 years ago
  94. 451d758 Btrfs: add mount -o ssd_spread to spread allocations out by Chris Mason · 15 years ago
  95. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  96. e980b50 Btrfs: fix fallocate deadlock on inode extent lock by Chris Mason · 15 years ago
  97. 97e728d Btrfs: try to keep a healthy ratio of metadata vs data block groups by Josef Bacik · 15 years ago
  98. b983471 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  99. d4a7894 Btrfs: fix typos in comments by Wu Fengguang · 16 years ago
  100. dccae99 Btrfs: add flushoncommit mount option by Sage Weil · 16 years ago