aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 3Gravatar David Sterba 1-13/+12
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidGravatar David Sterba 1-2/+1
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeGravatar David Sterba 1-3/+3
2023-12-15btrfs: remove unused btrfs_root::typeGravatar David Sterba 1-2/+0
2023-12-15btrfs: use bool for return type of btrfs_block_can_be_shared()Gravatar Filipe Manana 1-3/+3
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootGravatar Filipe Manana 1-3/+0
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-61/+81
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeGravatar Filipe Manana 1-1/+2
2023-10-12btrfs: add and use helpers for reading and writing log_transidGravatar Filipe Manana 1-0/+18
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitGravatar Filipe Manana 1-1/+15
2023-10-12btrfs: move btrfs_realloc_node() from ctree.c into defrag.cGravatar Filipe Manana 1-4/+0
2023-10-12btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()Gravatar Filipe Manana 1-0/+31
2023-10-12btrfs: rename and export __btrfs_cow_block()Gravatar Filipe Manana 1-0/+7
2023-10-12btrfs: track data relocation with simple quotaGravatar Boris Burkov 1-0/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-4/+7
2023-10-12btrfs: remove extraneous includes from ctree.hGravatar Josef Bacik 1-28/+0
2023-10-12btrfs: move btrfs_name_hash to dir-item.hGravatar Josef Bacik 1-5/+0
2023-10-12btrfs: move btrfs_extref_hash into inode-item.hGravatar Josef Bacik 1-9/+0
2023-10-12btrfs: remove btrfs_crc32c wrapperGravatar Josef Bacik 1-5/+0
2023-10-12btrfs: move btrfs_crc32c_final into free-space-cache.cGravatar Josef Bacik 1-5/+0
2023-08-14btrfs: fix infinite directory readsGravatar Filipe Manana 1-0/+1
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Gravatar Filipe Manana 1-2/+2
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itGravatar Josef Bacik 1-0/+2
2023-06-19btrfs: add a btrfs_csum_type_size helperGravatar Josef Bacik 1-0/+1
2023-06-19btrfs: print-tree: pass const extent buffer pointerGravatar Qu Wenruo 1-1/+1
2023-06-19btrfs: unexport btrfs_prev_leaf()Gravatar Filipe Manana 1-1/+0
2023-04-17btrfs: open code btrfs_bin_search()Gravatar Anand Jain 1-15/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopGravatar Filipe Manana 1-1/+1
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferGravatar Filipe Manana 1-0/+15
2022-12-05btrfs: move the csum helpers into ctree.hGravatar Josef Bacik 1-0/+5
2022-12-05btrfs: move eb offset helpers into extent_io.hGravatar Josef Bacik 1-33/+0
2022-12-05btrfs: move file_extent_item helpers into file-item.hGravatar Josef Bacik 1-8/+0
2022-12-05btrfs: move root helpers back into ctree.hGravatar Josef Bacik 1-0/+17
2022-12-05btrfs: use cached state when looking for delalloc ranges with lseekGravatar Filipe Manana 1-0/+1
2022-12-05btrfs: move orphan prototypes into orphan.hGravatar Josef Bacik 1-6/+0
2022-12-05btrfs: move super prototypes into super.hGravatar Josef Bacik 1-7/+0
2022-12-05btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.hGravatar Josef Bacik 1-15/+0
2022-12-05btrfs: move verity prototypes into verity.hGravatar Josef Bacik 1-22/+0
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hGravatar Josef Bacik 1-9/+0
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-11/+0
2022-12-05btrfs: move relocation prototypes into relocation.hGravatar Josef Bacik 1-20/+0
2022-12-05btrfs: move acl prototypes into acl.hGravatar Josef Bacik 1-18/+0
2022-12-05btrfs: move the snapshot drop related prototypes to extent-tree.hGravatar Josef Bacik 1-6/+0
2022-12-05btrfs: move the 32bit warn defines into messages.hGravatar Josef Bacik 1-13/+0
2022-12-05btrfs: move file prototypes to file.hGravatar Josef Bacik 1-26/+0
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-12/+0
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hGravatar Josef Bacik 1-7/+0
2022-12-05btrfs: move file-item prototypes into their own headerGravatar Josef Bacik 1-31/+0
2022-12-05btrfs: move dir-item prototypes into dir-item.hGravatar Josef Bacik 1-38/+0
2022-12-05btrfs: move defrag related prototypes to their own headerGravatar Josef Bacik 1-18/+0