summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie2013-06-141-0/+21
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-3/+8
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-2/+0
* Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo2013-05-061-1/+1
* Btrfs: cleanup unused functionLiu Bo2013-04-291-1/+0
* Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-0/+7
* Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo2012-12-121-2/+2
* Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens2012-10-091-0/+2
* Btrfs: remove superblock writing after fatal errorStefan Behrens2012-08-281-1/+1
* Btrfs: added helper to create new treesArne Jansen2012-07-101-0/+6
* btrfs: Drop unused function btrfs_abort_devices()Asias He2012-05-301-1/+0
* Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-061-1/+2
* btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-0/+4
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-1/+1
* btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney2012-03-221-2/+2
* btrfs: take allocation of ->tree_root into open_ctree()Al Viro2012-01-081-2/+0
* btrfs: make open_ctree() return intAl Viro2012-01-081-3/+3
* btrfs: sanitizing ->fs_info, part 4Al Viro2012-01-081-0/+2
* Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-0/+2
|\
| * btrfs: add READAHEAD extent buffer flagArne Jansen2011-10-021-0/+2
* | Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason2011-11-061-2/+0
|/
* Btrfs: make a lockdep class for each rootChris Mason2011-07-271-3/+7
* Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-18/+0
|\
| * btrfs: remove all unused functionsDavid Sterba2011-05-061-7/+0
| * btrfs: remove unused function prototypesDavid Sterba2011-05-041-11/+0
* | btrfs: implement delayed inode items operationMiao Xie2011-05-211-0/+1
|/
* Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+1
* Btrfs: use async helpers for DIO write checksummingChris Mason2010-05-251-1/+1
* Btrfs: Metadata ENOSPC handling for tree logYan, Zheng2010-05-251-2/+0
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-0/+1
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-121-0/+10
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-211-0/+2
* Btrfs: superblock duplicationYan Zheng2008-12-081-2/+15
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-0/+2
* Btrfs: Add ordered async work queuesChris Mason2008-11-061-1/+3
* Btrfs: Add zlib compression supportChris Mason2008-10-291-0/+1
* Btrfs: Tree logging fixesChris Mason2008-09-251-0/+1
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-1/+7
* Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason2008-09-251-0/+1
* Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason2008-09-251-0/+1
* Btrfs: Online btree defragmentation fixesChris Mason2008-09-251-6/+0
* Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason2008-09-251-1/+0
* Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason2008-09-251-1/+2
* Btrfs: Handle write errors on raid1 and raid10Chris Mason2008-09-251-1/+1
* Btrfs: Pass down the expected generation number when reading tree blocksChris Mason2008-09-251-3/+4
* Btrfs: Create a work queue for bio writesChris Mason2008-09-251-0/+3
* Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Chris Mason2008-09-251-0/+1
* Btrfs: Handle data block end_io through the async work queueChris Mason2008-09-251-0/+2
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-251-0/+2
* Btrfs: Add support for device scanning and detection ioctlsChris Mason2008-09-251-1/+3