index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-30
Btrfs: fix race in WAIT_SYNC ioctl
Sage Weil
1
-3
/
+9
2014-04-26
Btrfs: fix deadlock with nested trans handles
Josef Bacik
1
-10
/
+4
2014-01-28
btrfs: Add noinode_cache mount option
Qu Wenruo
1
-0
/
+9
2014-01-28
Btrfs: throttle delayed refs better
Josef Bacik
1
-2
/
+2
2014-01-28
Btrfs: attach delayed ref updates to delayed ref heads
Josef Bacik
1
-6
/
+1
2014-01-28
Btrfs: make fsync latency less sucky
Josef Bacik
1
-1
/
+2
2014-01-28
Btrfs: fix protection between send and root deletion
Wang Shilong
1
-0
/
+13
2014-01-28
Btrfs: remove btrfs_end_transaction_dmeta()
Miao Xie
1
-6
/
+0
2014-01-28
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-4
/
+4
2014-01-28
Btrfs: wrap repeated code into scrub_blocked_if_needed()
Wang Shilong
1
-1
/
+2
2014-01-28
Btrfs: introduce a head ref rbtree
Liu Bo
1
-1
/
+3
2013-11-20
Btrfs: fix lockdep error in async commit
Liu Bo
1
-2
/
+2
2013-11-11
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
1
-1
/
+1
2013-11-11
Btrfs: don't wait for the completion of all the ordered extents
Miao Xie
1
-1
/
+1
2013-11-11
Btrfs: fix memory leaks on transaction commit failure
Filipe David Borba Manana
1
-4
/
+8
2013-11-11
Btrfs: fix BUG_ON() casued by the reserved space migration
Miao Xie
1
-1
/
+23
2013-11-11
Btrfs: fix two use-after-free bugs with transaction cleanup
Josef Bacik
1
-11
/
+11
2013-11-11
Btrfs: remove all BUG_ON()'s from commit_cowonly_roots
Josef Bacik
1
-5
/
+8
2013-11-11
Btrfs: cleanup transaction on abort
Josef Bacik
1
-1
/
+3
2013-11-11
Btrfs: reset intwrite on transaction abort
Josef Bacik
1
-0
/
+2
2013-10-04
Btrfs: fix transid verify errors when recovering log tree
Josef Bacik
1
-5
/
+2
2013-09-21
Btrfs: kill delay_iput arg to the wait_ordered functions
Josef Bacik
1
-1
/
+1
2013-09-01
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
1
-2
/
+1
2013-09-01
Btrfs: check UUID tree during mount if required
Stefan Behrens
1
-1
/
+2
2013-09-01
Btrfs: introduce uuid-tree-gen field
Stefan Behrens
1
-0
/
+1
2013-09-01
Btrfs: maintain subvolume items in the UUID tree
Stefan Behrens
1
-1
/
+19
2013-09-01
btrfs: mark some local function as 'static'
Sergei Trofimovich
1
-1
/
+1
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-09
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
[next]