index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
3 days
btrfs: remove the free space inode ordered extent special cases
Tal Zussman
3 days
btrfs: remove the SPACE_CACHE mount option flag
Tal Zussman
3 days
btrfs: remove the v1 space cache write path
Tal Zussman
3 days
btrfs: remove the v1 space cache writeout from the transaction commit
Tal Zussman
5 days
btrfs: pre-allocate delayed dir index before btree modification
Jeff Layton
10 days
btrfs: do not force reloc root creation during qgroup_account_snapshot()
Qu Wenruo
10 days
btrfs: abort transaction before releasing tree_log_mutex on commit failure
Leo Martins
2026-08-07
btrfs: use simple booleans for log_commit field in struct btrfs_root
Filipe Manana
2026-08-07
btrfs: use %pe for error code output
Qu Wenruo
2026-08-07
btrfs: replace writeback inhibition xarray with a fixed inline buffer
Leo Martins
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
2026-06-09
btrfs: use shifts for sectorsize and nodesize
David Sterba
2026-06-09
btrfs: simplify how first hit is passed to __btrfs_abort_transaction()
David Sterba
2026-06-08
btrfs: tracepoints: trace transaction states during commit phase
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for the start of a new transaction
Filipe Manana
2026-06-08
btrfs: tracepoints: add trace event for transaction aborts
Filipe Manana
2026-06-08
btrfs: tracepoints: pass a transaction handle to transaction commit event
Filipe Manana
2026-06-08
btrfs: move transaction abort message to __btrfs_abort_transaction()
David Sterba
2026-05-08
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
2026-04-07
btrfs: remove duplicate journal_info reset on failure to commit transaction
Filipe Manana
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
2026-04-07
btrfs: prefer IS_ERR_OR_NULL() over manual NULL check
Philipp Hahn
2026-04-07
btrfs: inhibit extent buffer writeback to prevent COW amplification
Leo Martins
2026-04-07
btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()
Filipe Manana
2026-04-07
btrfs: avoid unnecessary root node COW during snapshotting
Filipe Manana
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
2026-04-07
btrfs: remove pointless out label in qgroup_account_snapshot()
Filipe Manana
2026-04-07
btrfs: zoned: cap delayed refs metadata reservation to avoid overcommit
Johannes Thumshirn
2026-04-07
btrfs: remove max_mirrors argument from write_all_supers()
Filipe Manana
2026-04-07
btrfs: pass transaction handle to write_all_supers()
Filipe Manana
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
[next]