summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2025-05-17btrfs: move misplaced comment of btrfs_path::keep_locksSun YangKai
2025-03-18btrfs: update include and forward declarations in headersDavid Sterba
2025-01-13btrfs: remove pointless comment from ctree.hFilipe Manana
2025-01-13btrfs: move extent-tree function declarations out of ctree.hFilipe Manana
2025-01-13btrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana
2025-01-13btrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana
2025-01-13btrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana
2025-01-13btrfs: move csum related functions from ctree.c into fs.cFilipe Manana
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik
2024-10-04btrfs: Switch from using the private_2 flag to owner_2Matthew Wilcox (Oracle)
2024-09-17btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana
2024-09-10btrfs: DEFINE_FREE for struct btrfs_pathLeo Martins
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba
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