index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2013-09-01
Btrfs: don't bug_on when we fail when cleaning up transactions
Josef Bacik
1
-2
/
+1
2013-09-01
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
1
-2
/
+2
2013-08-10
Btrfs: check to see if root_list is empty before adding it to dead roots
Josef Bacik
1
-4
/
+4
2013-07-02
Btrfs: make the chunk allocator completely tree lockless
Josef Bacik
1
-0
/
+9
2013-07-01
Btrfs: fix the comment typo for btrfs_attach_transaction_barrier
Wang Sheng-Hui
1
-1
/
+1
2013-07-01
Btrfs: fix transaction throttling for delayed refs
Josef Bacik
1
-14
/
+10
2013-07-01
Btrfs: stop waiting on current trans if we aborted
Josef Bacik
1
-4
/
+8
2013-06-14
Btrfs: merge pending IO for tree log write back
Miao Xie
1
-3
/
+3
2013-06-14
Btrfs: make the state of the transaction more readable
Miao Xie
1
-71
/
+86
2013-06-14
Btrfs: remove the time check in btrfs_commit_transaction()
Miao Xie
1
-23
/
+6
2013-06-14
Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure
Miao Xie
1
-7
/
+1
2013-06-14
Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set
Miao Xie
1
-8
/
+18
2013-06-14
Btrfs: don't wait for all the writers circularly during the transaction commit
Miao Xie
1
-13
/
+42
2013-06-14
Btrfs: remove the code for the impossible case in cleanup_transaction()
Miao Xie
1
-5
/
+6
2013-06-14
Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...
Miao Xie
1
-9
/
+1
2013-06-14
Btrfs: introduce per-subvolume ordered extent list
Miao Xie
1
-1
/
+1
2013-06-14
Btrfs: introduce per-subvolume delalloc inode list
Miao Xie
1
-1
/
+1
2013-06-14
Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()
Miao Xie
1
-5
/
+0
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
1
-1
/
+1
2013-05-06
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
Jan Schmidt
1
-1
/
+1
2013-05-06
Btrfs: clear received_uuid field for new writable snapshots
Stefan Behrens
1
-4
/
+8
2013-05-06
Btrfs: cleanup to remove reduplicate code in transaction.c
Wang Shilong
1
-12
/
+2
2013-05-06
Btrfs: fix infinite loop when we abort on mount
Josef Bacik
1
-0
/
+4
2013-05-06
Btrfs: Include the device in most error printk()s
Simon Kirby
1
-1
/
+1
2013-05-06
btrfs: clean snapshots one by one
David Sterba
1
-19
/
+37
2013-05-06
btrfs: clean up transaction abort messages
David Sterba
1
-3
/
+2
2013-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-6
/
+5
2013-03-14
Btrfs: fix warning when creating snapshots
Liu Bo
1
-6
/
+5
2013-03-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-25
/
+40
2013-03-05
Btrfs: avoid deadlock on transaction waiting list
Liu Bo
1
-0
/
+7
2013-03-05
Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails
Miao Xie
1
-25
/
+33
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-36
/
+115
2013-02-28
Btrfs: fix wrong reserved space in qgroup during snap/subv creation
Miao Xie
1
-3
/
+1
2013-02-28
Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot
Miao Xie
1
-4
/
+1
2013-02-28
Btrfs: fix NULL pointer after aborting a transaction
Liu Bo
1
-1
/
+7
2013-02-26
Btrfs: use reserved space for creating a snapshot
Liu Bo
1
-0
/
+2
2013-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2013-02-20
Merge branch 'raid56-experimental' into for-linus-3.9
Chris Mason
1
-1
/
+8
2013-02-20
Btrfs: fix missing release of qgroup reservation in commit_transaction()
Miao Xie
1
-0
/
+8
2013-02-20
Btrfs: fix uncompleted transaction
Miao Xie
1
-0
/
+32
2013-02-20
Btrfs: fix the deadlock between the transaction start/attach and commit
Miao Xie
1
-1
/
+16
2013-02-20
Btrfs: fix the qgroup reserved space is released prematurely
Miao Xie
1
-1
/
+2
2013-02-20
Btrfs: place ordered operations on a per transaction list
Josef Bacik
1
-2
/
+3
2013-02-20
btrfs: add cancellation points to defrag
David Sterba
1
-0
/
+6
2013-02-20
btrfs: remove cache only arguments from defrag path
Eric Sandeen
1
-4
/
+4
2013-02-20
Btrfs: if we aren't committing just end the transaction if we error out
Josef Bacik
1
-6
/
+12
2013-02-20
Btrfs: use bit operation for ->fs_state
Miao Xie
1
-5
/
+4
2013-02-20
Btrfs: check the return value of btrfs_run_ordered_operations()
Miao Xie
1
-2
/
+2
2013-02-20
Btrfs: check the return value of btrfs_start_delalloc_inodes()
Miao Xie
1
-1
/
+3
2013-02-20
Btrfs: don't re-enter when allocating a chunk
Josef Bacik
1
-0
/
+1
[next]