aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: move the csum helpers into ctree.hGravatar Josef Bacik 1-0/+5
2022-12-05btrfs: move eb offset helpers into extent_io.hGravatar Josef Bacik 1-33/+0
2022-12-05btrfs: move file_extent_item helpers into file-item.hGravatar Josef Bacik 1-8/+0
2022-12-05btrfs: move root helpers back into ctree.hGravatar Josef Bacik 1-0/+17
2022-12-05btrfs: use cached state when looking for delalloc ranges with lseekGravatar Filipe Manana 1-0/+1
2022-12-05btrfs: move orphan prototypes into orphan.hGravatar Josef Bacik 1-6/+0
2022-12-05btrfs: move super prototypes into super.hGravatar Josef Bacik 1-7/+0
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hGravatar Josef Bacik 1-15/+0
2022-12-05btrfs: move verity prototypes into verity.hGravatar Josef Bacik 1-22/+0
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hGravatar Josef Bacik 1-9/+0
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-11/+0
2022-12-05btrfs: move relocation prototypes into relocation.hGravatar Josef Bacik 1-20/+0
2022-12-05btrfs: move acl prototypes into acl.hGravatar Josef Bacik 1-18/+0
2022-12-05btrfs: move the snapshot drop related prototypes to extent-tree.hGravatar Josef Bacik 1-6/+0
2022-12-05btrfs: move the 32bit warn defines into messages.hGravatar Josef Bacik 1-13/+0
2022-12-05btrfs: move file prototypes to file.hGravatar Josef Bacik 1-26/+0
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-12/+0
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hGravatar Josef Bacik 1-7/+0
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-31/+0
2022-12-05btrfs: move dir-item prototypes into dir-item.hGravatar Josef Bacik 1-38/+0
2022-12-05btrfs: move defrag related prototypes to their own headerGravatar Josef Bacik 1-18/+0
2022-12-05btrfs: move inode prototypes to btrfs_inode.hGravatar Josef Bacik 1-140/+0
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hGravatar Josef Bacik 1-7/+0
2022-12-05btrfs: remove unused function prototypesGravatar Josef Bacik 1-3/+0
2022-12-05btrfs: move root tree prototypes to their own headerGravatar Josef Bacik 1-32/+0
2022-12-05btrfs: delete unused function prototypes in ctree.hGravatar Josef Bacik 1-6/+0
2022-12-05btrfs: move delalloc space related prototypes to delalloc-space.hGravatar Josef Bacik 1-3/+0
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-72/+0
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cGravatar Josef Bacik 1-1/+0
2022-12-05btrfs: remove extra space info prototypes in ctree.hGravatar Josef Bacik 1-3/+0
2022-12-05btrfs: minor whitespace in ctree.hGravatar Josef Bacik 1-2/+0
2022-12-05btrfs: move the lockdep helpers into locking.hGravatar Josef Bacik 1-76/+0
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hGravatar Josef Bacik 1-658/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrGravatar Sweet Tea Dorminy 1-10/+9
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperGravatar Sweet Tea Dorminy 1-0/+3
2022-12-05btrfs: use struct qstr instead of name and namelen pairsGravatar Sweet Tea Dorminy 1-14/+12
2022-12-05btrfs: remove temporary btrfs_map_token declaration in ctree.hGravatar Josef Bacik 1-2/+0
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-1090/+0
2022-12-05btrfs: move btrfs_map_token to accessorsGravatar Josef Bacik 1-14/+2
2022-12-05btrfs: move the compat/incompat flag masks to fs.hGravatar Josef Bacik 1-57/+0
2022-12-05btrfs: remove fs_info::pending_changes and related codeGravatar Josef Bacik 1-22/+1
2022-12-05btrfs: move fs_info::flags enum to fs.hGravatar Josef Bacik 1-68/+0
2022-12-05btrfs: move mount option definitions to fs.hGravatar Josef Bacik 1-63/+0
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hGravatar Josef Bacik 1-46/+0
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-249/+0
2022-12-05btrfs: move assert helpers out of ctree.hGravatar Josef Bacik 1-15/+3
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-164/+0
2022-12-05btrfs: auto enable discard=async when possibleGravatar David Sterba 1-0/+1
2022-12-05btrfs: convert BTRFS_ILOCK-* defines to enum bitGravatar David Sterba 1-3/+6
2022-12-05btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hGravatar Josef Bacik 1-9/+10