summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana1-1/+6
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana1-13/+39
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana1-19/+52
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana1-1/+6
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana1-2/+12
2023-06-19btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana1-3/+7
2023-06-19btrfs: abort transaction at balance_level() when left child is missingFilipe Manana1-3/+7
2023-06-19btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana1-1/+0
2023-06-19btrfs: rename enospc label to out at balance_level()Filipe Manana1-12/+12
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana1-3/+14
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana1-2/+7
2023-06-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-06-19btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana1-2/+8
2023-06-19btrfs: insert tree mod log move in push_node_leftBoris Burkov1-4/+7
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik1-8/+8
2023-06-19btrfs: add a btrfs_csum_type_size helperJosef Bacik1-1/+7
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik1-4/+1
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo1-2/+2
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo1-2/+2
2023-06-19btrfs: tag as unlikely the key comparison when checking sibling keysFilipe Manana1-1/+1
2023-06-19btrfs: unexport btrfs_prev_leaf()Filipe Manana1-80/+81
2023-04-28btrfs: print extent buffers when sibling keys check failsFilipe Manana1-0/+4
2023-04-28btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana1-0/+2
2023-04-28btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana1-1/+31
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana1-17/+6
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain1-6/+7
2023-04-17btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik1-27/+26
2023-04-17btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik1-1/+1
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana1-6/+11
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana1-13/+3
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik1-8/+8
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik1-15/+16
2022-12-05btrfs: add might_sleep() annotationsChenXiaoSong1-0/+4
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik1-4/+4
2022-12-05btrfs: add helpers for manipulating leaf items and dataJosef Bacik1-66/+115
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik1-14/+14
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik1-17/+18
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik1-0/+13
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo1-11/+17
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik1-0/+1
2022-12-05btrfs: update function commentsDavid Sterba1-5/+6
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana1-8/+8
2022-12-05btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana1-1/+1
2022-12-05btrfs: move btrfs_next_old_item into ctree.cJosef Bacik1-0/+8
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik1-0/+17