summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
AgeCommit message (Expand)Author
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: remove btree_get_extentNikolay Borisov
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: add a leak check for rootsJosef Bacik
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: make the fs root init functions staticJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Anand Jain
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik