summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | btrfs: add tracepoints for extent map shrinker eventsFilipe Manana14 days2-1/+17
| * | | | | | btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana14 days1-3/+5
| * | | | | | btrfs: add a shrinker for extent mapsFilipe Manana14 days4-0/+180
| * | | | | | btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana14 days3-0/+28
| * | | | | | btrfs: pass the extent map tree's inode to try_merge_map()Filipe Manana14 days1-7/+6
| * | | | | | btrfs: pass the extent map tree's inode to setup_extent_mapping()Filipe Manana14 days1-5/+5
| * | | | | | btrfs: pass the extent map tree's inode to replace_extent_mapping()Filipe Manana14 days1-5/+6
| * | | | | | btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana14 days4-20/+25
| * | | | | | btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana14 days3-4/+6
| * | | | | | btrfs: pass the extent map tree's inode to add_extent_mapping()Filipe Manana14 days1-18/+16
| * | | | | | btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik14 days26-241/+218
| * | | | | | btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik14 days1-2/+8
| * | | | | | btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik14 days2-38/+27
| * | | | | | btrfs: remove the btrfs_delayed_ref_node container helpersJosef Bacik14 days1-27/+0
| * | | | | | btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik14 days2-15/+16
| * | | | | | btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik14 days2-14/+13
| * | | | | | btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik14 days1-25/+21
| * | | | | | btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik14 days1-15/+8
| * | | | | | btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik14 days2-32/+25
| * | | | | | btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik14 days3-4/+4
| * | | | | | btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik14 days4-77/+48
| * | | | | | btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik14 days8-27/+27
| * | | | | | btrfs: unify the btrfs_add_delayed_*_ref helpers into one helperJosef Bacik14 days1-77/+25
| * | | | | | btrfs: simplify delayed ref tracepointsJosef Bacik14 days2-14/+4
| * | | | | | btrfs: move ref specific initialization into init_delayed_ref_commonJosef Bacik14 days1-14/+11
| * | | | | | btrfs: initialize btrfs_delayed_ref_head with btrfs_refJosef Bacik14 days1-28/+25
| * | | | | | btrfs: pass btrfs_ref to init_delayed_ref_commonJosef Bacik14 days2-21/+27
| * | | | | | btrfs: move ref_root into btrfs_refJosef Bacik14 days8-88/+73
| * | | | | | btrfs: do not use a function to initialize btrfs_refJosef Bacik14 days7-96/+131
| * | | | | | btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_nodeJosef Bacik14 days2-55/+40
| * | | | | | btrfs: add a helper to get the delayed ref node from the data/tree refJosef Bacik14 days2-9/+31
| * | | | | | btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()Filipe Manana14 days1-52/+14
| * | | | | | btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana14 days3-80/+85
| * | | | | | btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana14 days1-4/+4
| * | | | | | btrfs: tests: error out on unexpected extent map reference countFilipe Manana14 days1-8/+35
| * | | | | | btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana14 days4-98/+95
| * | | | | | btrfs: open code csum_exist_in_range()Filipe Manana14 days1-12/+7
| * | | | | | btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana14 days4-27/+27
| * | | | | | btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana14 days1-8/+9
| * | | | | | btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana14 days1-5/+3
| * | | | | | btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana14 days5-16/+7
| * | | | | | btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana14 days1-0/+13
| * | | | | | btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana14 days3-168/+166
| * | | | | | btrfs: remove no longer used btrfs_clone_chunk_map()Filipe Manana14 days2-16/+0
| * | | | | | btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana14 days1-3/+0
| * | | | | | btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana14 days1-1/+0
| * | | | | | btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana14 days4-27/+3
| * | | | | | btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov14 days1-4/+1
| * | | | | | btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo14 days6-255/+251
| * | | | | | btrfs: introduce btrfs_alloc_folio_array()Qu Wenruo14 days2-0/+33