1. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  2. 5a77d76 Btrfs: release metadata from global reserve if we have to fallback for unlink by Josef Bacik · 13 years ago
  3. f0dd959 Btrfs: fix direct-io vs nodatacow by Li Zefan · 13 years ago
  4. 560f7d7 Btrfs: remove BUG_ON() in compress_file_range() by Li Zefan · 13 years ago
  5. 36ba022 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions by Josef Bacik · 13 years ago
  6. 3880a1b Btrfs: reserve some space for an orphan item when unlinking by Josef Bacik · 13 years ago
  7. e70bea5 Btrfs: fix the amount of space reserved for unlink by Josef Bacik · 13 years ago
  8. 5b0e95b Btrfs: inline checksums into the disk free space cache by Josef Bacik · 13 years ago
  9. 8f6d7f4 Btrfs: break out of orphan cleanup if we can't make progress by Josef Bacik · 13 years ago
  10. 726c35f Btrfs: use the global reserve as a backup for deleting inodes by Josef Bacik · 13 years ago
  11. a8c9e57 Btrfs: fix orphan cleanup regression by Josef Bacik · 13 years ago
  12. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  13. 4a92b1b Btrfs: stop passing a trans handle all around the reservation code by Josef Bacik · 13 years ago
  14. c09544e Btrfs: handle enospc accounting for free space inodes by Josef Bacik · 13 years ago
  15. 4a33854 Btrfs: set truncate block rsv's size by Josef Bacik · 13 years ago
  16. 482e6dc Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check by Josef Bacik · 13 years ago
  17. 0712718 Btrfs: reduce the amount of space needed for truncates by Josef Bacik · 13 years ago
  18. 907cbce Btrfs: optimize how we account for space in truncate by Josef Bacik · 13 years ago
  19. 4289a66 Btrfs: fix how we reserve space for deleting inodes by Josef Bacik · 13 years ago
  20. 37be25b Btrfs: kill the durable block rsv stuff by Josef Bacik · 13 years ago
  21. dba6830 Btrfs: kill the orphan space calculation for snapshots by Josef Bacik · 13 years ago
  22. 7709cde Btrfs: calculate checksum space correctly by Josef Bacik · 13 years ago
  23. 0cbbdf7 Btrfs: kill reserved_bytes in inode by Josef Bacik · 13 years ago
  24. a66e7cc Btrfs: only clear the need lookup flag after the dentry is setup by Josef Bacik · 13 years ago
  25. 2cf4ce7 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  26. 3765fef btrfs: fix d_off in the first dirent by Hidetoshi Seto · 13 years ago
  27. 0b001b2 Merge branch 'for-linus' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  28. a39f752 Btrfs: fix wrong nbytes information of the inode by Miao Xie · 13 years ago
  29. 5b39737 Btrfs: fix unclosed transaction handle in btrfs_cont_expand by Miao Xie · 13 years ago
  30. e0b6d65 btrfs: fix warning in iput for bad-inode by Sergei Trofimovich · 13 years ago
  31. cb6db4e btrfs: btrfs_permission's RO check shouldn't apply to device nodes by Jeff Mahoney · 13 years ago
  32. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  33. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  34. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  35. b6973aa Btrfs: fix readahead in file defrag by Li Zefan · 13 years ago
  36. b532402 Btrfs: return error to caller when btrfs_unlink() failes by Tsutomu Itoh · 13 years ago
  37. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  38. b4aff1f Btrfs: load the key from the dir item in readdir into a fake dentry by Josef Bacik · 13 years ago
  39. 2271220 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  40. ff95acb Merge branch 'integration' into for-linus by Chris Mason · 13 years ago
  41. 2cf8572 Btrfs: use the commit_root for reading free_space_inode crcs by Chris Mason · 13 years ago
  42. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  43. 9e0baf6 Btrfs: fix enospc problems with delalloc by Josef Bacik · 13 years ago
  44. a94733d Btrfs: use find_or_create_page instead of grab_cache_page by Josef Bacik · 13 years ago
  45. 569254b btrfs: S_ISREG(mode) is not mode & S_IFREG... by Al Viro · 13 years ago
  46. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  47. 10d9f30 get rid of useless dget_parent() in btrfs rename() and link() by Al Viro · 13 years ago
  48. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  49. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  50. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  51. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  52. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  53. 1748f84 btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inode by Mark Fasheh · 13 years ago
  54. 0eb0e19 btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_items by Mark Fasheh · 13 years ago
  55. d8926bb btrfs: don't BUG_ON btrfs_alloc_path() errors by Mark Fasheh · 13 years ago
  56. 1acc930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  57. 149e2d7 btrfs: fix oops when doing space balance by Miao Xie · 13 years ago
  58. af4087e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  59. 2f7e33d btrfs: fix inconsonant inode information by Miao Xie · 13 years ago
  60. 1973f0f Btrfs: make sure to record the transid in new inodes by Chris Mason · 13 years ago
  61. 90a800de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  62. 71d7aed Btrfs: fix path leakage on subvol deletion by Josef Bacik · 13 years ago
  63. 3c25fa7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  64. 30b4caf Btrfs: use join_transaction in btrfs_evict_inode() by Li Zefan · 13 years ago
  65. 08d2f34 Btrfs: fix extent state leak on failed nodatasum reads by Jan Schmidt · 13 years ago
  66. e6ece70 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  67. 7841cb2 btrfs: add helper for fs_info->closing by David Sterba · 13 years ago
  68. 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  69. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  70. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  71. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  72. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  73. b083916 fs/btrfs: Add missing btrfs_free_path by Julia Lawall · 13 years ago
  74. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 13 years ago
  75. 27160b6 btrfs: fix typo 'testeing' -> 'testing' by Sergei Trofimovich · 13 years ago
  76. d90c732 Btrfs: leave spinning on lookup and map the leaf by Josef Bacik · 13 years ago
  77. 026fd31 Btrfs: don't always do readahead by Josef Bacik · 13 years ago
  78. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  79. fcb80c2 Btrfs: fix how we do space reservation for truncate by Josef Bacik · 13 years ago
  80. 7a7eaa4 Btrfs: take away the num_items argument from btrfs_join_transaction by Josef Bacik · 13 years ago
  81. 74b2107 Btrfs: make sure to use the delalloc reserve when filling delalloc by Josef Bacik · 13 years ago
  82. 7126733 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  83. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  84. dcc6d07 Merge branch 'delayed_inode' into inode_numbers by Chris Mason · 13 years ago
  85. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  86. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  87. 7a36dde btrfs: use printk_ratelimited instead of printk_ratelimit by David Sterba · 13 years ago
  88. a2de733 btrfs: scrub by Arne Jansen · 13 years ago
  89. 182608c btrfs: remove old unused commented out code by David Sterba · 13 years ago
  90. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  91. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  92. 172ddd6 btrfs: drop gfp parameter from alloc_extent_map by David Sterba · 13 years ago
  93. a8067e0 btrfs: drop unused parameter from extent_map_tree_init by David Sterba · 13 years ago
  94. f993c88 btrfs: drop unused argument from extent_io_tree_init by David Sterba · 13 years ago
  95. c704005 btrfs: unify checking of IS_ERR and null by David Sterba · 13 years ago
  96. 306e16c btrfs: rename variables clashing with global function names by David Sterba · 13 years ago
  97. 019793b Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  98. 7cf96da Btrfs: cleanup error handling in inode.c by Tsutomu Itoh · 13 years ago
  99. 64728bb Btrfs: put the right bio if we have an error by Josef Bacik · 13 years ago
  100. 8d41371 Btrfs: check return value of kmalloc() by Tsutomu Itoh · 13 years ago