index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
Age
Commit message (
Expand
)
Author
2023-06-19
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
2023-06-19
btrfs: improve leaf dump and error handling
Qu Wenruo
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
2023-06-19
btrfs: tag as unlikely the key comparison when checking sibling keys
Filipe Manana
2023-06-19
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
2023-04-28
btrfs: print extent buffers when sibling keys check fails
Filipe Manana
2023-04-28
btrfs: abort transaction when sibling keys check fails for leaves
Filipe Manana
2023-04-28
btrfs: fix btrfs_prev_leaf() to not return the same key twice
Filipe Manana
2023-04-17
btrfs: remove pointless loop at btrfs_get_next_valid_item()
Filipe Manana
2023-04-17
btrfs: open code btrfs_bin_search()
Anand Jain
2023-04-17
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
2023-04-17
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
2023-02-15
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
2023-02-15
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
2022-12-05
btrfs: add might_sleep() annotations
ChenXiaoSong
2022-12-05
btrfs: remove BTRFS_LEAF_DATA_OFFSET
Josef Bacik
2022-12-05
btrfs: add helpers for manipulating leaf items and data
Josef Bacik
2022-12-05
btrfs: add eb to btrfs_node_key_ptr_offset
Josef Bacik
2022-12-05
btrfs: pass the extent buffer for the btrfs_item_nr helpers
Josef Bacik
2022-12-05
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
2022-12-05
btrfs: move leaf_data_end into ctree.c
Josef Bacik
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: move btrfs_map_token to accessors
Josef Bacik
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()
Filipe Manana
2022-12-05
btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys
Filipe Manana
2022-12-05
btrfs: move btrfs_next_old_item into ctree.c
Josef Bacik
2022-12-05
btrfs: move btrfs_path_cachep out of ctree.h
Josef Bacik
2022-11-15
btrfs: fix assertion failure and blocking during nowait buffered write
Filipe Manana
2022-11-07
btrfs: don't print stack trace when transaction is aborted due to ENOMEM
David Sterba
2022-09-29
btrfs: assert nowait mode is not used for some btree search functions
Stefan Roesch
2022-09-26
btrfs: implement a nowait option for tree searches
Josef Bacik
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
2022-05-16
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
2022-05-16
btrfs: introduce btrfs_for_each_slot iterator macro
Gabriel Niebler
2022-05-16
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
2022-05-16
btrfs: update outdated comment for read_block_for_search()
Filipe Manana
2022-05-16
btrfs: release upper nodes when reading stale btree node from disk
Filipe Manana
2022-05-16
btrfs: avoid unnecessary btree search restarts when reading node
Filipe Manana
2022-03-14
btrfs: unify the error handling of btrfs_read_buffer()
Qu Wenruo
2022-03-14
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
2022-03-14
btrfs: avoid unnecessary computation when deleting items from a leaf
Filipe Manana
2022-03-14
btrfs: avoid unnecessary COW of leaves when deleting items from a leaf
Filipe Manana
[prev]
[next]