summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason1-3/+23
2008-09-25Btrfs: Add flush barriers on commitChris Mason1-0/+5
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+7
2008-09-25Btrfs: Add data=ordered supportChris Mason1-1/+15
2008-09-25Btrfs: Change tree block csum tagging to avoid false error messagesChris Mason1-10/+36
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason1-0/+5
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason1-8/+24
2008-09-25Btrfs: Implement basic support for -ENOSPCChris Mason1-1/+4
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-1/+4
2008-09-25Btrfs: Add mount option to enforce a max extent sizeChris Mason1-0/+1
2008-09-25Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmountChris Mason1-0/+10
2008-09-25Btrfs: Add mount -o nodatasum to turn of file data checksummingChris Mason1-0/+1
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason1-1/+1
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason1-1/+1
2008-09-25Btrfs: Add simple stripe size parameterChris Mason1-5/+10
2008-09-25Btrfs: Add efficient dirty accounting to the extent_map treeChris Mason1-1/+6
2008-09-25Btrfs: Fine tune the btree writeback exclusion some moreChris Mason1-0/+4
2008-09-25Btrfs: Only limit btree writeback for pdflushChris Mason1-1/+1
2008-09-25Btrfs: Limit btree writeback to prevent seeksChris Mason1-0/+9
2008-09-25Btrfs: Add block group pinned accounting backYan1-0/+1
2008-09-25Btrfs: Use writepages for the metadata tooChris Mason1-3/+26
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-1/+1
2008-09-25Btrfs: Properly setup root key while reading the rootYan Zheng1-0/+1
2008-09-25Btrfs: Add back file data checksummingChris Mason1-0/+1
2008-09-25Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 alwaysChris Mason1-1/+1
2008-09-25Btrfs: Add back metadata checksummingChris Mason1-60/+155
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason1-10/+10
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason1-14/+11
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-0/+60
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason1-3/+3
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-34/+58
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason1-3/+6
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason1-2/+2
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason1-3/+14
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason1-3/+3
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-211/+180
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-2/+3
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason1-5/+4
2007-09-11Btrfs: Add more synchronization before creating a snapshotChris Mason1-0/+1
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik1-2/+29
2007-08-11Btrfs: delay commits during fsync to allow more writersJosef Bacik1-0/+1
2007-08-09Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason1-2/+1
2007-08-08Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-0/+8
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-28Btrfs: crash recovery fixesChris Mason1-8/+14
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason1-3/+2
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason1-14/+30
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-1/+1
2007-06-22Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason1-24/+6
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason1-0/+2