aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-2/+2
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba1-2/+2
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov1-2/+0
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-2/+0
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba1-1/+0
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba1-2/+1
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-1/+1
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba1-2/+0
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo1-0/+3
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba1-5/+5
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba1-2/+3
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+4
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-3/+5
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba1-2/+2
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Anand Jain1-1/+0
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba1-0/+3
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba1-0/+8
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo1-2/+0
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-6/+6
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton1-1/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-3/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-6/+6
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova1-2/+2
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba1-1/+1
2017-02-17btrfs: merge two superblock writing helpersDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-2/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-11/+12
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-2/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-2/+2
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan1-1/+1
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba1-2/+0
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo1-0/+2
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney1-0/+2
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-1/+2
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-1/+1
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-1/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+2
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-2/+2
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba1-1/+0
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