Drop locks in btrfs_search_slot when reading a tree block.
[pandora-kernel.git] / fs / btrfs / disk-io.c
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 Chris MasonBtrfs: Add a mount option to control worker thread...
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...
2008-09-25 Christoph Hellwigbtrfs: sanity mount option parsing and early mount...
2008-09-25 Jan EngelhardtBtrfs: bdi_init and bdi_destroy come with 2.6.23
2008-09-25 Chris MasonBtrfs: Always use the async submission queue for checks...
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 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: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Fixes for 2.6.18 enterprise kernels
2008-09-25 Chris MasonBtrfs: Deal with failed writes in mirrored configurations
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: Make the resizer work based on shrinking and...
2008-09-25 Chris MasonBtrfs: Add failure handling for read_sys_array
2008-09-25 Chris MasonBtrfs: Fix the unplug_io_fn to grab a consistent copy...
2008-09-25 Chris MasonDeal with page == NULL in the btrfs_unplug_io_fn
2008-09-25 Chris MasonBtrfs: Make an unplug function that doesn't unplug...
2008-09-25 Chris MasonBtrfs: Remove debugging statements from the invalidatep...
2008-09-25 Chris MasonBtrfs: Scale the bdi ra_pages by the number of devices...
2008-09-25 Chris MasonForce page->private removal in btrfs_invalidatepage
2008-09-25 Chris MasonBtrfs: Set the btree inode i_size to OFFSET_MAX
2008-09-25 Chris MasonBtrfs: Don't drop extent_map cache during releasepage...
2008-09-25 Chris MasonBtrfs: Only do async bio submission for pdflush
2008-09-25 Chris MasonBtrfs: Create a work queue for bio writes
2008-09-25 Chris MasonBtrfs: Add chunk uuids and update multi-device back...
2008-09-25 Chris MasonBtrfs: A few updates for 2.6.18 and versions older...
2008-09-25 MiguelBtrfs: bio_endio support for linux 2.6.23 and older.
2008-09-25 MiguelBtrfs: Endianess bug fix for v0.13 with kernels
2008-09-25 Chris MasonBtrfs: Add extra checks to avoid removing extent_state...
2008-09-25 Chris MasonBtrfs: Write out all super blocks on commit, and bring...
2008-09-25 Chris MasonBtrfs: Retry metadata reads in the face of checksum...
2008-09-25 Chris MasonBtrfs: Handle data block end_io through the async work...
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonBtrfs: Add additional debugging for metadata checksum...
2008-09-25 Chris MasonBtrfs: Fix allocation profile init
2008-09-25 Chris MasonBtrfs: Add support for duplicate blocks on a single...
2008-09-25 Chris MasonBtrfs: Add support for mirroring across drives
2008-09-25 Chris MasonBtrfs: Verify checksums on tree blocks found without...
2008-09-25 YanFix btrfs_fill_super to return -EINVAL when no FS found
2008-09-25 Chris MasonReorder the flags field in struct btrfs_header and...
2008-09-25 Chris MasonBtrfs: Add leak debugging for extent_buffer and extent_...
2008-09-25 Chris MasonBtrfs: Use a higher default ra pages
2008-09-25 Chris MasonCreate a btrfs backing dev info
2008-09-25 Chris MasonBtrfs: Implement raid0 when multiple devices are present
2008-09-25 Chris MasonBtrfs: Add support for device scanning and detection...
2008-09-25 Chris MasonBtrfs: Bring back mount -o ssd optimizations
2008-09-25 Chris MasonBtrfs: Move device information into the super block...
2008-09-25 Chris MasonBtrfs: Dynamic chunk and block group allocation
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonBtrfs: Allocator improvements
2008-09-25 Chris MasonBtrfs: Create larger bios for btree blocks
2008-09-25 Chris MasonBtrfs: Add data block hints to SSD mode too
2008-09-25 Chris MasonBtrfs: Enable delalloc accounting
2008-09-25 Chris MasonBtrfs: mount -o max_inline=size to control the maximum...
2008-09-25 Chris MasonBtrfs: extent_io and extent_state optimizations
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25 Chris MasonBtrfs: Use blk_congestion_wait on older kernels
2008-09-25 Chris MasonRework btrfs_drop_inode to avoid scheduling
2008-09-25 Chris MasonBtrfs: Only delete roots from sysfs when they were...
2008-09-25 Chris MasonBtrfs: Fix extent_buffer usage when nodesize != leafsize
2008-09-25 Chris MasonBtrfs: Add flush barriers on commit
2008-09-25 Chris MasonBtrfs: Add some simple throttling to wait for data...
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: Change tree block csum tagging to avoid false...
2008-09-25 Chris MasonBtrfs: Reduce stack usage in the resizer, fix 32 bit...
2008-09-25 Chris MasonBtrfs: Support for online FS resize (grow and shrink)
2008-09-25 Chris MasonBtrfs: Implement basic support for -ENOSPC
2008-09-25 Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25 Chris MasonBtrfs: Add mount option to enforce a max extent size
2008-09-25 Chris MasonBtrfs: Fix extent_map and extent_state leaks by flushin...
2008-09-25 Chris MasonBtrfs: Add mount -o nodatasum to turn of file data...
2008-09-25 Chris MasonBtrfs: Add lowest key information to back refs for...
2008-09-25 Chris MasonBtrfs: Add back pointers from extents to the btree...
2008-09-25 Chris MasonBtrfs: Add simple stripe size parameter
2008-09-25 Chris MasonBtrfs: Add efficient dirty accounting to the extent_map...
2008-09-25 Chris MasonBtrfs: Fine tune the btree writeback exclusion some...
2008-09-25 Chris MasonBtrfs: Only limit btree writeback for pdflush
2008-09-25 Chris MasonBtrfs: Limit btree writeback to prevent seeks
2008-09-25 YanBtrfs: Add block group pinned accounting back
2008-09-25 Chris MasonBtrfs: Use writepages for the metadata too
2008-09-25 Chris MasonBtrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
2008-09-25 Yan ZhengBtrfs: Properly setup root key while reading the root
2008-09-25 Chris MasonBtrfs: Add back file data checksumming
2008-09-25 Chris MasonBtrfs: balance_dirty_pages_ratelimited is causing probl...
2008-09-25 Chris MasonBtrfs: Add back metadata checksumming
2008-09-25 Chris MasonBtrfs: extent_map optimizations to cut down on CPU...
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: Use an array of pages in the extent buffers...
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Change the remaining radix trees used by extent...
next