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
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
2019-11-18
btrfs: Add assert to catch nested transaction commit
Nikolay Borisov
1
-0
/
+2
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
1
-0
/
+1
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
1
-2
/
+2
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-07-30
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
1
-4
/
+18
2019-07-30
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
1
-0
/
+10
2019-07-04
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
1
-0
/
+18
2019-04-29
Btrfs: remove no longer used member num_dirty_bgs from transaction
Filipe Manana
1
-1
/
+0
2019-04-29
btrfs: get fs_info from trans in btrfs_run_dev_replace
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from trans in btrfs_run_dev_stats
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from trans in btrfs_write_dirty_block_groups
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from trans in btrfs_setup_space_cache
David Sterba
1
-1
/
+1
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
1
-9
/
+0
2019-04-29
btrfs: Rename and export clear_btree_io_tree
Nikolay Borisov
1
-33
/
+4
2019-04-29
btrfs: combine device update operations during transaction commit
Nikolay Borisov
1
-2
/
+3
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
1
-1
/
+1
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
1
-1
/
+1
2019-03-13
Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes
Filipe Manana
1
-6
/
+43
2019-02-25
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
1
-1
/
+1
2019-02-25
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
1
-0
/
+1
2019-02-25
btrfs: call btrfs_create_pending_block_groups unconditionally
Josef Bacik
1
-4
/
+2
2019-01-30
btrfs: clean up pending block groups when transaction commit aborts
David Sterba
1
-0
/
+16
2019-01-28
btrfs: don't end the transaction for delayed refs in throttle
Josef Bacik
1
-8
/
+0
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-2
/
+2
2018-12-17
btrfs: don't run delayed refs in the end transaction logic
Josef Bacik
1
-38
/
+0
2018-12-17
btrfs: rework btrfs_check_space_for_delayed_refs
Josef Bacik
1
-1
/
+1
2018-12-17
btrfs: introduce delayed_refs_rsv
Josef Bacik
1
-3
/
+34
2018-12-17
btrfs: cleanup the useless DEFINE_WAIT in cleanup_transaction
Lu Fengqi
1
-1
/
+0
2018-12-17
Btrfs: remove no longer used stuff for tracking pending ordered extents
Filipe Manana
1
-11
/
+0
2018-10-19
btrfs: don't run delayed_iputs in commit
Josef Bacik
1
-9
/
+0
2018-10-15
btrfs: remove fs_info from btrfs_should_throttle_delayed_refs
Lu Fengqi
1
-1
/
+1
2018-10-15
btrfs: remove fs_info from btrfs_check_space_for_delayed_refs
Lu Fengqi
1
-1
/
+1
2018-10-15
btrfs: release metadata before running delayed refs
Josef Bacik
1
-3
/
+3
2018-10-15
btrfs: open code btrfs_after_dev_replace_commit
David Sterba
1
-1
/
+4
2018-10-15
Btrfs: delayed-refs: use rb_first_cached for href_root
Liu Bo
1
-2
/
+3
2018-10-15
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
1
-2
/
+2
2018-10-15
btrfs: Remove root parameter from btrfs_insert_dir_item
Lu Fengqi
1
-4
/
+3
2018-08-06
btrfs: simplify IS_ERR/PTR_ERR checks
Al Viro
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_add_root_ref
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit
Lu Fengqi
1
-2
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: use monotonic time for transaction handling
Arnd Bergmann
1
-1
/
+1
[next]