index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
btrfs: Remove btrfs_fs_info::open_ioctl_trans
Nikolay Borisov
2018-03-31
1
-6
/
+3
*
btrfs: Remove code referencing unused TRANS_USERSPACE
Nikolay Borisov
2018-03-31
1
-21
/
+6
*
btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...
Qu Wenruo
2018-03-31
1
-1
/
+9
*
btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call site
Nikolay Borisov
2018-03-26
1
-5
/
+6
*
btrfs: Remove fs_info argument of btrfs_write_and_wait_transaction
Nikolay Borisov
2018-03-26
1
-4
/
+4
*
btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_used
Nikolay Borisov
2018-03-26
1
-1
/
+1
*
btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_s...
Nikolay Borisov
2018-03-26
1
-5
/
+5
*
btrfs: Remove fs_info argument from switch_commit_roots
Nikolay Borisov
2018-03-26
1
-4
/
+4
*
btrfs: Remove root argument of cleanup_transaction
Nikolay Borisov
2018-03-26
1
-5
/
+4
*
btrfs: Don't pass fs_info to commit_cowonly_roots
Nikolay Borisov
2018-03-26
1
-4
/
+4
*
btrfs: Don't pass fs_info to commit_fs_roots
Nikolay Borisov
2018-03-26
1
-4
/
+4
*
btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nr
Nikolay Borisov
2018-03-26
1
-4
/
+4
*
btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groups
Nikolay Borisov
2018-03-26
1
-1
/
+1
*
btrfs: Remove fs_info argument from btrfs_create_pending_block_groups
Nikolay Borisov
2018-03-26
1
-3
/
+3
*
btrfs: Remove fs_info argument from btrfs_trans_release_metadata
Nikolay Borisov
2018-03-26
1
-6
/
+8
*
btrfs: Open code btrfs_write_and_wait_marked_extents
Nikolay Borisov
2018-03-26
1
-21
/
+14
*
btrfs: Make btrfs_trans_release_metadata private to transaction.c
Nikolay Borisov
2018-03-26
1
-0
/
+19
[next]