aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil1-2/+6
2012-08-21ceph: avoid divide by zero in __validate_layout()Sage Weil1-1/+2
2012-05-16ceph: ignore preferred_osd fieldSage Weil1-4/+0
2012-05-16ceph: fully initialize new layoutSage Weil1-6/+13
2012-05-07ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil1-44/+38
2012-05-07ceph: drop support for preferred_osd pgsSage Weil1-10/+5
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-2/+2
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum1-6/+28
2011-07-26ceph: protect access to d_parentSage Weil1-1/+3
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil1-0/+11
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-2/+4
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum1-0/+66
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-4/+7
2010-08-01ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil1-0/+24
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-1/+1
2009-12-03ceph: allow preferred osd to be get/set via layout ioctlSage Weil1-1/+4
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil1-2/+2
2009-10-06ceph: ioctlsSage Weil1-0/+157