summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova2017-04-181-2/+2
* btrfs: constify input buffer of btrfs_csum_dataDavid Sterba2017-02-281-1/+1
* btrfs: merge two superblock writing helpersDavid Sterba2017-02-171-2/+1Star
* btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-2/+1Star
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-11/+12
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-2/+1Star
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-2/+2
* btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-11-301-1/+1
* btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-301-2/+0Star
* Btrfs: fix memory leak of block group cacheLiu Bo2016-09-261-0/+2
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-271-0/+2
|\
| * btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-251-0/+2
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-051-1/+2
|\|
| * btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-1/+2
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-1/+1
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-1/+1
* | Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-1/+1
|/
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-2/+2
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-2/+2
* | btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba2015-12-071-1/+0Star
|/
* Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain2015-10-011-0/+2
* btrfs: Add raid56 support for updatingZhao Lei2015-08-311-0/+1
* Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-161-2/+2
* btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-121-1/+1
* btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba2014-12-121-1/+1
* btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba2014-12-121-1/+1
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-041-4/+3Star
|\
| * btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba2014-10-021-1/+1
| * btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-021-1/+1
| * btrfs: return void from readahead_tree_blockDavid Sterba2014-10-021-1/+1
| * btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-021-2/+1Star
* | btrfs: use slab for end_io_wq structuresDavid Sterba2014-10-021-0/+2
* | btrfs: use enum for wq endio metadata typeDavid Sterba2014-10-021-2/+2
|/
* Btrfs: implement repair function when direct read failsMiao Xie2014-09-171-0/+1
* btrfs: make close_ctree return voidDavid Sterba2014-09-171-1/+1
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-101-0/+1
* Btrfs: add a sanity test for btrfs_split_itemJosef Bacik2013-11-121-0/+4
* Btrfs: fix oops caused by the space balance and dead rootsMiao Xie2013-10-111-2/+11
* 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/+0Star
* Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo2013-05-061-1/+1
* Btrfs: cleanup unused functionLiu Bo2013-04-291-1/+0Star
* 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/+0Star
* Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-061-1/+2