index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-03
btrfs: fix transaction abort when snapshotting received subvolumes
Filipe Manana
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
btrfs: use the correct type to initialize block reserve for delayed refs
Filipe Manana
2026-02-03
btrfs: fix block_group_tree dirty_list corruption
Boris Burkov
2026-02-03
btrfs: remove out label in btrfs_wait_for_commit()
Filipe Manana
2026-02-03
btrfs: allow mounting filesystems with remap-tree incompat flag
Mark Harmstone
2026-02-03
btrfs: tag as unlikely error conditions in the transaction commit path
Filipe Manana
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()
Filipe Manana
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()
Filipe Manana
2025-12-16
btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
Robbie Ko
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-11-24
btrfs: remove redundant refcount check in btrfs_put_transaction()
Xuanqiang Luo
2025-11-24
btrfs: remove fs_info argument from btrfs_reserve_metadata_bytes()
Filipe Manana
2025-09-23
btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
Filipe Manana
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-09-23
btrfs: remove pointless key offset setup in create_pending_snapshot()
Filipe Manana
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-07-22
btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabled
Filipe Manana
2025-07-21
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
2025-07-21
btrfs: rename err to ret in btrfs_wait_tree_log_extents()
David Sterba
2025-07-21
btrfs: rename err to ret in btrfs_wait_extents()
David Sterba
2025-07-21
btrfs: sysfs: track current commit duration in commit_stats
Boris Burkov
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
[next]