index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
2025-05-15
btrfs: simplify cow only root list extraction during transaction commit
Filipe Manana
2025-05-15
btrfs: simplify getting and extracting previous transaction during commit
Filipe Manana
2025-05-15
btrfs: add space_info argument to btrfs_chunk_alloc()
Naohiro Aota
2025-05-15
btrfs: don't BUG_ON() when unpinning extents during transaction commit
Filipe Manana
2025-05-15
btrfs: use buffer xarray for extent buffer writeback operations
Josef Bacik
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-03-18
btrfs: explicitly ref count block_group on new_bgs list
Boris Burkov
2025-03-18
btrfs: harden block_group::bg_list against list_del() races
Boris Burkov
2025-03-18
btrfs: use struct btrfs_inode inside create_pending_snapshot()
David Sterba
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-01-23
btrfs: fix use-after-free when attempting to join an aborted transaction
Filipe Manana
2025-01-13
btrfs: drop fs_info argument from btrfs_update_space_info_*()
Naohiro Aota
2024-11-11
btrfs: track delayed ref heads in an xarray
Filipe Manana
2024-11-11
btrfs: remove num_entries atomic counter from delayed ref root
Filipe Manana
2024-11-11
btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
Filipe Manana
2024-09-10
btrfs: qgroup: use xarray to track dirty extents in transaction
Junchao Sun
2024-07-11
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
btrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
David Sterba
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-05-07
btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()
Anand Jain
2024-05-07
btrfs: rename werr and err to ret in btrfs_write_marked_extents()
Anand Jain
2024-05-07
btrfs: report filemap_fdata<write|wait>_range() error
Anand Jain
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
btrfs: rename err to ret in __btrfs_end_transaction()
Anand Jain
2024-05-07
btrfs: remove pointless BUG_ON() when creating snapshot
Filipe Manana
2024-04-02
btrfs: always clear PERTRANS metadata during commit
Boris Burkov
2024-04-02
btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans
Boris Burkov
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_trans_handle cache
Kunwu Chan
2024-03-04
btrfs: remove no longer used btrfs_transaction_in_commit()
Filipe Manana
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-02-29
btrfs: fix double free of anonymous device after snapshot creation failure
Filipe Manana
2024-02-13
btrfs: don't refill whole delayed refs block reserve when starting transaction
Filipe Manana
2023-12-14
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-06
btrfs: free qgroup pertrans reserve on transaction abort
Boris Burkov
2023-11-28
Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-15
btrfs: do not abort transaction if there is already an existing qgroup
Qu Wenruo
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-18
btrfs: convert to new timestamp accessors
Jeff Layton
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
2023-10-12
btrfs: stop reserving excessive space for block group item insertions
Filipe Manana
2023-10-12
btrfs: move btrfs_defrag_root() to defrag.{c,h}
Filipe Manana
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
[next]