aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.h
AgeCommit message (Expand)Author
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason
2011-10-02btrfs: add READAHEAD extent buffer flagArne Jansen
2011-07-27Btrfs: make a lockdep class for each rootChris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-04btrfs: remove unused function prototypesDavid Sterba
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng
2008-12-08Btrfs: superblock duplicationYan Zheng
2008-11-12Btrfs: mount ro and remount supportYan Zheng
2008-11-06Btrfs: Add ordered async work queuesChris Mason
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-25Btrfs: Tree logging fixesChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason
2008-09-25Btrfs: Create a work queue for bio writesChris Mason
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason
2008-09-25Btrfs: Handle data block end_io through the async work queueChris Mason
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason
2008-09-25Btrfs: Add support for device scanning and detection ioctlsChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Add back file data checksummingChris Mason
2008-09-25Btrfs: Add back the online defragging codeChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris 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-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason
2007-06-28Btrfs: crash recovery fixesChris Mason
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason
2007-06-12Btrfs: add GPLv2Chris Mason
2007-05-02Btrfs: fix page cache memory leakChris Mason
2007-05-01Btrfs: directory readaheadChris Mason