summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana1-5/+5
2024-05-07btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana1-5/+6
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana4-20/+25
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana3-4/+6
2024-05-07btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana1-18/+16
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik26-241/+218
2024-05-07btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik1-2/+8
2024-05-07btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik2-38/+27
2024-05-07btrfs: remove the btrfs_delayed_ref_node container helpersJosef Bacik1-27/+0
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik3-16/+16
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik3-15/+13
2024-05-07btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik1-25/+21
2024-05-07btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik1-15/+8
2024-05-07btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik2-32/+25
2024-05-07btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik3-4/+4
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik5-81/+52
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik8-27/+27
2024-05-07btrfs: unify the btrfs_add_delayed_*_ref helpers into one helperJosef Bacik1-77/+25
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik3-47/+25
2024-05-07btrfs: move ref specific initialization into init_delayed_ref_commonJosef Bacik1-14/+11
2024-05-07btrfs: initialize btrfs_delayed_ref_head with btrfs_refJosef Bacik1-28/+25
2024-05-07btrfs: pass btrfs_ref to init_delayed_ref_commonJosef Bacik2-21/+27
2024-05-07btrfs: move ref_root into btrfs_refJosef Bacik8-88/+73
2024-05-07btrfs: do not use a function to initialize btrfs_refJosef Bacik7-96/+131
2024-05-07btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_nodeJosef Bacik2-55/+40
2024-05-07btrfs: add a helper to get the delayed ref node from the data/tree refJosef Bacik2-9/+31
2024-05-07btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()Filipe Manana1-52/+14
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana3-80/+85
2024-05-07btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana1-4/+4
2024-05-07btrfs: tests: error out on unexpected extent map reference countFilipe Manana1-8/+35
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana4-98/+95
2024-05-07btrfs: open code csum_exist_in_range()Filipe Manana1-12/+7
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana4-27/+27
2024-05-07btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana1-8/+9
2024-05-07btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana1-5/+3
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana5-16/+7
2024-05-07btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana1-0/+13
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana3-168/+166
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana2-16/+0
2024-05-07btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana1-3/+0
2024-05-07btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana1-1/+0
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana5-29/+4
2024-05-07btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov1-4/+1
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo6-255/+251
2024-05-07btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo2-0/+33
2024-05-07btrfs: migrate insert_inline_extent() to folio interfacesQu Wenruo1-8/+10
2024-05-07btrfs: make insert_inline_extent() accept one page directlyQu Wenruo1-22/+25
2024-05-07btrfs: compression: convert page allocation to folio interfacesQu Wenruo6-24/+24
2024-05-07btrfs: compression: add error handling for missed page cacheQu Wenruo5-8/+46
2024-05-07btrfs: stop locking the source extent range during reflinkFilipe Manana2-38/+24