summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana
2022-12-05btrfs: move the csum helpers into ctree.hJosef Bacik
2022-12-05btrfs: move eb offset helpers into extent_io.hJosef Bacik
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik
2022-12-05btrfs: move root helpers back into ctree.hJosef Bacik
2022-12-05btrfs: use cached state when looking for delalloc ranges with lseekFilipe Manana
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik
2022-12-05btrfs: move super prototypes into super.hJosef Bacik
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hJosef Bacik
2022-12-05btrfs: move verity prototypes into verity.hJosef Bacik
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hJosef Bacik
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik
2022-12-05btrfs: move acl prototypes into acl.hJosef Bacik
2022-12-05btrfs: move the snapshot drop related prototypes to extent-tree.hJosef Bacik
2022-12-05btrfs: move the 32bit warn defines into messages.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik
2022-12-05btrfs: move inode prototypes to btrfs_inode.hJosef Bacik
2022-12-05btrfs: move btrfs_chunk_item_size out of ctree.hJosef Bacik
2022-12-05btrfs: remove unused function prototypesJosef Bacik
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: delete unused function prototypes in ctree.hJosef Bacik
2022-12-05btrfs: move delalloc space related prototypes to delalloc-space.hJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik
2022-12-05btrfs: remove extra space info prototypes in ctree.hJosef Bacik
2022-12-05btrfs: minor whitespace in ctree.hJosef Bacik
2022-12-05btrfs: move the lockdep helpers into locking.hJosef Bacik
2022-12-05btrfs: move btrfs_fs_info declarations into fs.hJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: remove temporary btrfs_map_token declaration in ctree.hJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik
2022-12-05btrfs: move the compat/incompat flag masks to fs.hJosef Bacik
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik
2022-12-05btrfs: move fs_info::flags enum to fs.hJosef Bacik
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move assert helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik