aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason1-1/+1
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng1-2/+0
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-0/+1
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-0/+10
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-0/+2
2008-12-08Btrfs: superblock duplicationYan Zheng1-2/+15
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-0/+2
2008-11-06Btrfs: Add ordered async work queuesChris Mason1-1/+3
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+1
2008-09-25Btrfs: Tree logging fixesChris Mason1-0/+1
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-1/+7
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason1-0/+1
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason1-0/+1
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-6/+0
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-1/+0
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason1-1/+2
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-1/+1
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason1-3/+4
2008-09-25Btrfs: Create a work queue for bio writesChris Mason1-0/+3
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier supportChris Mason1-0/+1
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason1-0/+2
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason1-0/+2
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason1-1/+3
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-0/+2
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+1
2008-09-25Btrfs: Add data=ordered supportChris Mason1-0/+2
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason1-0/+2
2008-09-25Btrfs: Add back file data checksummingChris Mason1-0/+2
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-0/+7
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-4/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-44/+11
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-1/+1
2007-09-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason1-0/+2
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik1-1/+2
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-1/+0
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason1-0/+2
2007-06-28Btrfs: crash recovery fixesChris Mason1-0/+1
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason1-0/+3
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-05-02Btrfs: fix page cache memory leakChris Mason1-0/+2
2007-05-01Btrfs: directory readaheadChris Mason1-0/+6
2007-04-12Btrfs: add a device id to device itemsChris Mason1-0/+1
2007-04-12Btrfs: add disk ioctl, mostly workingChris Mason1-0/+6
2007-04-11Btrfs: create a logical->phsyical block number mapping schemeChris Mason1-0/+1
2007-04-09Btrfs: groundwork for subvolume and snapshot rootsChris Mason1-0/+2
2007-04-02Btrfs: still corruption huntingChris Mason1-3/+1
2007-03-29Btrfs: verify csums on readChris Mason1-0/+2
2007-03-28Btrfs: use a btree inode instead of sb_getblkChris Mason1-2/+3
2007-03-22Btrfs: transaction reworkChris Mason1-4/+4
2007-03-22Mountable btrfs, with readdirChris Mason1-23/+28