index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
2020-07-27
1
-1
/
+4
*
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
2020-07-27
1
-1
/
+0
*
btrfs: preallocate anon block device at first phase of snapshot creation
Qu Wenruo
2020-07-27
1
-1
/
+1
*
btrfs: simplify root lookup by id
David Sterba
2020-05-25
1
-1
/
+1
*
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
2020-05-25
1
-7
/
+7
*
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
2020-05-25
1
-1
/
+1
*
btrfs: force chunk allocation if our global rsv is larger than metadata
Josef Bacik
2020-05-25
1
-0
/
+18
*
btrfs: improve global reserve stealing logic
Josef Bacik
2020-05-25
1
-37
/
+5
*
btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...
Qu Wenruo
2020-04-27
1
-2
/
+11
*
btrfs: hold a ref on the root on the dead roots list
Josef Bacik
2020-03-23
1
-1
/
+4
*
btrfs: move ino_cache_inode dropping out of btrfs_free_fs_root
Josef Bacik
2020-03-23
1
-0
/
+4
*
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
2020-03-23
1
-2
/
+2
*
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
2020-03-23
1
-3
/
+3
*
btrfs: switch to use new generic UUID API
Andy Shevchenko
2020-03-23
1
-4
/
+3
*
btrfs: merge unlocking to common exit block in btrfs_commit_transaction
David Sterba
2020-03-23
1
-35
/
+23
*
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
2020-03-23
1
-0
/
+2
*
btrfs: add wrapper for transaction abort predicate
David Sterba
2020-03-23
1
-12
/
+13
*
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
2020-03-23
1
-6
/
+0
*
btrfs: hold a ref on the root in create_pending_snapshot
Josef Bacik
2020-03-23
1
-0
/
+6
*
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
2020-03-23
1
-1
/
+1
*
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
2020-02-19
1
-0
/
+2
*
btrfs: set trans->drity in btrfs_commit_transaction
Josef Bacik
2020-01-23
1
-0
/
+8
*
btrfs: drop log root for dropped roots
Josef Bacik
2020-01-23
1
-10
/
+12
*
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
1
-3
/
+3
*
btrfs: Rename btrfs_join_transaction_nolock
Nikolay Borisov
2019-11-18
1
-1
/
+1
*
btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED
Qu Wenruo
2019-11-18
1
-12
/
+3
*
btrfs: transaction: describe transaction states and transitions
Qu Wenruo
2019-11-18
1
-0
/
+71
*
Btrfs: make btrfs_wait_extents() static
Filipe Manana
2019-11-18
1
-1
/
+1
*
btrfs: Add assert to catch nested transaction commit
Nikolay Borisov
2019-11-18
1
-0
/
+2
*
btrfs: move cond_wake_up functions out of ctree
David Sterba
2019-09-09
1
-0
/
+1
*
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
2019-09-09
1
-2
/
+2
*
btrfs: move basic block_group definitions to their own header
Josef Bacik
2019-09-09
1
-0
/
+1
*
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
2019-07-30
1
-4
/
+18
*
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
2019-07-30
1
-0
/
+10
*
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
2019-07-04
1
-0
/
+18
*
Btrfs: remove no longer used member num_dirty_bgs from transaction
Filipe Manana
2019-04-29
1
-1
/
+0
*
btrfs: get fs_info from trans in btrfs_run_dev_replace
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from trans in btrfs_run_dev_stats
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from trans in btrfs_write_dirty_block_groups
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from trans in btrfs_setup_space_cache
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
1
-9
/
+0
*
btrfs: Rename and export clear_btree_io_tree
Nikolay Borisov
2019-04-29
1
-33
/
+4
*
btrfs: combine device update operations during transaction commit
Nikolay Borisov
2019-04-29
1
-2
/
+3
*
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
2019-04-29
1
-1
/
+1
*
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
2019-04-29
1
-1
/
+1
*
Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes
Filipe Manana
2019-03-13
1
-6
/
+43
*
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
2019-02-25
1
-1
/
+1
*
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
2019-02-25
1
-0
/
+1
*
btrfs: call btrfs_create_pending_block_groups unconditionally
Josef Bacik
2019-02-25
1
-4
/
+2
*
btrfs: clean up pending block groups when transaction commit aborts
David Sterba
2019-01-30
1
-0
/
+16
[next]