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