aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-4/+12
2024-03-04btrfs: add forward declarations and headers, part 1Gravatar David Sterba 1-0/+4
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureGravatar Filipe Manana 1-1/+1
2023-12-15btrfs: move one shot mount option clearing to super.cGravatar Josef Bacik 1-1/+0
2023-12-15btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.hGravatar Filipe Manana 1-2/+0
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-1/+2
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticGravatar Filipe Manana 1-1/+0
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferGravatar Christoph Hellwig 1-3/+2
2023-06-19btrfs: move btrfs_verify_level_key into tree-checker.cGravatar Josef Bacik 1-2/+0
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyGravatar Josef Bacik 1-2/+2
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockGravatar Josef Bacik 1-1/+2
2023-02-15btrfs: remove now spurious bio submission helpersGravatar Christoph Hellwig 1-1/+0
2023-02-15btrfs: support cloned bios in btree_csum_one_bioGravatar Christoph Hellwig 1-1/+1
2023-02-15btrfs: handle checksum generation in the storage layerGravatar Christoph Hellwig 1-8/+1
2023-02-15btrfs: open code the submit_bio_start helpersGravatar Christoph Hellwig 1-1/+0
2023-01-03btrfs: fix compat_ro checks against remountGravatar Qu Wenruo 1-1/+1
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hGravatar Christoph Hellwig 1-29/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureGravatar Qu Wenruo 1-4/+32
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_metadata_bioGravatar David Sterba 1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_wq_submit_bioGravatar David Sterba 1-1/+1
2022-12-05btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersGravatar David Sterba 1-2/+1
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioGravatar David Sterba 1-2/+10
2022-12-05btrfs: remove unused function prototypesGravatar Josef Bacik 1-4/+0
2022-12-05btrfs: move btrfs_get_block_group helper out of disk-io.hGravatar Josef Bacik 1-7/+1
2022-10-24btrfs: make thaw time super block check to also verify checksumGravatar Qu Wenruo 1-0/+2
2022-09-26btrfs: relax block-group-tree feature dependency checksGravatar Qu Wenruo 1-0/+1
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Gravatar Qu Wenruo 1-1/+1
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeGravatar Qu Wenruo 1-1/+3
2022-08-17btrfs: move lockdep class helpers to locking.cGravatar Josef Bacik 1-10/+0
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyGravatar Christoph Hellwig 1-3/+3
2022-07-25btrfs: remove btrfs_end_io_wqGravatar Christoph Hellwig 1-10/+0
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioGravatar Christoph Hellwig 1-1/+0
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioGravatar David Sterba 1-2/+1
2022-05-16btrfs: do not return errors from btrfs_submit_metadata_bioGravatar Christoph Hellwig 1-2/+1
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioGravatar Christoph Hellwig 1-1/+1
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Gravatar Filipe Manana 1-2/+2
2022-03-14btrfs: add code to support the block group rootGravatar Josef Bacik 1-0/+2
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeGravatar Josef Bacik 1-12/+6
2022-01-03btrfs: stop accessing ->csum_root directlyGravatar Josef Bacik 1-0/+6
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-1/+7
2022-01-03btrfs: add a btrfs_block_group_root() helperGravatar Josef Bacik 1-0/+5
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEGravatar Qu Wenruo 1-3/+0
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-1/+1
2021-02-09btrfs: split alloc_log_tree()Gravatar Naohiro Aota 1-0/+2
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidGravatar Nikolay Borisov 1-1/+1
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidGravatar Nikolay Borisov 1-1/+1
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetGravatar Qu Wenruo 1-1/+1
2020-12-09btrfs: clear oneshot options on mount and remountGravatar Boris Burkov 1-0/+1
2020-12-09btrfs: lift read-write mount setup from mount and remountGravatar Boris Burkov 1-0/+1
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cGravatar Nikolay Borisov 1-0/+2