summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana
2024-05-07btrfs: make try_release_extent_mapping() return a boolFilipe Manana
2024-05-07btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: rename some variables at try_release_extent_mapping()Filipe Manana
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana
2024-05-07btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik
2024-05-07btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik
2024-05-07btrfs: remove the btrfs_delayed_ref_node container helpersJosef Bacik
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik
2024-05-07btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik
2024-05-07btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik
2024-05-07btrfs: unify the btrfs_add_delayed_*_ref helpers into one helperJosef Bacik
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik
2024-05-07btrfs: move ref specific initialization into init_delayed_ref_commonJosef Bacik
2024-05-07btrfs: initialize btrfs_delayed_ref_head with btrfs_refJosef Bacik
2024-05-07btrfs: pass btrfs_ref to init_delayed_ref_commonJosef Bacik
2024-05-07btrfs: move ref_root into btrfs_refJosef Bacik
2024-05-07btrfs: do not use a function to initialize btrfs_refJosef Bacik
2024-05-07btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: add a helper to get the delayed ref node from the data/tree refJosef Bacik
2024-05-07btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()Filipe Manana
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana
2024-05-07btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana
2024-05-07btrfs: tests: error out on unexpected extent map reference countFilipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-05-07btrfs: open code csum_exist_in_range()Filipe Manana
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana
2024-05-07btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana