1. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  2. c126dea Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/btrfs into integration by Chris Mason · 13 years ago
  3. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  4. a7e99c6 Btrfs: allow for canceling restriper by Ilya Dryomov · 13 years ago
  5. 837d5b6 Btrfs: allow for pausing restriper by Ilya Dryomov · 13 years ago
  6. 9555c6c Btrfs: add skip_balance mount option by Ilya Dryomov · 13 years ago
  7. 0940ebf Btrfs: save balance parameters to disk by Ilya Dryomov · 13 years ago
  8. 7092261 Btrfs: do not reduce profile in do_chunk_alloc() by Ilya Dryomov · 13 years ago
  9. c9e9f97 Btrfs: add basic restriper infrastructure by Ilya Dryomov · 13 years ago
  10. a46d11a Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit by Ilya Dryomov · 13 years ago
  11. 52ba692 Btrfs: introduce masks for chunk type and profile by Ilya Dryomov · 13 years ago
  12. 6fef8df Btrfs: get rid of *_alloc_profile fields by Ilya Dryomov · 13 years ago
  13. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  14. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  15. c7d22a3 Btrfs: added helper btrfs_next_item() by Jan Schmidt · 13 years ago
  16. 21adbd5 Btrfs: integrate integrity check module into btrfs by Stefan Behrens · 13 years ago
  17. 22c44fe Btrfs: deal with enospc from dirtying inodes properly by Josef Bacik · 13 years ago
  18. aa38a71 Btrfs: fix deadlock on metadata reservation when evicting a inode by Miao Xie · 13 years ago
  19. 291c7d2 Btrfs: wait on caching if we're loading the free space cache by Josef Bacik · 13 years ago
  20. f1ebcc7 Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush by Liu Bo · 13 years ago
  21. 531f4b1a Merge branch 'for-chris' of git://github.com/sensille/linux into integration by Chris Mason · 13 years ago
  22. c06a0e1 Btrfs: fix delayed insertion reservation by Josef Bacik · 13 years ago
  23. 6d668dd Btrfs: make a delayed_block_rsv for the delayed item insertion by Josef Bacik · 13 years ago
  24. af31f5e Btrfs: add a log of past tree roots by Chris Mason · 13 years ago
  25. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  26. e688b725 Btrfs: fix extent pinning bugs in the tree log by Chris Mason · 13 years ago
  27. 36ba022 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions by Josef Bacik · 13 years ago
  28. 5b0e95b Btrfs: inline checksums into the disk free space cache by Josef Bacik · 13 years ago
  29. 2bf6475 Btrfs: allow us to overcommit our enospc reservations by Josef Bacik · 13 years ago
  30. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  31. 4a92b1b Btrfs: stop passing a trans handle all around the reservation code by Josef Bacik · 13 years ago
  32. 482e6dc Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check by Josef Bacik · 13 years ago
  33. 0712718 Btrfs: reduce the amount of space needed for truncates by Josef Bacik · 13 years ago
  34. 5e962c7 Btrfs: kill btrfs_truncate_reserve_metadata by Josef Bacik · 13 years ago
  35. dabdb64 Btrfs: kill unused parts of block_rsv by Josef Bacik · 13 years ago
  36. 37be25b Btrfs: kill the durable block rsv stuff by Josef Bacik · 13 years ago
  37. dba6830 Btrfs: kill the orphan space calculation for snapshots by Josef Bacik · 13 years ago
  38. fb25e91 Btrfs: use bytes_may_use for all ENOSPC reservations by Josef Bacik · 13 years ago
  39. 7414a03 btrfs: initial readahead code and prototypes by Arne Jansen · 13 years ago
  40. 90519d6 btrfs: state information for readahead by Arne Jansen · 13 years ago
  41. 81d86e1 Merge branch 'btrfs-3.0' into for-linus by Chris Mason · 13 years ago
  42. c97c291 Btrfs: use plain page_address() in header fields setget functions by Li Zefan · 13 years ago
  43. cb1b69f Btrfs: forced readonly when btrfs_drop_snapshot() fails by Tsutomu Itoh · 13 years ago
  44. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  45. 9b89d95 Btrfs: make acl functions really no-op if acl is not enabled by Li Zefan · 13 years ago
  46. bf5f32e btrfs: make btrfs_set_root_node void by Mark Fasheh · 13 years ago
  47. b6973aa Btrfs: fix readahead in file defrag by Li Zefan · 13 years ago
  48. 2271220 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  49. ff95acb Merge branch 'integration' into for-linus by Chris Mason · 13 years ago
  50. bd68151 Btrfs: switch the btrfs tree locks to reader/writer by Chris Mason · 13 years ago
  51. 9e0baf6 Btrfs: fix enospc problems with delalloc by Josef Bacik · 13 years ago
  52. bab39bf Btrfs: use a worker thread to do caching by Josef Bacik · 13 years ago
  53. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  54. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  55. b267515 Btrfs: implement our own ->llseek by Josef Bacik · 13 years ago
  56. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  57. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  58. fdb5eff Btrfs: serialize flushers in reserve_metadata_bytes by Josef Bacik · 13 years ago
  59. b500994 Btrfs: do transaction space reservation before joining the transaction by Josef Bacik · 13 years ago
  60. 1acc930 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  61. 0942caa btrfs: add missing options displayed in mount output by David Sterba · 13 years ago
  62. 46e4edb Remove unneeded version.h includes from fs/ by Jesper Juhl · 13 years ago
  63. 90a800de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  64. 9fe6a50 btrfs: Remove unused sysfs code by Maarten Lankhorst · 13 years ago
  65. 7585717 Btrfs: fix relocation races by Chris Mason · 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. 4b9465c Btrfs: add mount -o inode_cache by Chris Mason · 13 years ago
  69. 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
  70. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  71. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  72. 4cb5300 Btrfs: add mount -o auto_defrag by Chris Mason · 13 years ago
  73. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  74. 0956c79 BTRFS: Remove unused node_lock by Andi Kleen · 13 years ago
  75. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  76. fcb80c2 Btrfs: fix how we do space reservation for truncate by Josef Bacik · 13 years ago
  77. a4abeea Btrfs: kill trans_mutex by Josef Bacik · 13 years ago
  78. 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
  79. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  80. dcc6d07 Merge branch 'delayed_inode' into inode_numbers by Chris Mason · 13 years ago
  81. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  82. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  83. 4ea0288 btrfs: use unsigned type for single bit bitfield by David Sterba · 13 years ago
  84. 8628764 btrfs: add readonly flag by Arne Jansen · 13 years ago
  85. 475f638 btrfs: new ioctls for scrub by Jan Schmidt · 13 years ago
  86. a2de733 btrfs: scrub by Arne Jansen · 13 years ago
  87. f2a97a9 btrfs: remove all unused functions by David Sterba · 13 years ago
  88. 621496f btrfs: remove unused function prototypes by David Sterba · 13 years ago
  89. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  90. 306e16c btrfs: rename variables clashing with global function names by David Sterba · 13 years ago
  91. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 13 years ago
  92. 82d5902 Btrfs: Support reading/writing on disk free ino cache by Li Zefan · 13 years ago
  93. 581bb05 Btrfs: Cache free inode numbers in memory by Li Zefan · 13 years ago
  94. 34d52cb Btrfs: Make free space cache code generic by Li Zefan · 13 years ago
  95. 6d74119 Btrfs: avoid taking the chunk_mutex in do_chunk_alloc by Josef Bacik · 13 years ago
  96. be1a12a Btrfs: deal with the case that we run out of space in the cache by Josef Bacik · 13 years ago
  97. 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 13 years ago
  98. c59021f Btrfs: fix OOPS of empty filesystem after balance by liubo · 13 years ago
  99. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 13 years ago
  100. 5378e60 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes by Li Dongyang · 13 years ago