summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add forward declarations and headers, part 2David Sterba2024-03-041-4/+12
* btrfs: add forward declarations and headers, part 1David Sterba2024-03-041-0/+4
* btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-02-291-1/+1
* btrfs: move one shot mount option clearing to super.cJosef Bacik2023-12-151-1/+0
* btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.hFilipe Manana2023-12-151-2/+0
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-1/+2
* btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana2023-08-211-1/+0
* btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig2023-06-191-3/+2
* btrfs: move btrfs_verify_level_key into tree-checker.cJosef Bacik2023-06-191-2/+0
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-2/+2
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-1/+2
* btrfs: remove now spurious bio submission helpersChristoph Hellwig2023-02-151-1/+0
* btrfs: support cloned bios in btree_csum_one_bioChristoph Hellwig2023-02-151-1/+1
* btrfs: handle checksum generation in the storage layerChristoph Hellwig2023-02-151-8/+1
* btrfs: open code the submit_bio_start helpersChristoph Hellwig2023-02-151-1/+0
* btrfs: fix compat_ro checks against remountQu Wenruo2023-01-031-1/+1
* btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig2022-12-051-29/+1
* btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo2022-12-051-4/+32
* btrfs: pass btrfs_inode to btrfs_submit_metadata_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_wq_submit_bioDavid Sterba2022-12-051-1/+1
* btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba2022-12-051-2/+1
* btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba2022-12-051-2/+10
* btrfs: remove unused function prototypesJosef Bacik2022-12-051-4/+0
* btrfs: move btrfs_get_block_group helper out of disk-io.hJosef Bacik2022-12-051-7/+1
* btrfs: make thaw time super block check to also verify checksumQu Wenruo2022-10-241-0/+2
* btrfs: relax block-group-tree feature dependency checksQu Wenruo2022-09-261-0/+1
* btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo2022-09-261-1/+1
* btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo2022-09-261-1/+3
* 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