pandora-kernel.git
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
2008-09-25 Josef BacikBtrfs: Remove unused xattr code
2008-09-25 Josef BacikBtrfs: Implement new dir index format
2008-09-25 Chris MasonBtrfs: Fix the defragmention code and the block relocat...
2008-09-25 David WoodhouseBtrfs: Use assert_spin_locked instead of spin_trylock
2008-09-25 Chris MasonBtrfs: Add version strings on module load
2008-09-25 Chris MasonBtrfs: Fix some build problems on 2.6.18 based enterpri...
2008-09-25 Chris MasonBtrfs: Search data ordered extents first for checksums...
2008-09-25 Chris MasonBtrfs: Fix 32 bit compiles by using an unsigned long...
2008-09-25 Chris MasonBtrfs: Take the csum mutex while reading checksums
2008-09-25 Chris MasonBtrfs: alloc_mutex latency reduction
2008-09-25 Chris MasonBtrfs: Add some conditional schedules near the alloc_mutex
2008-09-25 Chris MasonBtrfs: Use mutex_lock_nested for tree locking
2008-09-25 Chris MasonBtrfs: Fix some data=ordered related data corruptions
2008-09-25 Chris MasonBtrfs: Use a mutex in the extent buffer for tree block...
2008-09-25 Chris MasonBtrfs: Index extent buffers in an rbtree
2008-09-25 Chris MasonBtrfs: Data ordered fixes
2008-09-25 Chris MasonFix btrfs_wait_ordered_extent_range to properly wait
2008-09-25 Chris MasonBtrfs: Keep extent mappings in ram until pending ordere...
2008-09-25 Chris MasonBtrfs: Don't allow releasepage to succeed if EXTENT_ORD...
2008-09-25 Chris MasonBtrfs: Handle data checksumming on bios that span multi...
2008-09-25 Chris MasonBtrfs: Cleanup and comment ordered-data.c
2008-09-25 Chris MasonBtrfs: Force caching of metadata block groups on mount...
2008-09-25 Chris Masonbtrfs_next_leaf: do readahead when skip_locking is...
2008-09-25 Chris MasonAdd a per-inode lock around btrfs_drop_extents
2008-09-25 Chris MasonBtrfs: Don't pin pages in ram until the entire ordered...
2008-09-25 Chris Masonbtrfs_start_transaction: wait for commits in progress...
2008-09-25 Chris MasonBtrfs: Update on disk i_size only after pending ordered...
2008-09-25 Chris MasonBtrfs: Use async helpers to deal with pages that have...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: Add locking around volume management (device...
2008-09-25 Chris MasonBtrfs: Fix deadlock while searching for dead roots...
2008-09-25 Chris MasonBtrfs: Reduce contention on the root node
2008-09-25 Chris MasonBtrfs: Online btree defragmentation fixes
2008-09-25 Chris MasonBtrfs: Add a per-inode csum mutex to avoid races creati...
2008-09-25 Chris MasonBtrfs: Change find_extent_buffer to use TestSetPageLocked
2008-09-25 Chris MasonBtrfs: Add btree locking to the tree defragmentation...
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
2008-09-25 Chris MasonAdd btrfs_end_transaction_throttle to force writers...
2008-09-25 Chris MasonBtrfs: Fix snapshot deletion to release the alloc_mutex...
2008-09-25 Chris MasonBtrfs: Add a skip_locking parameter to struct path...
2008-09-25 Chris MasonFix btrfs_next_leaf to check for new items after droppi...
2008-09-25 Chris MasonFix btrfs_del_ordered_inode to allow forcing the drop...
2008-09-25 Chris MasonDrop locks in btrfs_search_slot when reading a tree...
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25 Chris MasonBtrfs: Start btree concurrency work.
2008-09-25 Chris MasonBtrfs: Add a thread pool just for submit_bio
2008-09-25 Christoph HellwigBTRFS_IOC_TRANS_START should be privilegued
2008-09-25 Christoph HellwigBtrfs: split out ioctl.c
2008-09-25 Christoph HellwigBtrfs: kerneldoc comments for extent_map.c
2008-09-25 Chris MasonBtrfs: Add a mount option to control worker thread...
2008-09-25 Chris MasonBtrfs: Worker thread optimizations
2008-09-25 Chris MasonBtrfs: Add backport for the kthread work on kernels...
2008-09-25 Chris MasonBtrfs: Fix mount -o max_inline=0
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...
2008-09-25 Christoph Hellwigbtrfs: allow scanning multiple devices during mount
2008-09-25 Christoph Hellwigbtrfs: sanity mount option parsing and early mount...
2008-09-25 Christoph Hellwigbtrfs: fix strange indentation in lookup_extent_mapping
2008-09-25 Christoph Hellwigbtrfs: tiny makefile cleanup
2008-09-25 Sage WeilBtrfs: transaction ioctls
2008-09-25 YanBtrfs: Dislable acl xattr handlers
2008-09-25 Jan EngelhardtBtrfs: bdi_init and bdi_destroy come with 2.6.23
2008-09-25 Linda Knippersbtrfsctl -A error code fixup
2008-09-25 Sven WegenerBtrfs: Invalidate dcache entry after creating snapshot and
2008-09-25 Chris MasonBtrfs: Fix race in running_transaction checks
2008-09-25 Mingmingbtrfs delete ordered inode handling fix
2008-09-25 Chris MasonBtrfs: Always use the async submission queue for checks...
2008-09-25 Chris MasonBtrfs: Allocator fix variety pack
2008-09-25 Chris MasonBtrfs: Use kzalloc on the fs_devices allocation
2008-09-25 Chris MasonBtrfs: Handle transid == 0 while opening devices
2008-09-25 Chris MasonBtrfs: Enable btree balancing on old kernels again
2008-09-25 Chris MasonBtrfs: Change the congestion functions to meter the...
2008-09-25 Chris MasonFix corners in writepage and btrfs_truncate_page
2008-09-25 Chris MasonFix btrfs_open_devices to deal with changes since the...
2008-09-25 Chris MasonBtrfs: Add mount -o degraded to allow mounts to continu...
2008-09-25 Chris MasonBtrfs: Handle write errors on raid1 and raid10
2008-09-25 Chris MasonBtrfs: Pass down the expected generation number when...
2008-09-25 Chris MasonBtrfs: Don't do btree balance_dirty_pages on old kernel...
2008-09-25 Chris MasonBtrfs: Chunk relocation fine tuning, and add a few...
2008-09-25 Chris MasonBtrfs: A number of nodatacow fixes
2008-09-25 Chris MasonBtrfs: Only open block devices once during mount -o...
2008-09-25 Chris MasonBtrfs: Update nodatacow mode to support cloned single...
2008-09-25 Chris MasonBtrfs: Properly find the root for snapshotted blocks...
2008-09-25 Chris MasonBtrfs: Add support for online device removal
next