summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
9 daysbtrfs: don't use token set/get accessors for btrfs_item membersDavid Sterba
9 daysbtrfs: clear dirty status from extent buffer on error at insert_new_root()Filipe Manana
9 daysbtrfs: remove partial support for lowest level from btrfs_search_forward()Sun YangKai
9 daysbtrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
9 daysbtrfs: rename err to ret2 in btrfs_search_old_slot()David Sterba
9 daysbtrfs: rename err to ret2 in btrfs_search_slot()David Sterba
9 daysbtrfs: rename err to ret2 in search_leaf()David Sterba
9 daysbtrfs: rename err to ret2 in read_block_for_search()David Sterba
9 daysbtrfs: constify more pointer parametersDavid Sterba
9 daysbtrfs: abort transaction on unexpected eb generation at btrfs_copy_root()Filipe Manana
9 daysbtrfs: unfold transaction abort at btrfs_copy_root()Filipe Manana
2025-03-18btrfs: avoid redundant path slot assignment in btrfs_search_forward()Sun YangKai
2025-03-18btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()Sun YangKai
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-01-23btrfs: fix lockdep splat while merging a relocation rootFilipe Manana
2025-01-14btrfs: implement hole punching for RAID stripe extentsJohannes Thumshirn
2025-01-13btrfs: move csum related functions from ctree.c into fs.cFilipe Manana
2025-01-13btrfs: move abort_should_print_stack() to transaction.hFilipe Manana
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana
2024-11-29btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu
2024-11-11btrfs: remove local generation variable from read_block_for_search()Filipe Manana
2024-11-11btrfs: simplify arguments for btrfs_verify_level_key()Filipe Manana
2024-11-11btrfs: remove redundant level argument from read_block_for_search()Filipe Manana
2024-11-11btrfs: reduce lock contention when eb cache miss for btree searchRobbie Ko
2024-11-11btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind()David Sterba
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana
2024-07-11btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana
2024-07-11btrfs: simplify setting the full backref flag at update_ref_for_cow()Filipe Manana
2024-07-11btrfs: use label to deduplicate error path at btrfs_force_cow_block()Filipe Manana
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-07-11btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_path cacheKunwu Chan
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba
2024-03-04btrfs: cache folio size and shift in extent_bufferQu Wenruo
2023-12-15btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo
2023-12-15btrfs: migrate extent_buffer::pages[] to folioQu Wenruo
2023-12-15btrfs: make the logic from btrfs_block_can_be_shared() easier to readFilipe Manana
2023-12-15btrfs: use bool for return type of btrfs_block_can_be_shared()Filipe Manana
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-03btrfs: get correct owning_root when dropping snapshotJosef Bacik
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: 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: use round_down() to align block offset at btrfs_cow_block()Filipe Manana