aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/ioctl.c
AgeCommit message (Expand)Author
2014-01-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng
2013-09-26ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-26libceph: calculate placement based on the internal data typesSage Weil
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil
2013-02-22new helper: file_inode(file)Al Viro
2013-01-17libceph: pass length to ceph_calc_file_object_mapping()Alex Elder
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