summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-27btrfs: headers cleanup to remove unnecessary local includesQu Wenruo1-2/+0
2025-07-22btrfs: split btrfs_is_fstree() into multiple if statements for readabilityFilipe Manana1-4/+9
2025-07-22btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana1-3/+3
2025-07-22btrfs: update comment for xarray fields in struct btrfs_rootSun YangKai1-8/+2
2025-07-22btrfs: constify more pointer parametersDavid Sterba1-4/+4
2025-05-17btrfs: move misplaced comment of btrfs_path::keep_locksSun YangKai1-1/+1
2025-03-18btrfs: update include and forward declarations in headersDavid Sterba1-1/+1
2025-01-13btrfs: remove pointless comment from ctree.hFilipe Manana1-1/+0
2025-01-13btrfs: move extent-tree function declarations out of ctree.hFilipe Manana1-5/+0
2025-01-13btrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana1-6/+0
2025-01-13btrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana1-3/+0
2025-01-13btrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana1-8/+0
2025-01-13btrfs: move csum related functions from ctree.c into fs.cFilipe Manana1-6/+0
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik1-0/+19
2024-10-04btrfs: Switch from using the private_2 flag to owner_2Matthew Wilcox (Oracle)1-9/+4
2024-09-17btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana1-0/+2
2024-09-10btrfs: DEFINE_FREE for struct btrfs_pathLeo Martins1-0/+5
2024-09-10btrfs: constify more pointer parametersDavid Sterba1-3/+3
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana1-1/+0
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana1-0/+1
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana1-0/+10
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana1-1/+0
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana1-2/+5
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-16btrfs: 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/kdav...Linus 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