aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba1-13/+12
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba1-2/+1
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba1-3/+3
2023-12-15btrfs: remove unused btrfs_root::typeDavid Sterba1-2/+0
2023-12-15btrfs: use bool for return type of btrfs_block_can_be_shared()Filipe Manana1-3/+3
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootFilipe Manana1-3/+0
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-61/+81
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana1-1/+2
2023-10-12btrfs: add and use helpers for reading and writing log_transidFilipe Manana1-0/+18
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana1-1/+15
2023-10-12btrfs: move btrfs_realloc_node() from ctree.c into defrag.cFilipe Manana1-4/+0
2023-10-12btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()Filipe Manana1-0/+31
2023-10-12btrfs: rename and export __btrfs_cow_block()Filipe Manana1-0/+7
2023-10-12btrfs: track data relocation with simple quotaBoris Burkov1-0/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-4/+7
2023-10-12btrfs: remove extraneous includes from ctree.hJosef Bacik1-28/+0
2023-10-12btrfs: move btrfs_name_hash to dir-item.hJosef Bacik1-5/+0
2023-10-12btrfs: move btrfs_extref_hash into inode-item.hJosef Bacik1-9/+0
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik1-5/+0
2023-10-12btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik1-5/+0
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