aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2024-05-07btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana
2024-05-07btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana
2024-05-07btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-05-07btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo
2024-05-07btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo
2024-05-07btrfs: migrate insert_inline_extent() to folio interfacesQu Wenruo
2024-05-07btrfs: make insert_inline_extent() accept one page directlyQu Wenruo
2024-05-07btrfs: compression: convert page allocation to folio interfacesQu Wenruo
2024-05-07btrfs: compression: add error handling for missed page cacheQu Wenruo
2024-05-07btrfs: stop locking the source extent range during reflinkFilipe Manana
2024-05-07btrfs: qgroup: delete unnecessary check in btrfs_qgroup_check_inherit()Dan Carpenter
2024-05-07btrfs: convert put_file_data() to foliosGoldwyn Rodrigues
2024-05-07btrfs: convert relocate_one_page() to folios and renameGoldwyn Rodrigues
2024-05-07btrfs: page to folio conversion: prealloc_file_extent_cluster()Goldwyn Rodrigues
2024-05-07btrfs: rename err to ret in btrfs_direct_write()Anand Jain
2024-05-07btrfs: rename err to ret in prepare_pages()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_dirty_pages()Anand Jain
2024-05-07btrfs: rename err to ret in create_reloc_inode()Anand Jain
2024-05-07btrfs: rename err to ret in __btrfs_end_transaction()Anand Jain