Btrfs: Don't loop forever on metadata IO failures
[safe/jmp/linux-2.6] / fs / btrfs / ctree.c
2009-05-14 Chris MasonBtrfs: Don't loop forever on metadata IO failures
2009-04-20 Chris MasonBtrfs: use the right node in reada_for_balance
2009-04-02 Stoyan GaydarovBtrfs: BUG to BUG_ON changes
2009-04-03 Chris MasonBtrfs: Optimize locking in btrfs_next_leaf()
2009-04-03 Chris MasonBtrfs: break up btrfs_search_slot into smaller pieces
2009-03-24 Chris MasonBtrfs: limit balancing work while flushing delayed...
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-03-24 Chris MasonBtrfs: reduce stack usage in some crucial tree balancin...
2009-03-24 Chris MasonBtrfs: do extent allocation and reference count updates...
2009-03-24 Chris MasonBtrfs: don't preallocate metadata blocks during btrfs_s...
2009-03-09 Chris MasonBtrfs: fix spinlock assertions on UP systems
2009-02-12 Chris MasonBtrfs: make a lockdep class for the extent buffer locks
2009-02-12 Jeff MahoneyBtrfs: remove btrfs_init_path
2009-02-12 Jeff MahoneyBtrfs: balance_level checks !child after access
2009-02-09 Chris MasonBtrfs: don't use spin_is_contended
2009-02-04 Chris MasonBtrfs: Only prep for btree deletion balances when nodes...
2009-02-04 Chris MasonBtrfs: fix btrfs_unlock_up_safe to walk the entire...
2009-02-04 Chris MasonBtrfs: change btrfs_del_leaf to drop locks earlier
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Chris MasonBtrfs: hash_lock is no longer needed
2009-01-22 Chris MasonBtrfs: do less aggressive btree readahead
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-12-17 Yan ZhengBtrfs: properly check free space for tree balancing
2008-12-15 Chris MasonBtrfs: Fix compressed writes on truncated pages
2008-12-10 Chris MasonBtrfs: Delete csum items when freeing extents
2008-12-08 Chris MasonBtrfs: Use map_private_extent_buffer during generic_bin...
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-11-18 Liu HuiBtrfs: Some fixes for batching extent insert.
2008-11-18 Yan ZhengBtrfs: Seed device support
2008-11-12 Josef BacikBtrfs: batch extent inserts/updates/deletions on the...
2008-11-13 Chris MasonBtrfs: Improve metadata read latencies
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Yan ZhengBtrfs: Improve space balancing code
2008-10-09 Yan ZhengBtrfs: Remove offset field from struct btrfs_extent_ref
2008-10-01 Chris MasonBtrfs: don't read leaf blocks containing only checksums...
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-26 Zheng YanBtrfs: update space balancing code
2008-09-26 Zheng YanBtrfs: extent_map and data=ordered fixes for space...
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Chris MasonFix leaf overflow check in btrfs_insert_empty_items
2008-09-25 Christoph HellwigBtrfs: trivial sparse fixes
2008-09-25 Christoph HellwigBtrfs: missing endianess conversion in insert_new_root
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
next