1. 9036c10 Btrfs: update hole handling v2 by Yan Zheng · 16 years ago
  2. 19b9bdb Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compress by Chris Mason · 16 years ago
  3. cfbc246 Btrfs: walk compressed pages based on the nr_pages count instead of bytes by Chris Mason · 16 years ago
  4. 87ef2bb Btrfs: prevent looping forever in finish_current_insert and del_pending_extents by Chris Mason · 16 years ago
  5. 09fde3c Btrfs: Rev the disk format for compression and root pointer generation fields by Chris Mason · 16 years ago
  6. 84234f3 Btrfs: Add root tree pointer transaction ids by Yan Zheng · 16 years ago
  7. 2517920 Btrfs: nuke fs wide allocation mutex V2 by Josef Bacik · 16 years ago
  8. 80eb234 Btrfs: fix enospc when there is plenty of space by Josef Bacik · 16 years ago
  9. f82d02d Btrfs: Improve space balancing code by Yan Zheng · 16 years ago
  10. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  11. 37d3cdd Btrfs: make tree_search_offset more flexible in its searching by Josef Bacik · 16 years ago
  12. a3dddf3 Btrfs: Don't call security_inode_mkdir during subvol creation by Chris Mason · 16 years ago
  13. cb8e709 Btrfs: Fix subvolume creation locking rules by Christoph Hellwig · 16 years ago
  14. 833023e Btrfs: Rev the disk format for the new back reference format by Chris Mason · 16 years ago
  15. 61f8c86 Btrfs: Fix makefile for builing btrfs static by Sage Weil · 16 years ago
  16. 5b84e8d Btrfs: Fix leaf reference cache miss by Yan Zheng · 16 years ago
  17. 3bb1a1b Btrfs: Remove offset field from struct btrfs_extent_ref by Yan Zheng · 16 years ago
  18. a76a3cd Btrfs: Count space allocated to file in bytes by Yan Zheng · 16 years ago
  19. a62b940 Btrfs: cast bio->bi_sector to a u64 before shifting by Chris Mason · 16 years ago
  20. 30c43e2 Btrfs: remove last_log_alloc allocator optimization by Chris Mason · 16 years ago
  21. cb843a6 Btrfs: O_DIRECT writes via buffered writes + invaldiate by Chris Mason · 16 years ago
  22. 323ac95 Btrfs: don't read leaf blocks containing only checksums during truncate by Chris Mason · 16 years ago
  23. cf74982 Btrfs: fix deadlock between alloc_mutex/chunk_mutex by Josef Bacik · 16 years ago
  24. 83afeac Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failure by Jim Meyering · 16 years ago
  25. 0463bb4 Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzalloc by Jim Meyering · 16 years ago
  26. 75ccf47 Btrfs: fix multi-device code to use raid policies set by mkfs by Chris Mason · 16 years ago
  27. 45b8c9a Btrfs: fix seekiness due to finding the wrong block group by Josef Bacik · 16 years ago
  28. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  29. 9a5e1ea Btrfs: drop WARN_ON from btrfs_add_leaf_ref by Chris Mason · 16 years ago
  30. 8c8bee1 Btrfs: Wait for IO on the block device inodes of newly added devices by Chris Mason · 16 years ago
  31. 1a40e23 Btrfs: update space balancing code by Zheng Yan · 16 years ago
  32. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  33. e465768 Btrfs: Add shared reference cache by Zheng Yan · 16 years ago
  34. e856981 Btrfs: allocator fixes for space balancing update by Zheng Yan · 16 years ago
  35. 24ab9cd Btrfs: Raise thresholds for metadata writeback by Chris Mason · 16 years ago
  36. 4434c33 Btrfs: fix sleep with spinlock held during unmount by Chris Mason · 16 years ago
  37. 2b1f55b Remove Btrfs compat code for older kernels by Chris Mason · 16 years ago
  38. 9b49c9b Btrfs: Fix allocation completions in tree log replay by Chris Mason · 16 years ago
  39. b4f6c45 Update Btrfs files for in-kernel usage by Chris Mason · 16 years ago
  40. 3435302 Btrfs: Fix race against disk_i_size updates by Chris Mason · 16 years ago
  41. 31840ae Btrfs: Full back reference support by Zheng Yan · 16 years ago
  42. 1c2308f Add check for tree-log roots in btrfs_alloc_reserved_extents by Chris Mason · 16 years ago
  43. ce3ed71 Btrfs: Checksum tree blocks in the background by Chris Mason · 16 years ago
  44. 0f9dd46 Btrfs: free space accounting redo by Josef Bacik · 16 years ago
  45. ef8bbdf Btrfs: fix cache_block_group error handling by Josef Bacik · 16 years ago
  46. f25956c Fix leaf overflow check in btrfs_insert_empty_items by Chris Mason · 16 years ago
  47. 23a0786 Btrfs: Fix mismerge in block header checks by Chris Mason · 16 years ago
  48. 9623f9a Btrfs: Disable the dir fsync optimization to skip logging the dir sometimes by Chris Mason · 16 years ago
  49. d0c803c Btrfs: Record dirty pages tree-log pages in an extent_io tree by Chris Mason · 16 years ago
  50. 31ff1cd Btrfs: Copy into the log tree in big batches by Chris Mason · 16 years ago
  51. d00aff0 Btrfs: Optimize tree log block allocations by Chris Mason · 16 years ago
  52. 3a5f1d4 Btrfs: Optimize btree walking while logging inodes by Chris Mason · 16 years ago
  53. 49eb7e4 Btrfs: Dir fsync optimizations by Chris Mason · 16 years ago
  54. 98509cf Btrfs: Fix releasepage to properly keep dirty and writeback pages by Chris Mason · 16 years ago
  55. 8d5bf1c Btrfs: Update the highest objectid in a root after log replay is done by Chris Mason · 16 years ago
  56. 4bef084 Btrfs: Tree logging fixes by Chris Mason · 16 years ago
  57. 325cd4b Btrfs: properly set blocksize when adding new device. by Zheng Yan · 16 years ago
  58. 6527cdb Btrfs: Update find free objectid function for orphan cleanup code by Zheng Yan · 16 years ago
  59. b214107 Btrfs: trivial sparse fixes by Christoph Hellwig · 16 years ago
  60. a237d2a remove unused function btrfs_ilookup by Christoph Hellwig · 16 years ago
  61. ad3d81b Btrfs: missing endianess conversion in insert_new_root by Christoph Hellwig · 16 years ago
  62. 50ec891 Btrfs: cleanup d_obtain_alias useage by Christoph Hellwig · 16 years ago
  63. 91c0827 Btrfs: Rev the disk format by Chris Mason · 16 years ago
  64. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  65. a1b32a5 Btrfs: Add debugging checks to track down corrupted metadata by Chris Mason · 16 years ago
  66. 95819c0 Btrfs: optimize btrget/set/removexattr by Christoph Hellwig · 16 years ago
  67. eaa47d8 btrfs: optmize listxattr by Christoph Hellwig · 16 years ago
  68. eab922e Btrfs: compile when posix acl's are disabled by Josef Bacik · 16 years ago
  69. 639cb58 Btrfs: Fix variable init during csum creation by Chris Mason · 16 years ago
  70. 9473f16 Btrfs: Throttle for async bio submits higher up the chain by Chris Mason · 16 years ago
  71. f3f9931 Btrfs: Rev the disk format by Chris Mason · 16 years ago
  72. d54a839 Clean up btrfs_get_parent() a little more, fix a free-after-free bug by David Woodhouse · 16 years ago
  73. 2d4d9fbd Btrfs: Fix NFS exporting of subvol roots. by David Woodhouse · 16 years ago
  74. 615f996 Switch btrfs_name_hash() to crc32c by David Woodhouse · 16 years ago
  75. 76fcef1 Btrfs: Reinstate '-osubvol=.' option to mount entire tree by David Woodhouse · 16 years ago
  76. 87acb4e Simplify btrfs_get_parent(), fix use-after-free bug by David Woodhouse · 16 years ago
  77. 32d48fa Mask root object ID into f_fsid in btrfs_statfs() by David Woodhouse · 16 years ago
  78. 9d03632 Fill f_fsid field in btrfs_statfs() by David Woodhouse · 16 years ago
  79. f2322b1 Btrfs: Optimise NFS readdir hack slightly; don't call readdir() again when done by David Woodhouse · 16 years ago
  80. 49593bf Minor cleanup of btrfs_real_readdir() by David Woodhouse · 16 years ago
  81. 5ecc7e5 Btrfs: Remove special cases for "." and ".." by David Woodhouse · 16 years ago
  82. 21af804 Btrfs: Discard sector data in __free_extent() by David Woodhouse · 16 years ago
  83. cbdf5a2 Btrfs: Implement our own copy of the nfsd readdir hack, for older kernels by David Woodhouse · 16 years ago
  84. be6e8dc NFS support for btrfs - v3 by Balaji Rao · 16 years ago
  85. 1a54ef8 Introduce btrfs_iget helper by Balaji Rao · 16 years ago
  86. b64a285 Btrfs: Wait for async bio submissions to make some progress at queue time by Chris Mason · 16 years ago
  87. 4d1b5fb Btrfs: Lookup readpage checksums on bio submission again by Chris Mason · 16 years ago
  88. 7c2fe32 Btrfs: Fix add_extent_mapping to check for duplicates across the whole range by Chris Mason · 16 years ago
  89. 902b22f Btrfs: Remove broken optimisations in end_bio functions. by David Woodhouse · 16 years ago
  90. 5386323 Btrfs: Lower contention on the csum mutex by Chris Mason · 16 years ago
  91. 4854ddd Btrfs: Wait for kernel threads to make progress during async submission by Chris Mason · 16 years ago
  92. 5443be4 Btrfs: Give all the worker threads descriptive names by Chris Mason · 16 years ago
  93. 777e6bd Btrfs: Transaction commit: don't use filemap_fdatawait by Chris Mason · 16 years ago
  94. 0986fe9e Btrfs: Count async bios separately from async checksum work items by Chris Mason · 16 years ago
  95. b720d20 Btrfs: Limit the number of async bio submission kthreads to the number of devices by Chris Mason · 16 years ago
  96. db69e0e Btrfs: Init address_space->writeback_index properly by Chris Mason · 16 years ago
  97. 2db0496 Btrfs: Change TestSetPageLocked() to trylock_page() by David Woodhouse · 16 years ago
  98. 5036f53 Btrfs: fix RHEL test for ClearPageFsMisc by Eric Sandeen · 16 years ago
  99. 5707e3b Btrfs: Update version.sh to v0.16 by Chris Mason · 16 years ago
  100. 4ca8b41 Btrfs: Avoid calling into the FS for the final iput on fake root inodes by Chris Mason · 16 years ago