summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
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
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik
2022-12-05btrfs: add might_sleep() annotationsChenXiaoSong
2022-12-05btrfs: remove BTRFS_LEAF_DATA_OFFSETJosef Bacik
2022-12-05btrfs: add helpers for manipulating leaf items and dataJosef Bacik
2022-12-05btrfs: add eb to btrfs_node_key_ptr_offsetJosef Bacik
2022-12-05btrfs: pass the extent buffer for the btrfs_item_nr helpersJosef Bacik
2022-12-05btrfs: move file_extent_item helpers into file-item.hJosef Bacik
2022-12-05btrfs: move leaf_data_end into ctree.cJosef Bacik
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move btrfs_map_token to accessorsJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana
2022-12-05btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana
2022-12-05btrfs: move btrfs_next_old_item into ctree.cJosef Bacik
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik
2022-11-15btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba
2022-09-29btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo
2022-05-16btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana
2022-03-14btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana