1. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  2. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 14 years ago
  3. bc1cbf1 Btrfs: update inode ctime when using links by Josef Bacik · 14 years ago
  4. 0ed42a6 Btrfs: make sure new inode size is ok in fallocate by Josef Bacik · 14 years ago
  5. 55a61d1 Btrfs: fix typo in fallocate to make it honor actual size by Josef Bacik · 14 years ago
  6. a1b075d Btrfs: make btrfs_add_nondir take parent inode as an argument by Josef Bacik · 14 years ago
  7. 6a91221 Btrfs: use dget_parent where we can UPDATED by Josef Bacik · 14 years ago
  8. 7619585 Btrfs: fix more ESTALE problems with NFS by Josef Bacik · 14 years ago
  9. f209561 btrfs: Show device attr correctly for symlinks by Li Zefan · 14 years ago
  10. e65e153 btrfs: fix panic caused by direct IO by Miao Xie · 14 years ago
  11. 0c56fa9 btrfs: fix free dip and dip->csums twice by Miao Xie · 14 years ago
  12. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  13. 6418c96 Btrfs: deal with errors from updating the tree log by Chris Mason · 14 years ago
  14. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  15. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  16. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  17. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  18. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  19. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  20. 1d3382c new helper: inode_unhashed() by Al Viro · 14 years ago
  21. 0019f10 Btrfs: re-work delalloc flushing by Josef Bacik · 14 years ago
  22. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  23. 696ac96 btrfs: remove junk sb_dirt change by Artem Bityutskiy · 14 years ago
  24. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  25. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago
  26. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  27. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  28. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  29. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  30. 0e4dcbe Btrfs: uninitialized data is check_path_shared() by Dan Carpenter · 14 years ago
  31. 8360977 Btrfs: fix fallocate regression by Josef Bacik · 14 years ago
  32. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  33. 9aeead7 Btrfs: add more error checking to btrfs_dirty_inode by Chris Mason · 14 years ago
  34. 5a5f79b Btrfs: allow unaligned DIO by Chris Mason · 14 years ago
  35. 46bfbb5 Btrfs: fix preallocation and nodatacow checks in O_DIRECT by Chris Mason · 14 years ago
  36. 94b6044 Btrfs: avoid ENOSPC errors in btrfs_dirty_inode by Chris Mason · 14 years ago
  37. 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 14 years ago
  38. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  39. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  40. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  41. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 14 years ago
  42. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  43. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  44. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  45. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  46. 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 14 years ago
  47. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  48. ecc11fab btrfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  49. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  50. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 15 years ago
  51. 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
  52. 441f405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  53. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  54. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 15 years ago
  55. 0be2e98 btrfs: fix btrfs_mkdir goto for no free objectids by Miao Xie · 15 years ago
  56. 1e701a3 Btrfs: add new defrag-range ioctl. by Chris Mason · 15 years ago
  57. 73f7341 Btrfs: change how we mount subvolumes by Josef Bacik · 15 years ago
  58. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  59. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 15 years ago
  60. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 15 years ago
  61. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 15 years ago
  62. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 15 years ago
  63. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  64. 6c090a1 Btrfs: fix regression in orphan cleanup by Josef Bacik · 15 years ago
  65. 406266a btrfs: fix missing last-entry in readdir(3) by Jan Engelhardt · 15 years ago
  66. 3a1abec Btrfs: make sure fallocate properly starts a transaction by Chris Mason · 15 years ago
  67. 4a8be42 Btrfs: deny sys_link across subvolumes. by TARUISI Hiroaki · 15 years ago
  68. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  69. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  70. 8082510 Btrfs: Make truncate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  71. 5a303d5 Btrfs: Make fallocate(2) more ENOSPC friendly by Yan, Zheng · 15 years ago
  72. c71bf09 Btrfs: Avoid orphan inodes cleanup while replaying log by Yan, Zheng · 15 years ago
  73. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  74. 920bbbf Btrfs: Rewrite btrfs_drop_extents by Yan, Zheng · 15 years ago
  75. aa021ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  76. a6dbd42 Btrfs: fix panic when trying to destroy a newly allocated by Josef Bacik · 15 years ago
  77. f5a84ee3 Btrfs: fallback on uncompressed io if compressed io fails by Josef Bacik · 15 years ago
  78. 5df6a9f Btrfs: fix some metadata enospc issues by Josef Bacik · 15 years ago
  79. 6346c93 Btrfs: fix data allocation hint start by Josef Bacik · 15 years ago
  80. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  81. 5d5e103 Btrfs: fix possible ENOSPC problems with truncate by Josef Bacik · 15 years ago
  82. 257c62e Btrfs: avoid tree log commit when there are no changes by Chris Mason · 15 years ago
  83. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  84. e9061e2 Btrfs: fix uninit compiler warning in cow_file_range_nocow by Chris Mason · 15 years ago
  85. 82d339d Btrfs: constify dentry_operations by Alexey Dobriyan · 15 years ago
  86. efefb14 Btrfs: remove negative dentry when deleting subvolumne by Yan, Zheng · 15 years ago
  87. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  88. a3429ab Btrfs: delay clearing EXTENT_DELALLOC for compressed extents by Chris Mason · 15 years ago
  89. a791e35 Btrfs: cleanup extent_clear_unlock_delalloc flags by Chris Mason · 15 years ago
  90. 0efe5e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  91. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  92. 9c2693c 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
  93. fbf1908 Btrfs: fix data space leak fix by Josef Bacik · 15 years ago
  94. 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
  95. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  96. dc2af6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  97. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  98. 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
  99. f679a84 Btrfs: don't rename file into dummy directory by Yan, Zheng · 15 years ago
  100. a571952 Btrfs: check size of inode backref before adding hardlink by Yan, Zheng · 15 years ago