aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/ioctl.c
AgeCommit message (Expand)Author
2013-02-22new helper: file_inode(file)Al Viro
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil
2012-08-21ceph: avoid divide by zero in __validate_layout()Sage Weil
2012-05-16ceph: ignore preferred_osd fieldSage Weil
2012-05-16ceph: fully initialize new layoutSage Weil
2012-05-07ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-08-01ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2009-12-03ceph: allow preferred osd to be get/set via layout ioctlSage Weil
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil
2009-10-06ceph: ioctlsSage Weil