summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move lockdep class helpers to locking.cJosef Bacik2022-08-171-10/+0
* btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig2022-07-251-3/+3
* btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-10/+0
* btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig2022-07-251-1/+0
* btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba2022-05-161-2/+1
* btrfs: do not return errors from btrfs_submit_metadata_bioChristoph Hellwig2022-05-161-2/+1
* btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig2022-05-161-1/+1
* btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana2022-05-161-2/+2
* btrfs: add code to support the block group rootJosef Bacik2022-03-141-0/+2
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-12/+6
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-0/+6
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-1/+7
* btrfs: add a btrfs_block_group_root() helperJosef Bacik2022-01-031-0/+5
* btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo2021-10-261-3/+0
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-1/+1
* btrfs: split alloc_log_tree()Naohiro Aota2021-02-091-0/+2
* btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo2020-12-091-1/+1
* btrfs: clear oneshot options on mount and remountBoris Burkov2020-12-091-0/+1
* btrfs: lift read-write mount setup from mount and remountBoris Burkov2020-12-091-0/+1
* btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov2020-12-091-0/+2
* btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo2020-12-081-1/+1
* btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-081-1/+2
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-2/+2
* btrfs: cleanup extent buffer readaheadJosef Bacik2020-12-081-1/+0
* btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo2020-12-081-4/+4
* btrfs: generate lockdep keyset names at compile timeDavid Sterba2020-12-081-3/+0
* btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik2020-10-261-0/+3
* btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov2020-10-071-0/+2
* btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov2020-10-071-1/+3
* btrfs: remove btree_get_extentNikolay Borisov2020-10-071-3/+0
* btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo2020-07-271-0/+2
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-2/+1
* btrfs: get rid of endio_repair_workersOmar Sandoval2020-05-251-1/+0
* 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