summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-ref.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: simplify return logic from btrfs_delayed_ref_init()Yangtao Li1-1/+1
2025-05-15btrfs: use rb_entry_safe() where possible to simplify codeDavid Sterba1-5/+2
2025-01-13btrfs: update tree_insert() to use rb helpersRoger L. Beckermeyer III1-27/+18
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota1-3/+2
2025-01-13btrfs: selftests: add delayed ref self test casesJosef Bacik1-3/+10
2025-01-13btrfs: move select_delayed_ref() and export itJosef Bacik1-0/+26
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-129/+196
2024-11-14btrfs: fix incorrect comparison for delayed refsJosef Bacik1-1/+1
2024-11-11btrfs: remove no longer used delayed ref head search functionalityFilipe Manana1-29/+5
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana1-104/+88
2024-11-11btrfs: assert delayed refs lock is held at add_delayed_ref_head()Filipe Manana1-0/+1
2024-11-11btrfs: assert delayed refs lock is held at find_first_ref_head()Filipe Manana1-0/+2
2024-11-11btrfs: assert delayed refs lock is held at find_ref_head()Filipe Manana1-2/+2
2024-11-11btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana1-2/+3
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana1-4/+8
2024-11-11btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana1-0/+10
2024-11-11btrfs: simplify obtaining a delayed ref headFilipe Manana1-5/+22
2024-11-11btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana1-6/+6
2024-11-11btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana1-4/+0
2024-11-11btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()Filipe Manana1-4/+5
2024-11-11btrfs: remove duplicated code to drop delayed ref during transaction abortFilipe Manana1-7/+1
2024-11-11btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana1-2/+2
2024-11-11btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana1-0/+81
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana1-4/+4
2024-11-07btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana1-1/+1
2024-10-11btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana1-7/+8
2024-10-07btrfs: fix missing error handling when adding delayed ref with qgroups enabledFilipe Manana1-9/+33
2024-09-10btrfs: qgroup: use xarray to track dirty extents in transactionJunchao Sun1-3/+14
2024-09-10btrfs: qgroup: use goto style to handle errors in add_delayed_ref()Junchao Sun1-9/+10
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik1-0/+67
2024-07-11btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana1-1/+8
2024-07-11btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()Filipe Manana1-42/+0
2024-05-07btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik1-6/+4
2024-05-07btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik1-2/+2
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik1-56/+26
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik1-4/+4
2024-05-07btrfs: unify the btrfs_add_delayed_*_ref helpers into one helperJosef Bacik1-77/+25
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik1-12/+2
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 Bacik1-21/+8
2024-05-07btrfs: move ref_root into btrfs_refJosef Bacik1-16/+13
2024-05-07btrfs: do not use a function to initialize btrfs_refJosef Bacik1-10/+0
2024-05-07btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_nodeJosef Bacik1-34/+17
2024-05-07btrfs: add a helper to get the delayed ref node from the data/tree refJosef Bacik1-9/+19
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou1-8/+4
2024-03-04btrfs: use KMEM_CACHE() to create delayed ref cachesKunwu Chan1-16/+8
2024-03-04btrfs: uninline some static inline helpers from delayed-ref.hDavid Sterba1-0/+65
2023-11-09btrfs: fix qgroup record leaks when using simple quotasFilipe Manana1-2/+2
2023-10-12btrfs: stop reserving excessive space for block group item insertionsFilipe Manana1-0/+35