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: 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
*
btrfs: don't end the transaction for delayed refs in throttle
Josef Bacik
2019-01-28
1
-8
/
+0
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-2
/
+2
*
btrfs: don't run delayed refs in the end transaction logic
Josef Bacik
2018-12-17
1
-38
/
+0
*
btrfs: rework btrfs_check_space_for_delayed_refs
Josef Bacik
2018-12-17
1
-1
/
+1
*
btrfs: introduce delayed_refs_rsv
Josef Bacik
2018-12-17
1
-3
/
+34
*
btrfs: cleanup the useless DEFINE_WAIT in cleanup_transaction
Lu Fengqi
2018-12-17
1
-1
/
+0
*
Btrfs: remove no longer used stuff for tracking pending ordered extents
Filipe Manana
2018-12-17
1
-11
/
+0
*
btrfs: don't run delayed_iputs in commit
Josef Bacik
2018-10-19
1
-9
/
+0
*
btrfs: remove fs_info from btrfs_should_throttle_delayed_refs
Lu Fengqi
2018-10-15
1
-1
/
+1
*
btrfs: remove fs_info from btrfs_check_space_for_delayed_refs
Lu Fengqi
2018-10-15
1
-1
/
+1
*
btrfs: release metadata before running delayed refs
Josef Bacik
2018-10-15
1
-3
/
+3
*
btrfs: open code btrfs_after_dev_replace_commit
David Sterba
2018-10-15
1
-1
/
+4
*
Btrfs: delayed-refs: use rb_first_cached for href_root
Liu Bo
2018-10-15
1
-2
/
+3
*
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-10-15
1
-2
/
+2
*
btrfs: Remove root parameter from btrfs_insert_dir_item
Lu Fengqi
2018-10-15
1
-4
/
+3
*
btrfs: simplify IS_ERR/PTR_ERR checks
Al Viro
2018-08-06
1
-1
/
+1
*
btrfs: Remove fs_info from btrfs_add_root_ref
Lu Fengqi
2018-08-06
1
-1
/
+1
*
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit
Lu Fengqi
2018-08-06
1
-2
/
+1
*
btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups
Lu Fengqi
2018-08-06
1
-1
/
+1
*
btrfs: use monotonic time for transaction handling
Arnd Bergmann
2018-08-06
1
-1
/
+1
*
btrfs: replace get_seconds with new 64bit time API
Allen Pais
2018-08-06
1
-1
/
+1
*
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
1
-1
/
+1
|
\
|
*
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-05
1
-1
/
+1
*
|
btrfs: Remove fs_info argument from btrfs_uuid_tree_add
Lu Fengqi
2018-05-30
1
-4
/
+3
*
|
Btrfs: get rid of unused orphan infrastructure
Omar Sandoval
2018-05-28
1
-1
/
+0
*
|
btrfs: replace waitqueue_actvie with cond_wake_up
David Sterba
2018-05-28
1
-6
/
+1
|
/
*
btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT
Qu Wenruo
2018-04-18
1
-0
/
+1
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
Qu Wenruo
2018-03-31
1
-4
/
+4
*
btrfs: Drop fs_info parameter from btrfs_finish_extent_commit
Nikolay Borisov
2018-03-31
1
-1
/
+1
*
btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents
Nikolay Borisov
2018-03-31
1
-2
/
+2
*
btrfs: drop fs_info parameter from btrfs_run_delayed_refs
Nikolay Borisov
2018-03-31
1
-12
/
+11
[next]