WSL2-Linux-Kernel/fs/ceph
Henry C Chang b6aa5901c7 ceph: mark user pages dirty on direct-io reads
For read operation, we have to set the argument _write_ of get_user_pages
to 1 since we will write data to pages. Also, we need to SetPageDirty before
releasing these pages.

Signed-off-by: Henry C Chang <henry_c_chang@tcloudcomputing.com>
Signed-off-by: Sage Weil <sage@newdream.net>
2010-12-17 09:54:40 -08:00
..
Kconfig
Makefile
addr.c
caps.c
ceph_frag.c
debugfs.c
dir.c ceph: fix null pointer dereference in ceph_init_dentry for nfs reexport 2010-12-17 09:53:48 -08:00
export.c
file.c ceph: mark user pages dirty on direct-io reads 2010-12-17 09:54:40 -08:00
inode.c
ioctl.c
ioctl.h ceph: fix ioctl magic 2010-12-06 09:45:22 -08:00
locks.c ceph: Behave better when handling file lock replies. 2010-12-01 14:22:34 -08:00
mds_client.c ceph: Handle file locks in replies from the MDS. 2010-12-01 14:22:27 -08:00
mds_client.h ceph: Handle file locks in replies from the MDS. 2010-12-01 14:22:27 -08:00
mdsmap.c
snap.c
strings.c
super.c
super.h
xattr.c