summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
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
2023-10-12btrfs: remove noinline attribute from btrfs_cow_block()Filipe Manana
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba
2023-10-12btrfs: reduce arguments of helpers space accounting root itemDavid Sterba
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-10-04btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana
2023-10-04btrfs: error when COWing block from a root that is being deletedFilipe Manana
2023-10-04btrfs: error out when COWing block using a stale transactionFilipe Manana
2023-06-19btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana
2023-06-19btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana
2023-06-19btrfs: abort transaction at balance_level() when left child is missingFilipe Manana
2023-06-19btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana
2023-06-19btrfs: rename enospc label to out at balance_level()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana
2023-06-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-06-19btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana
2023-06-19btrfs: insert tree mod log move in push_node_leftBoris Burkov
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: remove level argument from btrfs_set_block_flagsJosef Bacik
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo
2023-06-19btrfs: tag as unlikely the key comparison when checking sibling keysFilipe Manana
2023-06-19btrfs: unexport btrfs_prev_leaf()Filipe Manana
2023-04-28btrfs: print extent buffers when sibling keys check failsFilipe Manana
2023-04-28btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana
2023-04-28btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain
2023-04-17btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik
2023-04-17btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana