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: remove transaction from send
Josef Bacik
2014-04-06
1
-17
/
+28
*
Btrfs: don't clear uptodate if the eb is under IO
Josef Bacik
2014-04-06
1
-1
/
+2
*
Btrfs: fix deadlock with nested trans handles
Josef Bacik
2014-03-20
1
-10
/
+4
*
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
Miao Xie
2014-03-10
1
-1
/
+1
*
Btrfs: cancel scrub on transaction abortion
Wang Shilong
2014-03-10
1
-0
/
+1
*
Btrfs: fix a possible deadlock between scrub and transaction committing
Wang Shilong
2014-03-10
1
-11
/
+11
*
btrfs: Add noinode_cache mount option
Qu Wenruo
2014-01-28
1
-0
/
+9
*
Btrfs: throttle delayed refs better
Josef Bacik
2014-01-28
1
-2
/
+2
*
Btrfs: attach delayed ref updates to delayed ref heads
Josef Bacik
2014-01-28
1
-6
/
+1
*
Btrfs: make fsync latency less sucky
Josef Bacik
2014-01-28
1
-1
/
+2
*
Btrfs: fix protection between send and root deletion
Wang Shilong
2014-01-28
1
-0
/
+13
*
Btrfs: remove btrfs_end_transaction_dmeta()
Miao Xie
2014-01-28
1
-6
/
+0
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
1
-4
/
+4
*
Btrfs: wrap repeated code into scrub_blocked_if_needed()
Wang Shilong
2014-01-28
1
-1
/
+2
*
Btrfs: introduce a head ref rbtree
Liu Bo
2014-01-28
1
-1
/
+3
*
Btrfs: fix lockdep error in async commit
Liu Bo
2013-11-20
1
-2
/
+2
*
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
2013-11-11
1
-1
/
+1
*
Btrfs: don't wait for the completion of all the ordered extents
Miao Xie
2013-11-11
1
-1
/
+1
*
Btrfs: fix memory leaks on transaction commit failure
Filipe David Borba Manana
2013-11-11
1
-4
/
+8
*
Btrfs: fix BUG_ON() casued by the reserved space migration
Miao Xie
2013-11-11
1
-1
/
+23
*
Btrfs: fix two use-after-free bugs with transaction cleanup
Josef Bacik
2013-11-11
1
-11
/
+11
*
Btrfs: remove all BUG_ON()'s from commit_cowonly_roots
Josef Bacik
2013-11-11
1
-5
/
+8
*
Btrfs: cleanup transaction on abort
Josef Bacik
2013-11-11
1
-1
/
+3
*
Btrfs: reset intwrite on transaction abort
Josef Bacik
2013-11-11
1
-0
/
+2
*
Btrfs: fix transid verify errors when recovering log tree
Josef Bacik
2013-10-04
1
-5
/
+2
*
Btrfs: kill delay_iput arg to the wait_ordered functions
Josef Bacik
2013-09-21
1
-1
/
+1
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
1
-2
/
+1
*
Btrfs: check UUID tree during mount if required
Stefan Behrens
2013-09-01
1
-1
/
+2
*
Btrfs: introduce uuid-tree-gen field
Stefan Behrens
2013-09-01
1
-0
/
+1
*
Btrfs: maintain subvolume items in the UUID tree
Stefan Behrens
2013-09-01
1
-1
/
+19
*
btrfs: mark some local function as 'static'
Sergei Trofimovich
2013-09-01
1
-1
/
+1
*
Btrfs: don't bug_on when we fail when cleaning up transactions
Josef Bacik
2013-09-01
1
-2
/
+1
*
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
2013-09-01
1
-2
/
+2
*
Btrfs: check to see if root_list is empty before adding it to dead roots
Josef Bacik
2013-08-09
1
-4
/
+4
*
Btrfs: make the chunk allocator completely tree lockless
Josef Bacik
2013-07-02
1
-0
/
+9
*
Btrfs: fix the comment typo for btrfs_attach_transaction_barrier
Wang Sheng-Hui
2013-07-01
1
-1
/
+1
*
Btrfs: fix transaction throttling for delayed refs
Josef Bacik
2013-07-01
1
-14
/
+10
*
Btrfs: stop waiting on current trans if we aborted
Josef Bacik
2013-07-01
1
-4
/
+8
*
Btrfs: merge pending IO for tree log write back
Miao Xie
2013-06-14
1
-3
/
+3
*
Btrfs: make the state of the transaction more readable
Miao Xie
2013-06-14
1
-71
/
+86
*
Btrfs: remove the time check in btrfs_commit_transaction()
Miao Xie
2013-06-14
1
-23
/
+6
*
Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure
Miao Xie
2013-06-14
1
-7
/
+1
*
Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set
Miao Xie
2013-06-14
1
-8
/
+18
*
Btrfs: don't wait for all the writers circularly during the transaction commit
Miao Xie
2013-06-14
1
-13
/
+42
*
Btrfs: remove the code for the impossible case in cleanup_transaction()
Miao Xie
2013-06-14
1
-5
/
+6
*
Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...
Miao Xie
2013-06-14
1
-9
/
+1
*
Btrfs: introduce per-subvolume ordered extent list
Miao Xie
2013-06-14
1
-1
/
+1
*
Btrfs: introduce per-subvolume delalloc inode list
Miao Xie
2013-06-14
1
-1
/
+1
*
Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()
Miao Xie
2013-06-14
1
-5
/
+0
*
btrfs: make static code static & remove dead code
Eric Sandeen
2013-05-06
1
-1
/
+1
[next]