summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()Filipe Manana2022-12-051-8/+8
* btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keysFilipe Manana2022-12-051-1/+1
* btrfs: move btrfs_next_old_item into ctree.cJosef Bacik2022-12-051-0/+8
* btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik2022-12-051-0/+17
* btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana2022-11-151-6/+30
* btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba2022-11-071-0/+16
* btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch2022-09-291-0/+4
* btrfs: implement a nowait option for tree searchesJosef Bacik2022-09-261-3/+36
* btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik2022-08-171-0/+3
* btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba2022-05-161-1/+1
* btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo2022-05-161-0/+6
* btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler2022-05-161-0/+37
* btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana2022-05-161-1/+1
* btrfs: update outdated comment for read_block_for_search()Filipe Manana2022-05-161-5/+6
* btrfs: release upper nodes when reading stale btree node from diskFilipe Manana2022-05-161-9/+19
* btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana2022-05-161-11/+19
* btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo2022-03-141-6/+6
* btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo2022-03-141-14/+16
* btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana2022-03-141-9/+7
* btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana2022-03-141-6/+32
* btrfs: remove unnecessary leaf free space checks when pushing itemsFilipe Manana2022-03-141-12/+0
* btrfs: refactor unlock_upNikolay Borisov2022-01-071-15/+16
* btrfs: remove stale comment about locking at btrfs_search_slot()Filipe Manana2022-01-071-4/+0
* btrfs: remove BUG_ON() after splitting leafFilipe Manana2022-01-071-1/+3
* btrfs: move leaf search logic out of btrfs_search_slot()Filipe Manana2022-01-071-116/+128
* btrfs: remove useless condition check before splitting leafFilipe Manana2022-01-071-5/+1
* btrfs: try to unlock parent nodes earlier when inserting a keyFilipe Manana2022-01-071-19/+118