aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAge
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-25
* Btrfs: Use blk_congestion_wait on older kernelsChris Mason2008-09-25
* Rework btrfs_drop_inode to avoid schedulingChris Mason2008-09-25
* Btrfs: Only delete roots from sysfs when they were added to sysfsChris Mason2008-09-25
* Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason2008-09-25
* Btrfs: Add flush barriers on commitChris Mason2008-09-25
* Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason2008-09-25
* Btrfs: Add data=ordered supportChris Mason2008-09-25
* Btrfs: Change tree block csum tagging to avoid false error messagesChris Mason2008-09-25
* Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason2008-09-25
* Btrfs: Support for online FS resize (grow and shrink)Chris Mason2008-09-25
* Btrfs: Implement basic support for -ENOSPCChris Mason2008-09-25
* Btrfs: Back port to 2.6.18-el kernelsChris Mason2008-09-25
* Btrfs: Add mount option to enforce a max extent sizeChris Mason2008-09-25
* Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmountChris Mason2008-09-25
* Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason2008-09-25
* Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason2008-09-25
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-25
* Btrfs: Add simple stripe size parameterChris Mason2008-09-25
* Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason2008-09-25
* Btrfs: Fine tune the btree writeback exclusion some moreChris Mason2008-09-25
* Btrfs: Only limit btree writeback for pdflushChris Mason2008-09-25
* Btrfs: Limit btree writeback to prevent seeksChris Mason2008-09-25
* Btrfs: Add block group pinned accounting backYan2008-09-25
* Btrfs: Use writepages for the metadata tooChris Mason2008-09-25
* Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason2008-09-25
* Btrfs: Properly setup root key while reading the rootYan Zheng2008-09-25
* Btrfs: Add back file data checksummingChris Mason2008-09-25
* Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 alwaysChris Mason2008-09-25
* Btrfs: Add back metadata checksummingChris Mason2008-09-25
* Btrfs: extent_map optimizations to cut down on CPU usageChris Mason2008-09-25
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-25
* Btrfs: Add back the online defragging codeChris Mason2008-09-25
* Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason2008-09-25
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-25
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-25
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-25
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-25
* Btrfs: Avoid memcpy where possible in extent_buffersChris Mason2008-09-25
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-25
* Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason2008-09-25
* Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason2007-09-11
* Btrfs: Add more synchronization before creating a snapshotChris Mason2007-09-10
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-29
* Btrfs: delay commits during fsync to allow more writersJosef Bacik2007-08-10
* Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason2007-08-08
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-07
* Btrfs: trivial include fixupsZach Brown2007-07-11
* Btrfs: crash recovery fixesChris Mason2007-06-28
* Btrfs: Fix super block updates during transaction commitChris Mason2007-06-26