index
:
pub/scm/linux/kernel/git/ti/linux.git
master
TI groups fork of linux.git for Texas Instruments SoCs
TI Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
btrfs: do not force reloc root creation during qgroup_account_snapshot()
Qu Wenruo
1
-1
/
+12
11 days
btrfs: abort transaction before releasing tree_log_mutex on commit failure
Leo Martins
1
-0
/
+6
2026-08-07
btrfs: use simple booleans for log_commit field in struct btrfs_root
Filipe Manana
1
-6
/
+2
2026-08-07
btrfs: use %pe for error code output
Qu Wenruo
1
-4
/
+4
2026-08-07
btrfs: replace writeback inhibition xarray with a fixed inline buffer
Leo Martins
1
-2
/
+0
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-2
/
+2
2026-06-09
btrfs: use shifts for sectorsize and nodesize
David Sterba
1
-1
/
+1
2026-06-09
btrfs: simplify how first hit is passed to __btrfs_abort_transaction()
David Sterba
1
-1
/
+12
2026-06-08
btrfs: tracepoints: trace transaction states during commit phase
Filipe Manana
1
-2
/
+6
2026-06-08
btrfs: tracepoints: add trace event for the start of a new transaction
Filipe Manana
1
-0
/
+1
2026-06-08
btrfs: tracepoints: add trace event for transaction aborts
Filipe Manana
1
-0
/
+1
2026-06-08
btrfs: tracepoints: pass a transaction handle to transaction commit event
Filipe Manana
1
-2
/
+2
2026-06-08
btrfs: move transaction abort message to __btrfs_abort_transaction()
David Sterba
1
-2
/
+6
2026-05-08
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
1
-5
/
+4
2026-04-07
btrfs: remove duplicate journal_info reset on failure to commit transaction
Filipe Manana
1
-2
/
+0
2026-04-07
btrfs: tag as unlikely if statements that check for fs in error state
Filipe Manana
1
-5
/
+5
2026-04-07
btrfs: prefer IS_ERR_OR_NULL() over manual NULL check
Philipp Hahn
1
-1
/
+1
2026-04-07
btrfs: inhibit extent buffer writeback to prevent COW amplification
Leo Martins
1
-0
/
+19
2026-04-07
btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()
Filipe Manana
1
-1
/
+1
2026-04-07
btrfs: avoid unnecessary root node COW during snapshotting
Filipe Manana
1
-15
/
+5
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
1
-5
/
+5
2026-04-07
btrfs: remove pointless out label in qgroup_account_snapshot()
Filipe Manana
1
-9
/
+8
2026-04-07
btrfs: zoned: cap delayed refs metadata reservation to avoid overcommit
Johannes Thumshirn
1
-0
/
+8
2026-04-07
btrfs: remove max_mirrors argument from write_all_supers()
Filipe Manana
1
-1
/
+1
2026-04-07
btrfs: pass transaction handle to write_all_supers()
Filipe Manana
1
-1
/
+1
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+16
2026-03-03
btrfs: fix transaction abort when snapshotting received subvolumes
Filipe Manana
1
-0
/
+16
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-18
btrfs: use the correct type to initialize block reserve for delayed refs
Filipe Manana
1
-1
/
+1
2026-02-03
btrfs: fix block_group_tree dirty_list corruption
Boris Burkov
1
-7
/
+0
2026-02-03
btrfs: remove out label in btrfs_wait_for_commit()
Filipe Manana
1
-4
/
+5
2026-02-03
btrfs: allow mounting filesystems with remap-tree incompat flag
Mark Harmstone
1
-0
/
+7
2026-02-03
btrfs: tag as unlikely error conditions in the transaction commit path
Filipe Manana
1
-22
/
+22
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()
Filipe Manana
1
-3
/
+2
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()
Filipe Manana
1
-3
/
+3
2025-12-16
btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
Robbie Ko
1
-5
/
+6
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
1
-12
/
+29
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
1
-0
/
+2
2025-11-24
btrfs: remove redundant refcount check in btrfs_put_transaction()
Xuanqiang Luo
1
-1
/
+0
2025-11-24
btrfs: remove fs_info argument from btrfs_reserve_metadata_bytes()
Filipe Manana
1
-2
/
+2
2025-09-23
btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
Filipe Manana
1
-1
/
+1
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-14
/
+14
2025-09-23
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
1
-2
/
+1
2025-09-23
btrfs: remove pointless key offset setup in create_pending_snapshot()
Filipe Manana
1
-4
/
+2
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-2
/
+2
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-3
/
+3
2025-07-22
btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabled
Filipe Manana
1
-2
/
+4
2025-07-21
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
1
-2
/
+2
2025-07-21
btrfs: rename err to ret in btrfs_wait_tree_log_extents()
David Sterba
1
-5
/
+5
2025-07-21
btrfs: rename err to ret in btrfs_wait_extents()
David Sterba
1
-5
/
+5
[next]