summaryrefslogtreecommitdiffstats
path: root/fs/ceph/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil2012-10-031-2/+6
* ceph: avoid divide by zero in __validate_layout()Sage Weil2012-08-221-1/+2
* ceph: ignore preferred_osd fieldSage Weil2012-05-161-4/+0Star
* ceph: fully initialize new layoutSage Weil2012-05-161-6/+13
* ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil2012-05-081-44/+38Star
* ceph: drop support for preferred_osd pgsSage Weil2012-05-081-10/+5Star
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-2/+2
* ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-261-6/+28
* ceph: protect access to d_parentSage Weil2011-07-261-1/+3
* ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-261-0/+11
* ceph: use ihold when we already have an inode refSage Weil2011-06-081-2/+4
* ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2010-10-211-0/+66
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-4/+7
* ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil2010-08-021-0/+24
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-181-1/+1
* ceph: allow preferred osd to be get/set via layout ioctlSage Weil2009-12-031-1/+4
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-051-2/+2
* ceph: ioctlsSage Weil2009-10-061-0/+157