aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: use named constant for bdev blocksizeGravatar David Sterba 1-0/+8
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresGravatar Qu Wenruo 1-2/+0
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+6
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnGravatar Jeff Layton 1-1/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataGravatar Josef Bacik 1-3/+3
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-6/+6
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-02-28btrfs: constify input buffer of btrfs_csum_dataGravatar David Sterba 1-1/+1
2017-02-17btrfs: merge two superblock writing helpersGravatar David Sterba 1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockGravatar David Sterba 1-2/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-11/+12
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-2/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadGravatar Jeff Mahoney 1-2/+2
2016-11-30btrfs: change btrfs_csum_final result param type to u8Gravatar Domagoj Tršan 1-1/+1
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockGravatar David Sterba 1-2/+0
2016-09-26Btrfs: fix memory leak of block group cacheGravatar Liu Bo 1-0/+2
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansGravatar Jeff Mahoney 1-0/+2
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-07-26btrfs: tests, require fs_info for rootGravatar Jeff Mahoney 1-1/+2
2016-06-07btrfs: use bio fields for op and flagsGravatar Mike Christie 1-1/+1
2016-06-02Btrfs: self-tests: Support non-4k page sizeGravatar Feifei Xu 1-1/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 1-2/+2
2016-01-07Btrfs: use linux/sizes.h to represent constantsGravatar Byongho Lee 1-2/+2
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateGravatar David Sterba 1-1/+0
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBGravatar Anand Jain 1-0/+2
2015-08-31btrfs: Add raid56 support for updatingGravatar Zhao Lei 1-0/+1
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedGravatar Daniel Dressler 1-2/+2
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockGravatar David Sterba 1-1/+1
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedGravatar David Sterba 1-1/+1
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockGravatar David Sterba 1-1/+1
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 1-4/+3
2014-10-02btrfs: use slab for end_io_wq structuresGravatar David Sterba 1-0/+2
2014-10-02btrfs: use enum for wq endio metadata typeGravatar David Sterba 1-2/+2
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockGravatar David Sterba 1-1/+1
2014-10-02btrfs: remove parameter blocksize from read_tree_blockGravatar David Sterba 1-1/+1
2014-10-02btrfs: return void from readahead_tree_blockGravatar David Sterba 1-1/+1
2014-10-02btrfs: remove unused parameter from readahead_tree_blockGravatar David Sterba 1-2/+1
2014-09-17Btrfs: implement repair function when direct read failsGravatar Miao Xie 1-0/+1
2014-09-17btrfs: make close_ctree return voidGravatar David Sterba 1-1/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeGravatar Josef Bacik 1-0/+1
2013-11-11Btrfs: add a sanity test for btrfs_split_itemGravatar Josef Bacik 1-0/+4
2013-10-10Btrfs: fix oops caused by the space balance and dead rootsGravatar Miao Xie 1-2/+11
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeGravatar Miao Xie 1-0/+21
2013-06-14Btrfs: cleanup the similar code of the fs root readGravatar Miao Xie 1-3/+8
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-2/+0
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataGravatar Liu Bo 1-1/+1
2013-04-29Btrfs: cleanup unused functionGravatar Liu Bo 1-1/+0
2013-02-01Btrfs: RAID5 and RAID6Gravatar David Woodhouse 1-0/+7