linux-2.6
2008-09-25  Chris MasonMerge Btrfs into fs/btrfs
2008-09-25  Chris MasonBtrfs: Fix race against disk_i_size updates
2008-09-25  Zheng YanBtrfs: Full back reference support
2008-09-25  Chris MasonAdd check for tree-log roots in btrfs_alloc_reserved_ex...
2008-09-25  Chris MasonBtrfs: Checksum tree blocks in the background
2008-09-25  Josef BacikBtrfs: free space accounting redo
2008-09-25  Josef BacikBtrfs: fix cache_block_group error handling
2008-09-25  Chris MasonFix leaf overflow check in btrfs_insert_empty_items
2008-09-25  Chris MasonBtrfs: Fix mismerge in block header checks
2008-09-25  Chris MasonBtrfs: Disable the dir fsync optimization to skip loggi...
2008-09-25  Chris MasonBtrfs: Record dirty pages tree-log pages in an extent_i...
2008-09-25  Chris MasonBtrfs: Copy into the log tree in big batches
2008-09-25  Chris MasonBtrfs: Optimize tree log block allocations
2008-09-25  Chris MasonBtrfs: Optimize btree walking while logging inodes
2008-09-25  Chris MasonBtrfs: Dir fsync optimizations
2008-09-25  Chris MasonBtrfs: Fix releasepage to properly keep dirty and write...
2008-09-25  Chris MasonBtrfs: Update the highest objectid in a root after...
2008-09-25  Chris MasonBtrfs: Tree logging fixes
2008-09-25  Zheng YanBtrfs: properly set blocksize when adding new device.
2008-09-25  Zheng YanBtrfs: Update find free objectid function for orphan...
2008-09-25  Christoph HellwigBtrfs: trivial sparse fixes
2008-09-25  Christoph Hellwigremove unused function btrfs_ilookup
2008-09-25  Christoph HellwigBtrfs: missing endianess conversion in insert_new_root
2008-09-25  Christoph HellwigBtrfs: cleanup d_obtain_alias useage
2008-09-25  Chris MasonBtrfs: Rev the disk format
2008-09-25  Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25  Chris MasonBtrfs: Add debugging checks to track down corrupted...
2008-09-25  Christoph HellwigBtrfs: optimize btrget/set/removexattr
2008-09-25  Christoph Hellwigbtrfs: optmize listxattr
2008-09-25  Josef BacikBtrfs: compile when posix acl's are disabled
2008-09-25  Chris MasonBtrfs: Fix variable init during csum creation
2008-09-25  Chris MasonBtrfs: Throttle for async bio submits higher up the...
2008-09-25  Chris MasonBtrfs: Rev the disk format
2008-09-25  David WoodhouseClean up btrfs_get_parent() a little more, fix a free...
2008-09-25  David WoodhouseBtrfs: Fix NFS exporting of subvol roots.
2008-09-25  David WoodhouseSwitch btrfs_name_hash() to crc32c
2008-09-25  David WoodhouseBtrfs: Reinstate '-osubvol=.' option to mount entire...
2008-09-25  David WoodhouseSimplify btrfs_get_parent(), fix use-after-free bug
2008-09-25  David WoodhouseMask root object ID into f_fsid in btrfs_statfs()
2008-09-25  David WoodhouseFill f_fsid field in btrfs_statfs()
2008-09-25  David WoodhouseBtrfs: Optimise NFS readdir hack slightly; don't call...
2008-09-25  David WoodhouseMinor cleanup of btrfs_real_readdir()
2008-09-25  David WoodhouseBtrfs: Remove special cases for "." and ".."
2008-09-25  David WoodhouseBtrfs: Discard sector data in __free_extent()
2008-09-25  David WoodhouseBtrfs: Implement our own copy of the nfsd readdir hack...
2008-09-25  Balaji RaoNFS support for btrfs - v3
2008-09-25  Balaji RaoIntroduce btrfs_iget helper
2008-09-25  Chris MasonBtrfs: Wait for async bio submissions to make some...
2008-09-25  Chris MasonBtrfs: Lookup readpage checksums on bio submission...
2008-09-25  Chris MasonBtrfs: Fix add_extent_mapping to check for duplicates...
2008-09-25  David WoodhouseBtrfs: Remove broken optimisations in end_bio functions.
2008-09-25  Chris MasonBtrfs: Lower contention on the csum mutex
2008-09-25  Chris MasonBtrfs: Wait for kernel threads to make progress during...
2008-09-25  Chris MasonBtrfs: Give all the worker threads descriptive names
2008-09-25  Chris MasonBtrfs: Transaction commit: don't use filemap_fdatawait
2008-09-25  Chris MasonBtrfs: Count async bios separately from async checksum...
2008-09-25  Chris MasonBtrfs: Limit the number of async bio submission kthread...
2008-09-25  Chris MasonBtrfs: Init address_space->writeback_index properly
2008-09-25  David WoodhouseBtrfs: Change TestSetPageLocked() to trylock_page()
2008-09-25  Eric SandeenBtrfs: fix RHEL test for ClearPageFsMisc
2008-09-25  Chris MasonBtrfs: Update version.sh to v0.16
2008-09-25  Chris MasonBtrfs: Avoid calling into the FS for the final iput...
2008-09-25  Yan ZhengBtrfs: Fix nodatacow for the new data=ordered mode
2008-09-25  Chris MasonGet rid of BTRFS_I(inode)->index and use local vars...
2008-09-25  Chris MasonBtrfs: Fix the multi-bio code to save the original...
2008-09-25  Yan ZhengBtrfs: Update clone file ioctl
2008-09-25  Yan ZhengBtrfs: Various small fixes.
2008-09-25  Chris Masonbtrfs_lookup_bio_sums seems broken, go back to the...
2008-09-25  Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25  Chris MasonBtrfs: Don't corrupt ram in shrink_extent_tree, leak...
2008-09-25  Sage WeilBtrfs: fix ioctl-initiated transactions vs wait_current...
2008-09-25  Chris MasonBtrfs: Add support for HW assisted crc32c
2008-09-25  Chris MasonBtrfs: Hold csum mutex while reading in sums during...
2008-09-25  Chris MasonBtrfs: More throttle tuning
2008-09-25  Chris Masonbtrfs_search_slot: reduce lock contention by cowing...
2008-09-25  Chris MasonBtrfs: Throttle less often waiting for snapshots to...
2008-09-25  Chris MasonBtrfs: Improve and cleanup locking done by walk_down_tree
2008-09-25  Chris MasonBtrfs: Hold a reference on bios during submit_bio,...
2008-09-25  Chris MasonBtrfs: Drop some debugging around the extent_map pinned...
2008-09-25  Chris MasonBtrfs: Fix streaming read performance with checksumming on
2008-09-25  Chris MasonBtrfs: Throttle tuning
2008-09-25  Chris MasonBtrfs: Add missing hunk from Yan Zheng's cache reclaim...
2008-09-25  Sven WegenerBtrfs: Add compatibility for kernels >= 2.6.27-rc1
2008-09-25  YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25  Chris MasonBtrfs: Fix verify_parent_transid
2008-09-25  Yan ZhengBtrfs: Update and fix mount -o nodatacow
2008-09-25  Li ZefanBtrfs: async-thread: fix possible memory leak
2008-09-25  Chris MasonBtrfs: Throttle operations if the reference cache gets...
2008-09-25  Chris MasonBtrfs: Fix version.sh when used outside of an hg repo
2008-09-25  Chris MasonBtrfs: Leaf reference cache update
2008-09-25  Yan ZhengBtrfs: Add a leaf reference cache
2008-09-25  Chris MasonBtrfs: Rev the disk format magic
2008-09-25  Mark FashehBtrfs: Null terminate strings passed in from userspace
2008-09-25  YanFix path slots selection in btrfs_search_forward
2008-09-25  YanBtrfs: Fix .. lookup corner case
2008-09-25  YanBtrfs: Properly release lock in pin_down_bytes
2008-09-25  Balaji RaoBtrfs: Remove unused variable in fixup_tree_root_location
2008-09-25  Josef BacikBtrfs: Fix a few functions that exit without stopping...
2008-09-25  Josef BacikBtrfs: Create orphan inode records to prevent lost...
2008-09-25  Josef BacikBtrfs: Add ACL support
next