1. 4cbd114 Btrfs: btrfs_iget() returns ERR_PTR by Dan Carpenter · 14 years ago
  2. fb4f6f9 Btrfs: handle error returns from btrfs_lookup_dir_item() by Dan Carpenter · 14 years ago
  3. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  4. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  5. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  6. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  7. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  8. 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
  9. 9174846 btrfs: use memparse by Akinobu Mita · 14 years ago
  10. bd4d108 Btrfs: make df be a little bit more understandable by Josef Bacik · 14 years ago
  11. 4849f01d Btrfs: make subvolid=0 mount the original default root by Josef Bacik · 15 years ago
  12. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  13. da495ec Btrfs: kfree correct pointer during mount option parsing by Josef Bacik · 14 years ago
  14. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 14 years ago
  15. 20a5239 Btrfs: Show discard option in /proc/mounts by Matthew Wilcox · 15 years ago
  16. a7a3f7c Btrfs: fail mount on bad mount options by Sage Weil · 15 years ago
  17. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  18. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  19. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  20. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  21. 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
  22. 49cf6f4 Btrfs: Fix setting umask when POSIX ACLs are not enabled by Chris Ball · 15 years ago
  23. 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
  24. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  25. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  26. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  27. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  28. 59d697b btrfs: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  29. 067c28a Btrfs: fix -o nodatasum printk spelling by Chris Mason · 15 years ago
  30. c289811 Btrfs: autodetect SSD devices by Chris Mason · 15 years ago
  31. 451d758 Btrfs: add mount -o ssd_spread to spread allocations out by Chris Mason · 15 years ago
  32. 3b30c22 Btrfs: Add mount -o nossd by Chris Mason · 15 years ago
  33. 5d4f98a Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) by Yan Zheng · 15 years ago
  34. 5732c46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  35. 6b65c5c Btrfs: make show_options result match actual option names by Sage Weil · 15 years ago
  36. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  37. 4ebf662 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  38. 2138093 Btrfs: Fix a bunch of printk() warnings. by Joel Becker · 15 years ago
  39. 97e728d Btrfs: try to keep a healthy ratio of metadata vs data block groups by Josef Bacik · 15 years ago
  40. dae7b66 btrfs: use memdup_user() by Li Zefan · 15 years ago
  41. dccae99 Btrfs: add flushoncommit mount option by Sage Weil · 15 years ago
  42. 3a5e140 Btrfs: notreelog mount option by Sage Weil · 15 years ago
  43. a9572a1 Btrfs: introduce btrfs_show_options by Eric Paris · 15 years ago
  44. e1df36d Btrfs: don't clean old snapshots on sync(1) by Chris Mason · 15 years ago
  45. b288052 Btrfs: process mount options on mount -o remount, by Chris Mason · 15 years ago
  46. e4f722f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 15 years ago
  47. 7eaebe7 Btrfs: removed unused #include <version.h>'s by Huang Weiyi · 15 years ago
  48. 19d00cc Btrfs: cleanup fs/btrfs/super.c::btrfs_control_ioctl() by Wang Cong · 15 years ago
  49. 4b48d9d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  50. c071fcf Btrfs: fix ioctl arg size (userland incompatible change!) by Chris Mason · 15 years ago
  51. 1bcbf31 btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h> by Qinghuang Feng · 15 years ago
  52. 0176260 btrfs: fix for write_super_lockfs/unlockfs error handling by Linus Torvalds · 15 years ago
  53. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  54. 1f48366 Btrfs: fix a memory leak in btrfs_get_sb by Shen Feng · 16 years ago
  55. e441d54 Btrfs: add permission checks to the ioctls by Chris Mason · 16 years ago
  56. e4404d6 Btrfs: shared seed device by Yan Zheng · 16 years ago
  57. 97288f2 Btrfs: corret fmode_t annotations by Christoph Hellwig · 16 years ago
  58. b295086 Btrfs: make things static and include the right headers by Christoph Hellwig · 16 years ago
  59. 4b4e25f Btrfs: compat code fixes by Chris Mason · 16 years ago
  60. 3de4586 Btrfs: Allow subvolumes and snapshots anywhere in the directory tree by Chris Mason · 16 years ago
  61. 2b82032 Btrfs: Seed device support by Yan Zheng · 16 years ago
  62. c146afa Btrfs: mount ro and remount support by Yan Zheng · 16 years ago
  63. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  64. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  65. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  66. 2b1f55b Remove Btrfs compat code for older kernels by Chris Mason · 16 years ago
  67. 76fcef1 Btrfs: Reinstate '-osubvol=.' option to mount entire tree by David Woodhouse · 16 years ago
  68. 32d48fa Mask root object ID into f_fsid in btrfs_statfs() by David Woodhouse · 16 years ago
  69. 9d03632 Fill f_fsid field in btrfs_statfs() by David Woodhouse · 16 years ago
  70. be6e8dc NFS support for btrfs - v3 by Balaji Rao · 16 years ago
  71. b48652c Btrfs: Various small fixes. by Yan Zheng · 16 years ago
  72. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  73. b3c3da7 Btrfs: Add version strings on module load by Chris Mason · 16 years ago
  74. 3f157a2 Btrfs: Online btree defragmentation fixes by Chris Mason · 16 years ago
  75. a74a4b9 Btrfs: Replace the transaction work queue with kthreads by Chris Mason · 16 years ago
  76. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 16 years ago
  77. 4543df7 Btrfs: Add a mount option to control worker thread pool size by Chris Mason · 16 years ago
  78. 15ada04 Btrfs: Fix mount -o max_inline=0 by Chris Mason · 16 years ago
  79. 43e570b btrfs: allow scanning multiple devices during mount by Christoph Hellwig · 16 years ago
  80. edf24ab btrfs: sanity mount option parsing and early mount code by Christoph Hellwig · 16 years ago
  81. 6bf13c0 Btrfs: transaction ioctls by Sage Weil · 16 years ago
  82. f819d83 btrfsctl -A error code fixup by Linda Knippers · 16 years ago
  83. e1b81e6 btrfs delete ordered inode handling fix by Mingming · 16 years ago
  84. dfe2502 Btrfs: Add mount -o degraded to allow mounts to continue with missing devices by Chris Mason · 16 years ago
  85. a061fc8 Btrfs: Add support for online device removal by Chris Mason · 16 years ago
  86. 788f20e Btrfs: Add new ioctl to add devices by Chris Mason · 16 years ago
  87. e58ca02 Fix btrfs_fill_super to return -EINVAL when no FS found by Yan · 16 years ago
  88. 8a4b83c Btrfs: Add support for device scanning and detection ioctls by Chris Mason · 16 years ago
  89. a9218f6 Add /dev/btrfs-control for device scanning ioctls by Chris Mason · 16 years ago
  90. 6885f30 Btrfs: Misc 2.6.25 updates by Chris Mason · 16 years ago
  91. 6f568d3 Btrfs: mount -o max_inline=size to control the maximum inline extent size by Chris Mason · 16 years ago
  92. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 16 years ago
  93. ed0dab6 Btrfs: Add basic lockfs calls by Yan · 16 years ago
  94. e18e480 Btrfs: Add mount -o ssd, which includes optimizations for seek free storage by Chris Mason · 16 years ago
  95. 2da98f0 Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout by Chris Mason · 16 years ago
  96. 61295eb Btrfs: Add drop inode func to avoid data=ordered deadlock by Chris Mason · 16 years ago
  97. 21ad10c Btrfs: Add flush barriers on commit by Chris Mason · 17 years ago
  98. 8f662a7 Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing by Chris Mason · 17 years ago
  99. edbd8d4 Btrfs: Support for online FS resize (grow and shrink) by Chris Mason · 17 years ago
  100. 6da6aba Btrfs: Back port to 2.6.18-el kernels by Chris Mason · 17 years ago