aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo1-0/+2
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo1-0/+1
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo1-1/+1
2022-09-26btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo1-1/+3
2022-08-17btrfs: move lockdep class helpers to locking.cJosef Bacik1-10/+0
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig1-3/+3
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-10/+0
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig1-1/+0
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba1-2/+1
2022-05-16btrfs: do not return errors from btrfs_submit_metadata_bioChristoph Hellwig1-2/+1
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig1-1/+1
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana1-2/+2
2022-03-14btrfs: add code to support the block group rootJosef Bacik1-0/+2
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik1-12/+6
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-0/+6
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+7
2022-01-03btrfs: add a btrfs_block_group_root() helperJosef Bacik1-0/+5
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo1-3/+0
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-1/+1
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota1-0/+2
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov1-1/+1
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov1-1/+1
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo1-1/+1
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov1-0/+1
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov1-0/+1
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov1-0/+2
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo1-1/+1
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-1/+2
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik1-2/+2
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik1-1/+0
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo1-4/+4
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba1-3/+0
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik1-0/+3
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov1-0/+2
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov1-1/+3
2020-10-07btrfs: remove btree_get_extentNikolay Borisov1-3/+0
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo1-0/+2
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-2/+1
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval1-1/+0
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-15/+1
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn1-3/+3
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-2/+2
2020-03-23btrfs: add a leak check for rootsJosef Bacik1-1/+8
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik1-0/+1
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik1-0/+1
2020-03-23btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_rootJosef Bacik1-0/+4
2020-03-23btrfs: make the fs root init functions staticJosef Bacik1-3/+0
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-6/+0
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik1-2/+0
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik1-0/+2