summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reduce arguments of helpers space accounting root itemDavid Sterba2023-10-121-12/+11
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-2/+2
* btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana2023-10-041-2/+16
* btrfs: error when COWing block from a root that is being deletedFilipe Manana2023-10-041-3/+7
* btrfs: error out when COWing block using a stale transactionFilipe Manana2023-10-041-8/+16
* btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana2023-06-191-1/+6
* btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana2023-06-191-13/+39
* btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana2023-06-191-19/+52
* btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana2023-06-191-1/+6
* btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana2023-06-191-2/+12
* btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana2023-06-191-3/+7
* btrfs: abort transaction at balance_level() when left child is missingFilipe Manana2023-06-191-3/+7
* btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana2023-06-191-1/+0
* btrfs: rename enospc label to out at balance_level()Filipe Manana2023-06-191-12/+12
* btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana2023-06-191-3/+14
* btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana2023-06-191-2/+7
* btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-06-191-0/+2
* btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana2023-06-191-2/+8
* btrfs: insert tree mod log move in push_node_leftBoris Burkov2023-06-191-4/+7
* btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik2023-06-191-8/+8
* btrfs: add a btrfs_csum_type_size helperJosef Bacik2023-06-191-1/+7
* btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik2023-06-191-4/+1
* btrfs: improve leaf dump and error handlingQu Wenruo2023-06-191-2/+2
* btrfs: print-tree: pass const extent buffer pointerQu Wenruo2023-06-191-2/+2
* btrfs: tag as unlikely the key comparison when checking sibling keysFilipe Manana2023-06-191-1/+1
* btrfs: unexport btrfs_prev_leaf()Filipe Manana2023-06-191-80/+81
* btrfs: print extent buffers when sibling keys check failsFilipe Manana2023-04-281-0/+4
* btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana2023-04-281-0/+2
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-04-281-1/+31
* btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana2023-04-171-17/+6
* btrfs: open code btrfs_bin_search()Anand Jain2023-04-171-6/+7
* btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik2023-04-171-27/+26
* btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik2023-04-171-1/+1
* btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana2023-02-151-6/+11
* btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana2023-02-151-13/+3
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-8/+8
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-15/+16
* btrfs: add might_sleep() annotationsChenXiaoSong2022-12-051-0/+4
* btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik2022-12-051-4/+4
* btrfs: add helpers for manipulating leaf items and dataJosef Bacik2022-12-051-66/+115
* btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik2022-12-051-14/+14
* btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik2022-12-051-17/+18
* btrfs: move file_extent_item helpers into file-item.hJosef Bacik2022-12-051-0/+1
* btrfs: move leaf_data_end into ctree.cJosef Bacik2022-12-051-0/+13
* btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo2022-12-051-11/+17
* btrfs: move relocation prototypes into relocation.hJosef Bacik2022-12-051-0/+1
* btrfs: update function commentsDavid Sterba2022-12-051-5/+6
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-0/+1
* btrfs: move btrfs_map_token to accessorsJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1