Btrfs: Add a write ahead tree log to optimize synchronous operations
[pandora-kernel.git] / fs / btrfs / ctree.c
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 Chris Masonbtrfs_search_slot: reduce lock contention by cowing...
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Yan ZhengBtrfs: Add a leaf reference cache
2008-09-25 YanFix path slots selection in btrfs_search_forward
2008-09-25 Josef BacikBtrfs: Create orphan inode records to prevent lost...
2008-09-25 Chris Masonbtrfs_next_leaf: do readahead when skip_locking is...
2008-09-25 Chris MasonBtrfs: Add locking around volume management (device...
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 btree locking to the tree defragmentation...
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
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: Allocator fix variety pack
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: Fix balance_level to free the middle block if...
2008-09-25 Chris MasonBtrfs: Don't empty the middle buffer in push_nodes_for_...
2008-09-25 Chris MasonBtrfs: Fix split_node to require more empty slots in...
2008-09-25 Chris MasonBtrfs: Make sure nodes have enough room for a double...
2008-09-25 Chris MasonBtrfs: Don't wait on tree block writeback before freein...
2008-09-25 Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25 Chris MasonBtrfs: Disable extra debugging checks on tree blocks
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-09-25 Chris MasonBtrfs: Properly dirty buffers in the split corner cases
2008-09-25 Chris MasonBtrfs: Verify checksums on tree blocks found without...
2008-09-25 Chris MasonReorder the flags field in struct btrfs_header and...
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 YanCall btrfs_cow_block while lowering tree level.
2008-09-25 Chris MasonBtrfs: Copy correct tree when inserting into slot 0
2008-09-25 Chris MasonBtrfs: Add inode item and backref in one insert, reduci...
2008-09-25 Chris MasonBtrfs: During deletes and truncate, remove many items...
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: Force inlining off in a few places to save stack...
2008-09-25 Chris MasonBtrfs: Add readahead to the online shrinker, and a...
2008-09-25 Chris MasonBtrfs: Less aggressive readahead on deletes
2008-09-25 Chris Masonkmalloc a few large stack objects in the btrfs_ioctl...
2008-09-25 Chris MasonBtrfs: Add mount option to turn off data cow
2008-09-25 Chris MasonBtrfs: Add back pointers from extents to the btree...
2008-09-25 Chris MasonBtrfs: Implement generation numbers in block pointers
2008-09-25 YanBtrfs: Properly update right_nritems in push_leaf_left
2008-09-25 Chris MasonBtrfs: Change push_leaf_{leaf,right} to empty the src...
2008-09-25 Chris MasonBtrfs: Make defrag check nodes against the progress...
2008-09-25 Chris MasonBtrfs: Fix a number of inline extent problems that...
2008-09-25 Chris MasonBtrfs: Tune the automatic defrag code
2008-09-25 Chris MasonBtrfs: Fix split_leaf to detect when it is extending...
2008-09-25 Chris MasonBtrfs: Fix split_leaf to avoid incorrect double splits
2008-09-25 Chris MasonBtrfs: CPU usage optimizations in push and the extent_m...
2008-09-25 Jens Axboebtrfs: 32-bit type problems
2008-09-25 Chris MasonBtrfs: Default to 8k max packed tails
2008-09-25 Chris MasonBtrfs: Defrag only leaves, and only when the parent...
2008-09-25 Chris MasonBtrfs: Defrag: only walk into nodes with the defrag...
2008-09-25 Chris MasonBtrfs: Large block related defrag optimizations
2008-09-25 Chris MasonBreakout BTRFS_SETGET_FUNCS into a separate C file...
2008-09-25 Chris MasonBtrfs: extent_map optimizations to cut down on CPU...
2008-09-25 Chris MasonBtrfs: Allow tails larger than one page
2008-09-25 Chris MasonBtrfs: Add an extent buffer LRU to reduce radix tree...
2008-09-25 Chris MasonBtrfs: Add back the online defragging code
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Fix extent_buffer and extent_state leaks
2008-09-25 Chris MasonBtrfs: Optimizations for the extent_buffer code
2008-09-25 Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2007-09-10 Chris MasonAdd support for defragging files via btrfsctl -d. ...
2007-08-29 YanBtrfs: ctree.c cleanups
2007-08-27 Chris MasonBtrfs: Do more extensive readahead during tree searches
2007-08-27 Yanfix block readahead in btrfs_next_leaf
2007-08-10 Chris MasonBtrfs: Add BH_Defrag to mark buffers that are in need...
2007-08-10 Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-08-07 Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...
2007-08-07 Chris MasonBtrfs: Fold some btree readahead routines into somethin...
2007-08-07 Chris MasonBtrfs: Do snapshot deletion in smaller chunks.
2007-07-11 AneeshBtrfs: Some code cleanups
2007-07-11 Zach BrownBtrfs: trivial include fixups
2007-06-28 Chris MasonBtrfs: crash recovery fixes
2007-06-22 Chris MasonBtrfs: Audit callers and return codes to make sure...
2007-06-13 Aneeshbtrfs: Code cleanup
2007-06-12 Chris MasonBtrfs: add GPLv2
2007-05-11 Chris MasonBtrfs: patch queue: fix corruption when splitting large...
2007-05-10 Chris MasonBtrfs: fix check_node and check_leaf to use less cpu
2007-04-30 Chris MasonBtrfs: allocator improvements, inode block groups
2007-04-21 Chris MasonBtrfs: add owner and type fields to the extents aand...
2007-04-20 Chris MasonBtrfs: node balance optimizations
2007-04-20 Chris MasonBtrfs: write barriers on commit, balance level before...
2007-04-18 Chris MasonBtrfs: working file_write, reorganized key flags
2007-04-17 Chris MasonBtrfs: rework csums and extent item ordering
2007-04-17 Chris MasonBtrfs: progress on file_write
2007-04-16 Chris MasonBtrfs: early work to file_write in big extents
2007-04-11 Chris MasonBtrfs: create a logical->phsyical block number mapping...
2007-04-10 Chris MasonBtrfs: drop owner and parentid
2007-04-05 Chris MasonBtrfs: uuids
2007-04-04 Chris MasonBtrfs: support for items bigger than 1/2 the blocksize
2007-04-04 Chris MasonBtrfs: early inline file data code
next