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