summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-ref.c
AgeCommit message (Expand)Author
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-14btrfs: fix incorrect comparison for delayed refsJosef Bacik
2024-11-11btrfs: remove no longer used delayed ref head search functionalityFilipe Manana
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana
2024-11-11btrfs: assert delayed refs lock is held at add_delayed_ref_head()Filipe Manana
2024-11-11btrfs: assert delayed refs lock is held at find_first_ref_head()Filipe Manana
2024-11-11btrfs: assert delayed refs lock is held at find_ref_head()Filipe Manana
2024-11-11btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana
2024-11-11btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana
2024-11-11btrfs: simplify obtaining a delayed ref headFilipe Manana
2024-11-11btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana
2024-11-11btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana
2024-11-11btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: remove duplicated code to drop delayed ref during transaction abortFilipe Manana
2024-11-11btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana
2024-11-07btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-10-11btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana
2024-10-07btrfs: fix missing error handling when adding delayed ref with qgroups enabledFilipe Manana
2024-09-10btrfs: qgroup: use xarray to track dirty extents in transactionJunchao Sun
2024-09-10btrfs: qgroup: use goto style to handle errors in add_delayed_ref()Junchao Sun
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik
2024-07-11btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana
2024-07-11btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()Filipe Manana
2024-05-07btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef 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-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: use KMEM_CACHE() to create delayed ref cachesKunwu Chan
2024-03-04btrfs: uninline some static inline helpers from delayed-ref.hDavid Sterba
2023-11-09btrfs: fix qgroup record leaks when using simple quotasFilipe Manana
2023-10-12btrfs: stop reserving excessive space for block group item insertionsFilipe Manana
2023-10-12btrfs: stop reserving excessive space for block group item updatesFilipe Manana
2023-10-12btrfs: record simple quota deltas in delayed refsBoris Burkov
2023-10-12btrfs: track original extent owner in head_refBoris Burkov
2023-10-12btrfs: rename tree_ref and data_ref owning_rootBoris Burkov
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov
2023-10-12btrfs: always reserve space for delayed refs when starting transactionFilipe Manana