aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain1-0/+2
2015-08-31btrfs: Add raid56 support for updatingZhao Lei1-0/+1
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler1-2/+2
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba1-1/+1
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba1-1/+1
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba1-1/+1
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-4/+3
2014-10-02btrfs: use slab for end_io_wq structuresDavid Sterba1-0/+2
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba1-2/+2
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba1-1/+1
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba1-1/+1
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba1-1/+1
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba1-2/+1
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-0/+1
2014-09-17btrfs: make close_ctree return voidDavid Sterba1-1/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+1
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik1-0/+4
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsMiao Xie1-2/+11
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie1-0/+21
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-3/+8
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+0
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-1/+1
2013-04-29Btrfs: cleanup unused functionLiu Bo1-1/+0
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-0/+7
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-2/+2
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens1-0/+2
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