kernel-ark/fs/ext3
Jan Kara fe8bc91c4c ext3: Wait for proper transaction commit on fsync
We cannot rely on buffer dirty bits during fsync because pdflush can come
before fsync is called and clear dirty bits without forcing a transaction
commit. What we do is that we track which transaction has last changed
the inode and which transaction last changed allocation and force it to
disk on fsync.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2009-11-11 15:22:49 +01:00
..
acl.c
acl.h
balloc.c
bitmap.c
dir.c
ext3_jbd.c
file.c
fsync.c ext3: Wait for proper transaction commit on fsync 2009-11-11 15:22:49 +01:00
hash.c
ialloc.c
inode.c ext3: Wait for proper transaction commit on fsync 2009-11-11 15:22:49 +01:00
ioctl.c
Kconfig
Makefile
namei.c
namei.h
resize.c
super.c ext3: Wait for proper transaction commit on fsync 2009-11-11 15:22:49 +01:00
symlink.c
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h