summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-14btrfs: fix infinite directory readsFilipe Manana1-0/+1
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana1-2/+2
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik1-0/+2
2023-06-19btrfs: add a btrfs_csum_type_size helperJosef Bacik1-0/+1
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo1-1/+1
2023-06-19btrfs: unexport btrfs_prev_leaf()Filipe Manana1-1/+0
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain1-15/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana1-1/+1
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana1-0/+15
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