aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason
2008-09-25Btrfs: Add leak debugging for extent_buffer and extent_stateChris Mason
2008-09-25Btrfs: Use a higher default ra pagesChris Mason
2008-09-25Create a btrfs backing dev infoChris Mason
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Btrfs: Move device information into the super block so it can be scannedChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Btrfs: Allocator improvementsChris Mason
2008-09-25Btrfs: Create larger bios for btree blocksChris Mason
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason
2008-09-25Btrfs: Enable delalloc accountingChris Mason
2008-09-25Btrfs: mount -o max_inline=size to control the maximum inline extent sizeChris Mason
2008-09-25Btrfs: extent_io and extent_state optimizationsChris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason
2008-09-25Btrfs: Use blk_congestion_wait on older kernelsChris Mason
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason
2008-09-25Btrfs: Only delete roots from sysfs when they were added to sysfsChris Mason
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason
2008-09-25Btrfs: Add flush barriers on commitChris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Change tree block csum tagging to avoid false error messagesChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason
2008-09-25Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmountChris Mason
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason
2008-09-25Btrfs: Add simple stripe size parameterChris Mason
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason
2008-09-25Btrfs: Only limit btree writeback for pdflushChris Mason
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason
2008-09-25Btrfs: Add block group pinned accounting backYan
2008-09-25Btrfs: Use writepages for the metadata tooChris Mason
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Btrfs: Properly setup root key while reading the rootYan Zheng
2008-09-25Btrfs: Add back file data checksummingChris Mason
2008-09-25Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 alwaysChris Mason
2008-09-25Btrfs: Add back metadata checksummingChris Mason
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason
2008-09-25Btrfs: Add back the online defragging codeChris Mason