aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Btrfs: forced readonly mounts on errorsGravatar liubo 1-0/+1
2010-05-25Btrfs: use async helpers for DIO write checksummingGravatar Chris Mason 1-1/+1
2010-05-25Btrfs: Metadata ENOSPC handling for tree logGravatar Yan, Zheng 1-2/+0
2009-03-24Btrfs: leave btree locks spinning more oftenGravatar Chris Mason 1-0/+1
2009-02-12Btrfs: make a lockdep class for the extent buffer locksGravatar Chris Mason 1-0/+10
2009-01-21Btrfs: fix tree logs parallel syncGravatar Yan Zheng 1-0/+2
2008-12-08Btrfs: superblock duplicationGravatar Yan Zheng 1-2/+15
2008-11-12Btrfs: mount ro and remount supportGravatar Yan Zheng 1-0/+2
2008-11-06Btrfs: Add ordered async work queuesGravatar Chris Mason 1-1/+3
2008-10-29Btrfs: Add zlib compression supportGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Tree logging fixesGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsGravatar Chris Mason 1-1/+7
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Online btree defragmentation fixesGravatar Chris Mason 1-6/+0
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsGravatar Chris Mason 1-1/+0
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesGravatar Chris Mason 1-1/+2
2008-09-25Btrfs: Handle write errors on raid1 and raid10Gravatar Chris Mason 1-1/+1
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksGravatar Chris Mason 1-3/+4
2008-09-25Btrfs: Create a work queue for bio writesGravatar Chris Mason 1-0/+3
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Gravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Handle data block end_io through the async work queueGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Add support for device scanning and detection ioctlsGravatar Chris Mason 1-1/+3
2008-09-25Btrfs: Add support for multiple devices per filesystemGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Add data=ordered supportGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Gravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Add back file data checksummingGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Add back the online defragging codeGravatar Chris Mason 1-0/+7
2008-09-25Btrfs: Allow tree blocks larger than the page sizeGravatar Chris Mason 1-4/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesGravatar Chris Mason 1-44/+11
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksGravatar Chris Mason 1-1/+1
2007-09-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeGravatar Chris Mason 1-0/+2
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesGravatar Josef Bacik 1-1/+2
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsGravatar Chris Mason 1-1/+0
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingGravatar Chris Mason 1-0/+2
2007-06-28Btrfs: crash recovery fixesGravatar Chris Mason 1-0/+1
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Gravatar Chris Mason 1-0/+3
2007-06-12Btrfs: add GPLv2Gravatar Chris Mason 1-0/+18
2007-05-02Btrfs: fix page cache memory leakGravatar Chris Mason 1-0/+2
2007-05-01Btrfs: directory readaheadGravatar Chris Mason 1-0/+6
2007-04-12Btrfs: add a device id to device itemsGravatar Chris Mason 1-0/+1
2007-04-12Btrfs: add disk ioctl, mostly workingGravatar Chris Mason 1-0/+6
2007-04-11Btrfs: create a logical->phsyical block number mapping schemeGravatar Chris Mason 1-0/+1
2007-04-09Btrfs: groundwork for subvolume and snapshot rootsGravatar Chris Mason 1-0/+2
2007-04-02Btrfs: still corruption huntingGravatar Chris Mason 1-3/+1
2007-03-29Btrfs: verify csums on readGravatar Chris Mason 1-0/+2
2007-03-28Btrfs: use a btree inode instead of sb_getblkGravatar Chris Mason 1-2/+3
2007-03-22Btrfs: transaction reworkGravatar Chris Mason 1-4/+4