index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
1
-63
/
+49
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
1
-2
/
+2
2022-03-14
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
1
-2
/
+2
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
1
-0
/
+15
2022-03-02
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
1
-1
/
+31
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
1
-1
/
+32
2022-02-09
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
1
-2
/
+10
2022-01-31
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
1
-0
/
+24
2022-01-07
btrfs: make send work with concurrent block group relocation
Filipe Manana
1
-0
/
+4
2022-01-03
btrfs: remove useless WARN_ON in record_root_in_trans
Josef Bacik
1
-1
/
+0
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: do not special case the extent root for switch commit roots
Josef Bacik
1
-6
/
+2
2022-01-03
btrfs: remove trans_handle->root
Josef Bacik
1
-1
/
+0
2022-01-03
btrfs: pass fs_info to trace_btrfs_transaction_commit
Josef Bacik
1
-2
/
+2
2022-01-03
btrfs: rework async transaction committing
Josef Bacik
1
-53
/
+11
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
1
-2
/
+2
2022-01-03
btrfs: reduce the scope of the tree log mutex during transaction commit
Filipe Manana
1
-34
/
+42
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
1
-6
/
+5
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
1
-5
/
+5
2021-07-07
btrfs: fix deadlock with concurrent chunk allocations involving system chunks
Filipe Manana
1
-5
/
+0
2021-06-22
btrfs: send: fix crash when memory allocations trigger reclaim
Filipe Manana
1
-3
/
+0
2021-06-22
btrfs: fix unbalanced unlock in qgroup_account_snapshot()
Naohiro Aota
1
-1
/
+1
2021-06-21
btrfs: inline wait_current_trans_commit_start in its caller
David Sterba
1
-13
/
+7
2021-06-21
btrfs: sink wait_for_unblock parameter to async commit
David Sterba
1
-22
/
+2
2021-06-21
btrfs: clear defrag status of a root if starting transaction fails
David Sterba
1
-2
/
+4
2021-06-21
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
1
-8
/
+0
2021-04-19
btrfs: fix race between transaction aborts and fsyncs leading to use-after-free
Filipe Manana
1
-1
/
+11
2021-04-19
btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
Josef Bacik
1
-1
/
+3
2021-04-19
btrfs: return an error from btrfs_record_root_in_trans
Josef Bacik
1
-2
/
+3
2021-04-19
btrfs: handle record_root_in_trans failure in create_pending_snapshot
Josef Bacik
1
-3
/
+8
2021-04-19
btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
Josef Bacik
1
-2
/
+3
2021-04-19
btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
Josef Bacik
1
-2
/
+4
2021-04-19
btrfs: handle btrfs_record_root_in_trans failure in start_transaction
Josef Bacik
1
-1
/
+10
2021-04-19
btrfs: fix exhaustion of the system chunk array due to concurrent allocations
Filipe Manana
1
-0
/
+5
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
1
-0
/
+10
2021-02-08
btrfs: make concurrent fsyncs wait less when waiting for a transaction commit
Filipe Manana
1
-8
/
+31
2021-02-08
btrfs: run delayed refs less often in commit_cowonly_roots
Josef Bacik
1
-11
/
+12
2021-02-08
btrfs: stop running all delayed refs during snapshot
Josef Bacik
1
-6
/
+0
2021-02-08
btrfs: move delayed ref flushing for qgroup into qgroup helper
Josef Bacik
1
-6
/
+17
2021-02-08
btrfs: only run delayed refs once before committing
Josef Bacik
1
-6
/
+0
2021-02-08
btrfs: only let one thread pre-flush delayed refs in commit
Josef Bacik
1
-17
/
+15
2021-02-08
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
1
-1
/
+1
2021-02-08
btrfs: fix error handling in commit_fs_roots
Josef Bacik
1
-5
/
+6
2021-01-12
btrfs: no need to run delayed refs after commit_fs_roots during commit
David Sterba
1
-8
/
+0
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
1
-0
/
+2
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
1
-19
/
+0
2020-12-08
btrfs: return bool from btrfs_should_end_transaction
Nikolay Borisov
1
-2
/
+2
2020-12-08
btrfs: return bool from should_end_transaction
Nikolay Borisov
1
-2
/
+2
2020-12-08
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-12-08
btrfs: protect fs_info->caching_block_groups by block_group_cache_lock
Josef Bacik
1
-0
/
+2
[next]