aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
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
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason
2007-09-10Btrfs: Add more synchronization before creating a snapshotChris Mason
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason
2007-07-11Btrfs: trivial include fixupsZach Brown
2007-06-28Btrfs: crash recovery fixesChris Mason
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason
2007-06-22Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason
2007-06-15Btrfs: patch queue: page_mkwriteChris Mason
2007-06-12Btrfs: i386 fixes from axboeChris Mason
2007-06-12Btrfs: add GPLv2Chris Mason
2007-06-12Btrfs: printk fixesChris Mason
2007-06-12Btrfs: split up super.cChris Mason
2007-06-09Btrfs: remove device treeChris Mason
2007-06-08Btrfs: get forced transaction commits via workqueueChris Mason
2007-06-08Btrfs: add compat ioctlChris Mason
2007-05-21Btrfs: 2.6.21-git fixesChris Mason
2007-05-18Btrfs: allocator optimizations, truncate readaheadChris Mason
2007-05-10Btrfs: switch to crc32c instead of sha256Chris Mason
2007-05-09Btrfs: many allocator fixes, pretty solidChris Mason
2007-05-06Btrfs: more allocator enhancementsChris Mason
2007-05-02Btrfs: fix page cache memory leakChris Mason
2007-05-01Btrfs: directory readaheadChris Mason
2007-04-27Btrfs: allocator tweaksChris Mason
2007-04-27Btrfs: more block allocator workChris Mason
2007-04-26Btrfs: start of block group codeChris Mason
2007-04-25Btrfs: change around extent-tree preallocChris Mason
2007-04-20Btrfs: add owner and type fields to the extents aand block headersChris Mason
2007-04-20Btrfs: write barriers on commit, balance level before splitChris Mason