aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba
2023-12-15btrfs: remove unused btrfs_root::typeDavid Sterba
2023-12-15btrfs: use bool for return type of btrfs_block_can_be_shared()Filipe Manana
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootFilipe Manana
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing log_transidFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana
2023-10-12btrfs: move btrfs_realloc_node() from ctree.c into defrag.cFilipe Manana
2023-10-12btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()Filipe Manana
2023-10-12btrfs: rename and export __btrfs_cow_block()Filipe Manana
2023-10-12btrfs: track data relocation with simple quotaBoris Burkov
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: remove extraneous includes from ctree.hJosef Bacik
2023-10-12btrfs: move btrfs_name_hash to dir-item.hJosef Bacik
2023-10-12btrfs: move btrfs_extref_hash into inode-item.hJosef Bacik
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik
2023-10-12btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik
2023-08-14btrfs: fix infinite directory readsFilipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik
2023-06-19btrfs: add a btrfs_csum_type_size helperJosef Bacik
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo
2023-06-19btrfs: unexport btrfs_prev_leaf()Filipe Manana
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