aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Btrfs: remove superblock writing after fatal errorStefan Behrens1-1/+1
2012-07-10Btrfs: added helper to create new treesArne Jansen1-0/+6
2012-05-30btrfs: Drop unused function btrfs_abort_devices()Asias He1-1/+0
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason1-1/+2
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-0/+4
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-1/+1
2012-03-22btrfs: clean_tree_block should panic on observed memory corruption and return voidJeff Mahoney1-2/+2
2012-01-08btrfs: take allocation of ->tree_root into open_ctree()Al Viro1-2/+0
2012-01-08btrfs: make open_ctree() return intAl Viro1-3/+3
2012-01-08btrfs: sanitizing ->fs_info, part 4Al Viro1-0/+2
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-0/+2
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason1-2/+0
2011-10-02btrfs: add READAHEAD extent buffer flagArne Jansen1-0/+2
2011-07-27Btrfs: make a lockdep class for each rootChris Mason1-3/+7
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-18/+0
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-0/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba1-7/+0
2011-05-04btrfs: remove unused function prototypesDavid Sterba1-11/+0
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+1
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