aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workGravatar Qu Wenruo 1-1/+0
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-17/+0
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hGravatar Josef Bacik 1-0/+9
2022-12-05btrfs: add dependencies to fs.h and block-rsv.hGravatar Josef Bacik 1-0/+8
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hGravatar Josef Bacik 1-0/+660
2022-12-05btrfs: move the compat/incompat flag masks to fs.hGravatar Josef Bacik 1-0/+57
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagGravatar Josef Bacik 1-0/+3
2022-12-05btrfs: move fs_info::flags enum to fs.hGravatar Josef Bacik 1-0/+68
2022-12-05btrfs: move mount option definitions to fs.hGravatar Josef Bacik 1-0/+63
2022-12-05btrfs: convert incompat and compat flag test helpers to macrosGravatar Josef Bacik 1-14/+6
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-0/+49
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+85