aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Add block group pinned accounting backYan2008-09-251-0/+1
* Btrfs: Use writepages for the metadata tooChris Mason2008-09-251-3/+26
* Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason2008-09-251-1/+1
* Btrfs: Properly setup root key while reading the rootYan Zheng2008-09-251-0/+1
* Btrfs: Add back file data checksummingChris Mason2008-09-251-0/+1
* Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 alwaysChris Mason2008-09-251-1/+1
* Btrfs: Add back metadata checksummingChris Mason2008-09-251-60/+155
* Btrfs: extent_map optimizations to cut down on CPU usageChris Mason2008-09-251-10/+10
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-251-14/+11
* Btrfs: Add back the online defragging codeChris Mason2008-09-251-0/+60
* Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason2008-09-251-3/+3
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-34/+58
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-251-3/+6
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-251-2/+2
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-3/+14
* Btrfs: Avoid memcpy where possible in extent_buffersChris Mason2008-09-251-3/+3
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-211/+180
* Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason2008-09-251-2/+3
* Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason2007-09-111-5/+4
* Btrfs: Add more synchronization before creating a snapshotChris Mason2007-09-101-0/+1
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-291-2/+29
* Btrfs: delay commits during fsync to allow more writersJosef Bacik2007-08-101-0/+1
* Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason2007-08-081-2/+1
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-071-0/+8
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+0
* Btrfs: crash recovery fixesChris Mason2007-06-281-8/+14
* Btrfs: Fix super block updates during transaction commitChris Mason2007-06-261-3/+2
* Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason2007-06-221-14/+30
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-221-1/+1
* Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machinesChris Mason2007-06-221-24/+6
* Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason2007-06-181-0/+2
* Btrfs: patch queue: page_mkwriteChris Mason2007-06-151-2/+2
* Btrfs: i386 fixes from axboeChris Mason2007-06-121-1/+1
* Btrfs: add GPLv2Chris Mason2007-06-121-0/+18
* Btrfs: printk fixesChris Mason2007-06-121-4/+6
* Btrfs: split up super.cChris Mason2007-06-121-8/+38
* Btrfs: remove device treeChris Mason2007-06-091-218/+6
* Btrfs: get forced transaction commits via workqueueChris Mason2007-06-081-0/+4
* Btrfs: add compat ioctlChris Mason2007-06-081-2/+2
* Btrfs: 2.6.21-git fixesChris Mason2007-05-211-3/+0
* Btrfs: allocator optimizations, truncate readaheadChris Mason2007-05-181-3/+9
* Btrfs: switch to crc32c instead of sha256Chris Mason2007-05-101-6/+6
* Btrfs: many allocator fixes, pretty solidChris Mason2007-05-091-0/+1
* Btrfs: more allocator enhancementsChris Mason2007-05-061-1/+1
* Btrfs: fix page cache memory leakChris Mason2007-05-021-2/+6
* Btrfs: directory readaheadChris Mason2007-05-011-1/+28
* Btrfs: allocator tweaksChris Mason2007-04-271-3/+0
* Btrfs: more block allocator workChris Mason2007-04-271-1/+1
* Btrfs: start of block group codeChris Mason2007-04-261-0/+4
* Btrfs: change around extent-tree preallocChris Mason2007-04-251-1/+2