git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c894058
)
ext4: Don't reuse released data blocks until transaction commits
author
Aneesh Kumar K.V
<aneesh.kumar@linux.vnet.ibm.com>
Sat, 11 Oct 2008 00:13:31 +0000
(20:13 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 11 Oct 2008 00:13:31 +0000
(20:13 -0400)
We need to make sure we don't reuse the data blocks released
during the transaction untill the transaction commits. We force
this mode only for ordered and journalled mode. Writeback mode
already don't provided data consistency.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
No differences found