index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: 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
*
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
Jan Schmidt
2013-05-06
1
-1
/
+1
*
Btrfs: clear received_uuid field for new writable snapshots
Stefan Behrens
2013-05-06
1
-4
/
+8
*
Btrfs: cleanup to remove reduplicate code in transaction.c
Wang Shilong
2013-05-06
1
-12
/
+2
*
Btrfs: fix infinite loop when we abort on mount
Josef Bacik
2013-05-06
1
-0
/
+4
*
Btrfs: Include the device in most error printk()s
Simon Kirby
2013-05-06
1
-1
/
+1
*
btrfs: clean snapshots one by one
David Sterba
2013-05-06
1
-19
/
+37
*
btrfs: clean up transaction abort messages
David Sterba
2013-05-06
1
-3
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-03-17
1
-6
/
+5
|
\
|
*
Btrfs: fix warning when creating snapshots
Liu Bo
2013-03-14
1
-6
/
+5
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-03-08
1
-25
/
+40
|
\
\
|
|
/
|
*
Btrfs: avoid deadlock on transaction waiting list
Liu Bo
2013-03-04
1
-0
/
+7
|
*
Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails
Miao Xie
2013-03-04
1
-25
/
+33
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-03-02
1
-36
/
+115
|
\
\
|
|
/
|
*
Btrfs: fix wrong reserved space in qgroup during snap/subv creation
Miao Xie
2013-02-28
1
-3
/
+1
|
*
Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot
Miao Xie
2013-02-28
1
-4
/
+1
|
*
Btrfs: fix NULL pointer after aborting a transaction
Liu Bo
2013-02-28
1
-1
/
+7
|
*
Btrfs: use reserved space for creating a snapshot
Liu Bo
2013-02-26
1
-0
/
+2
|
*
Merge branch 'raid56-experimental' into for-linus-3.9
Chris Mason
2013-02-20
1
-1
/
+8
|
|
\
|
|
*
Merge branch 'for-linus' into raid56-experimental
Chris Mason
2013-02-05
1
-1
/
+18
|
|
|
\
|
|
*
|
Btrfs: reduce CPU contention while waiting for delayed extent operations
Chris Mason
2013-02-01
1
-1
/
+5
|
|
*
|
Btrfs: RAID5 and RAID6
David Woodhouse
2013-02-01
1
-0
/
+3
|
*
|
|
Btrfs: fix missing release of qgroup reservation in commit_transaction()
Miao Xie
2013-02-20
1
-0
/
+8
|
*
|
|
Btrfs: fix uncompleted transaction
Miao Xie
2013-02-20
1
-0
/
+32
|
*
|
|
Btrfs: fix the deadlock between the transaction start/attach and commit
Miao Xie
2013-02-20
1
-1
/
+16
|
*
|
|
Btrfs: fix the qgroup reserved space is released prematurely
Miao Xie
2013-02-20
1
-1
/
+2
[next]