1
0
Fork 0
alistair23-linux/fs/9p
Venkateswararao Jujjuri (JV) b165d60145 9p: Add datasync to client side TFSYNC/RFSYNC for dotl
SYNOPSIS
    size[4] Tfsync tag[2] fid[4] datasync[4]

    size[4] Rfsync tag[2]

DESCRIPTION

    The Tfsync transaction transfers ("flushes") all modified in-core data of
    file identified by fid to the disk device (or other  permanent  storage
    device)  where that  file  resides.

    If datasync flag is specified data will be fleshed but does not flush
    modified metadata unless  that  metadata  is  needed  in order to allow a
    subsequent data retrieval to be correctly handled.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-10-28 09:08:49 -05:00
..
Kconfig fs/9p: Implement POSIX ACL permission checking function 2010-10-28 09:08:46 -05:00
Makefile fs/9p: Implement POSIX ACL permission checking function 2010-10-28 09:08:46 -05:00
acl.c fs/9p: Add access = client option to opt in acl evaluation. 2010-10-28 09:08:46 -05:00
acl.h fs/9p: Implement create time inheritance 2010-10-28 09:08:46 -05:00
cache.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
cache.h 9p: Add fscache support to 9p 2009-09-23 13:03:46 -05:00
fid.c fs/9p: Add access = client option to opt in acl evaluation. 2010-10-28 09:08:46 -05:00
fid.h
v9fs.c fs/9p: Add access = client option to opt in acl evaluation. 2010-10-28 09:08:46 -05:00
v9fs.h 9p: Use V9FS_MAGIC in statfs 2010-10-28 09:08:47 -05:00
v9fs_vfs.h 9p: Add datasync to client side TFSYNC/RFSYNC for dotl 2010-10-28 09:08:49 -05:00
vfs_addr.c 9p: Add a Direct IO support for non-cached operations. 2010-10-28 09:08:45 -05:00
vfs_dentry.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
vfs_dir.c 9p: Add datasync to client side TFSYNC/RFSYNC for dotl 2010-10-28 09:08:49 -05:00
vfs_file.c 9p: Add datasync to client side TFSYNC/RFSYNC for dotl 2010-10-28 09:08:49 -05:00
vfs_inode.c fs/9p: Use generic_file_open with lookup_instantiate_filp 2010-10-28 09:08:48 -05:00
vfs_super.c 9p: Use V9FS_MAGIC in statfs 2010-10-28 09:08:47 -05:00
xattr.c fs/9p: Add xattr callbacks for POSIX ACL 2010-10-28 09:08:46 -05:00
xattr.h fs/9p: Add xattr callbacks for POSIX ACL 2010-10-28 09:08:46 -05:00
xattr_user.c fs/9p: Add support user. xattr 2010-08-02 14:28:35 -05:00