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
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
2020-12-08
btrfs: update last_byte_to_unpin in switch_commit_roots
Josef Bacik
1
-2
/
+40
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
1
-2
/
+0
2020-12-08
btrfs: do not start and wait for delalloc on snapshot roots on transaction co...
Filipe Manana
1
-43
/
+6
2020-10-07
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
1
-2
/
+3
2020-10-07
btrfs: make fast fsyncs wait only for writeback
Filipe Manana
1
-0
/
+10
2020-09-07
btrfs: fix NULL pointer dereference after failure to create snapshot
Filipe Manana
1
-0
/
+1
2020-07-27
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
1
-1
/
+4
2020-07-27
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
1
-1
/
+0
2020-07-27
btrfs: preallocate anon block device at first phase of snapshot creation
Qu Wenruo
1
-1
/
+1
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-1
/
+1
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
1
-7
/
+7
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-1
/
+1
2020-05-25
btrfs: force chunk allocation if our global rsv is larger than metadata
Josef Bacik
1
-0
/
+18
2020-05-25
btrfs: improve global reserve stealing logic
Josef Bacik
1
-37
/
+5
2020-04-27
btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...
Qu Wenruo
1
-2
/
+11
2020-03-23
btrfs: hold a ref on the root on the dead roots list
Josef Bacik
1
-1
/
+4
2020-03-23
btrfs: move ino_cache_inode dropping out of btrfs_free_fs_root
Josef Bacik
1
-0
/
+4
2020-03-23
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
1
-2
/
+2
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
1
-3
/
+3
2020-03-23
btrfs: switch to use new generic UUID API
Andy Shevchenko
1
-4
/
+3
2020-03-23
btrfs: merge unlocking to common exit block in btrfs_commit_transaction
David Sterba
1
-35
/
+23
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
1
-0
/
+2
2020-03-23
btrfs: add wrapper for transaction abort predicate
David Sterba
1
-12
/
+13
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-6
/
+0
2020-03-23
btrfs: hold a ref on the root in create_pending_snapshot
Josef Bacik
1
-0
/
+6
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-1
/
+1
2020-02-19
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
1
-0
/
+2
2020-01-23
btrfs: set trans->drity in btrfs_commit_transaction
Josef Bacik
1
-0
/
+8
2020-01-23
btrfs: drop log root for dropped roots
Josef Bacik
1
-10
/
+12
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-3
/
+3
2019-11-18
btrfs: Rename btrfs_join_transaction_nolock
Nikolay Borisov
1
-1
/
+1
2019-11-18
btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED
Qu Wenruo
1
-12
/
+3
2019-11-18
btrfs: transaction: describe transaction states and transitions
Qu Wenruo
1
-0
/
+71
2019-11-18
Btrfs: make btrfs_wait_extents() static
Filipe Manana
1
-1
/
+1
[next]