summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-15/+1
* btrfs: use the page cache for super block readingJohannes Thumshirn2020-03-231-3/+3
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-2/+2
* btrfs: add a leak check for rootsJosef Bacik2020-03-231-1/+8
* btrfs: make the init of static elements in fs_info separateJosef Bacik2020-03-231-0/+1
* btrfs: export and rename free_fs_infoJosef Bacik2020-03-231-0/+1
* btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik2020-03-231-0/+4
* btrfs: make the fs root init functions staticJosef Bacik2020-03-231-3/+0
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-6/+0
* btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik2020-03-231-2/+0
* btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik2020-03-231-0/+2
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-2/+2
* btrfs: add __cold attribute to more functionsDavid Sterba2019-11-181-2/+2
* btrfs: Make reada_tree_block_flagged privateNikolay Borisov2019-09-091-2/+0
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-2/+0
* btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba2019-04-291-1/+0
* btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba2019-04-291-2/+1
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-1/+1
* btrfs: move tree block wait and write helpers to tree-logDavid Sterba2019-04-291-2/+0
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-04-291-0/+3
* btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-171-5/+5
* btrfs: unify end_io callbacks of async_submit_bioDavid Sterba2018-08-061-2/+3
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-3/+5
* btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba2018-03-311-2/+2
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: remove unused function btrfs_async_submit_limit()Anand Jain2018-03-261-1/+0
* btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba2018-01-221-0/+3
* btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-0/+8
* btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-161-2/+0
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-6/+6
|\
| * btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton2017-06-191-1/+1
| * Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-3/+3
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-6/+6
|/
* 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/+1
* btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-2/+1
* 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/+1
* 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/+0
* 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-261-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-041-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-261-1/+1
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-1/+1