index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
Merge branch 'cleanups-4.6' into for-chris-4.6
David Sterba
1
-2
/
+5
2016-02-18
btrfs: Replace CURRENT_TIME by current_fs_time()
Deepa Dinamani
1
-2
/
+5
2016-02-18
Btrfs: add transaction space reservation tracepoints
Josef Bacik
1
-1
/
+5
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-5
/
+10
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-11
/
+7
2016-01-07
btrfs: preallocate path for snapshot creation at ioctl time
David Sterba
1
-5
/
+4
2016-01-07
btrfs: allocate root item at snapshot ioctl time
David Sterba
1
-6
/
+3
2016-01-07
btrfs: pass proper enum type to start_transaction()
Alexandru Moise
1
-5
/
+10
2015-12-17
Btrfs: fix memory leaks after transaction is aborted
Filipe Manana
1
-0
/
+17
2015-12-10
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
1
-1
/
+0
2015-11-25
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
1
-0
/
+32
2015-10-22
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
1
-38
/
+14
2015-10-22
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
1
-10
/
+8
2015-10-22
Btrfs: change how we wait for pending ordered extents
Josef Bacik
1
-28
/
+6
2015-10-22
btrfs: qgroup: Use new metadata reservation.
Qu Wenruo
1
-27
/
+7
2015-10-22
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
1
-24
/
+8
2015-10-21
btrfs: change num_items type from u64 to unsigned int
Alexandru Moise
1
-4
/
+5
2015-10-21
btrfs: memset cur_trans->delayed_refs to zero
Alexandru Moise
1
-6
/
+2
2015-10-21
btrfs: trimming some start_transaction() code away
Alexandru Moise
1
-14
/
+1
2015-10-13
Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...
Chris Mason
1
-0
/
+9
2015-10-13
Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-1
/
+1
2015-10-10
btrfs: add comments to barriers before waitqueue_active
David Sterba
1
-0
/
+3
2015-10-10
btrfs: add barrier for waitqueue_active in clear_btree_io_tree
David Sterba
1
-0
/
+6
2015-10-10
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2015-10-06
Btrfs: fix deadlock when finalizing block group creation
Filipe Manana
1
-0
/
+1
2015-09-29
Btrfs: consolidate btrfs_error() to btrfs_std_error()
Anand Jain
1
-1
/
+1
2015-09-25
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+32
2015-09-22
Btrfs: keep dropped roots in cache until transaction commit
Josef Bacik
1
-0
/
+32
2015-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+2
2015-08-20
Btrfs: check if previous transaction aborted to avoid fs corruption
Filipe Manana
1
-0
/
+3
2015-08-15
introduce __sb_writers_{acquired,release}() helpers
Oleg Nesterov
1
-6
/
+2
2015-08-09
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
Chris Mason
1
-0
/
+2
2015-08-09
btrfs: Remove unnecessary variants in relocation.c
Zhaolei
1
-1
/
+1
2015-07-29
btrfs: add missing discards when unpinning extents with -o discard
Jeff Mahoney
1
-0
/
+2
2015-07-23
btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()
Zhao Lei
1
-1
/
+2
2015-07-12
Btrfs: fix list transaction->pending_ordered corruption
Filipe Manana
1
-2
/
+2
2015-06-10
btrfs: qgroup: Make snapshot accounting work with new extent-oriented
Qu Wenruo
1
-20
/
+33
2015-06-10
btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.
Qu Wenruo
1
-0
/
+1
2015-06-10
btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.
Qu Wenruo
1
-0
/
+18
2015-06-10
btrfs: qgroup: Record possible quota-related extent for qgroup.
Qu Wenruo
1
-0
/
+1
2015-06-03
Btrfs: fix -ENOSPC when finishing block group creation
Filipe Manana
1
-0
/
+6
2015-04-11
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-1
/
+37
2015-04-11
Btrfs: reserve space for block groups
Josef Bacik
1
-0
/
+1
2015-04-11
Btrfs: account for crcs in delayed ref processing
Josef Bacik
1
-0
/
+4
2015-04-11
btrfs: actively run the delayed refs while deleting large files
Chris Mason
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-5
/
+2
2015-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-14
/
+25
2015-03-17
Btrfs: prepare block group cache before writing
Josef Bacik
1
-1
/
+4
2015-03-13
Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)
Josef Bacik
1
-13
/
+18
[next]