linux-stable/include/linux/ceph
Sage Weil b7495fc2ff ceph: make page alignment explicit in osd interface
We used to infer alignment of IOs within a page based on the file offset,
which assumed they matched.  This broke with direct IO that was not aligned
to pages (e.g., 512-byte aligned IO).  We were also trusting the alignment
specified in the OSD reply, which could have been adjusted by the server.

Explicitly specify the page alignment when setting up OSD IO requests.

Signed-off-by: Sage Weil <sage@newdream.net>
2010-11-09 12:43:12 -08:00
..
auth.h
buffer.h
ceph_debug.h
ceph_frag.h
ceph_fs.h ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl. 2010-10-20 15:38:23 -07:00
ceph_hash.h
debugfs.h
decode.h
libceph.h ceph: fix comment, remove extraneous args 2010-11-09 12:24:53 -08:00
mdsmap.h
messenger.h
mon_client.h
msgpool.h
msgr.h
osd_client.h ceph: make page alignment explicit in osd interface 2010-11-09 12:43:12 -08:00
osdmap.h
pagelist.h
rados.h
types.h