Home
last modified time | relevance | path

Searched hist:f9295749388f82c8d2f485e99c72cd7c7876a99b (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dtransaction.hdiff f9295749388f82c8d2f485e99c72cd7c7876a99b Thu Jul 17 11:54:14 CDT 2008 Chris Mason <chris.mason@oracle.com> btrfs_start_transaction: wait for commits in progress to finish

btrfs_commit_transaction has to loop waiting for any writers in the
transaction to finish before it can proceed. btrfs_start_transaction
should be polite and not join a transaction that is in the process
of being finished off.

There are a few places that can't wait, basically the ones doing IO that
might be needed to finish the transaction. For them, btrfs_join_transaction
is added.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dtransaction.cdiff f9295749388f82c8d2f485e99c72cd7c7876a99b Thu Jul 17 11:54:14 CDT 2008 Chris Mason <chris.mason@oracle.com> btrfs_start_transaction: wait for commits in progress to finish

btrfs_commit_transaction has to loop waiting for any writers in the
transaction to finish before it can proceed. btrfs_start_transaction
should be polite and not join a transaction that is in the process
of being finished off.

There are a few places that can't wait, basically the ones doing IO that
might be needed to finish the transaction. For them, btrfs_join_transaction
is added.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dfile.cdiff f9295749388f82c8d2f485e99c72cd7c7876a99b Thu Jul 17 11:54:14 CDT 2008 Chris Mason <chris.mason@oracle.com> btrfs_start_transaction: wait for commits in progress to finish

btrfs_commit_transaction has to loop waiting for any writers in the
transaction to finish before it can proceed. btrfs_start_transaction
should be polite and not join a transaction that is in the process
of being finished off.

There are a few places that can't wait, basically the ones doing IO that
might be needed to finish the transaction. For them, btrfs_join_transaction
is added.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dctree.hdiff f9295749388f82c8d2f485e99c72cd7c7876a99b Thu Jul 17 11:54:14 CDT 2008 Chris Mason <chris.mason@oracle.com> btrfs_start_transaction: wait for commits in progress to finish

btrfs_commit_transaction has to loop waiting for any writers in the
transaction to finish before it can proceed. btrfs_start_transaction
should be polite and not join a transaction that is in the process
of being finished off.

There are a few places that can't wait, basically the ones doing IO that
might be needed to finish the transaction. For them, btrfs_join_transaction
is added.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Ddisk-io.cdiff f9295749388f82c8d2f485e99c72cd7c7876a99b Thu Jul 17 11:54:14 CDT 2008 Chris Mason <chris.mason@oracle.com> btrfs_start_transaction: wait for commits in progress to finish

btrfs_commit_transaction has to loop waiting for any writers in the
transaction to finish before it can proceed. btrfs_start_transaction
should be polite and not join a transaction that is in the process
of being finished off.

There are a few places that can't wait, basically the ones doing IO that
might be needed to finish the transaction. For them, btrfs_join_transaction
is added.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dinode.cdiff f9295749388f82c8d2f485e99c72cd7c7876a99b Thu Jul 17 11:54:14 CDT 2008 Chris Mason <chris.mason@oracle.com> btrfs_start_transaction: wait for commits in progress to finish

btrfs_commit_transaction has to loop waiting for any writers in the
transaction to finish before it can proceed. btrfs_start_transaction
should be polite and not join a transaction that is in the process
of being finished off.

There are a few places that can't wait, basically the ones doing IO that
might be needed to finish the transaction. For them, btrfs_join_transaction
is added.

Signed-off-by: Chris Mason <chris.mason@oracle.com>