summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-15Btrfs: patch queue: page_mkwriteChris Mason1-2/+2
2007-06-12Btrfs: i386 fixes from axboeChris Mason1-1/+1
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-12Btrfs: printk fixesChris Mason1-4/+6
2007-06-12Btrfs: split up super.cChris Mason1-8/+38
2007-06-09Btrfs: remove device treeChris Mason1-218/+6
2007-06-09Btrfs: get forced transaction commits via workqueueChris Mason1-0/+4
2007-06-08Btrfs: add compat ioctlChris Mason1-2/+2
2007-05-21Btrfs: 2.6.21-git fixesChris Mason1-3/+0
2007-05-18Btrfs: allocator optimizations, truncate readaheadChris Mason1-3/+9
2007-05-10Btrfs: switch to crc32c instead of sha256Chris Mason1-6/+6
2007-05-10Btrfs: many allocator fixes, pretty solidChris Mason1-0/+1
2007-05-06Btrfs: more allocator enhancementsChris Mason1-1/+1
2007-05-02Btrfs: fix page cache memory leakChris Mason1-2/+6
2007-05-01Btrfs: directory readaheadChris Mason1-1/+28
2007-04-27Btrfs: allocator tweaksChris Mason1-3/+0
2007-04-27Btrfs: more block allocator workChris Mason1-1/+1
2007-04-27Btrfs: start of block group codeChris Mason1-0/+4
2007-04-25Btrfs: change around extent-tree preallocChris Mason1-1/+2
2007-04-21Btrfs: add owner and type fields to the extents aand block headersChris Mason1-0/+1
2007-04-20Btrfs: write barriers on commit, balance level before splitChris Mason1-1/+11
2007-04-20Btrfs: early fsync supportChris Mason1-0/+1
2007-04-19Btrfs: many file_write fixes, inline dataChris Mason1-0/+6
2007-04-17Btrfs: rework csums and extent item orderingChris Mason1-2/+0
2007-04-12Btrfs: add a device id to device itemsChris Mason1-11/+20
2007-04-12Btrfs: add disk ioctl, mostly workingChris Mason1-7/+121