aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14ceph: fix divide-by-zero in __validate_layout()Yan, Zheng1-1/+1
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-2/+2
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+3
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng1-0/+3
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds1-2/+1
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil1-4/+1
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov1-2/+6
2013-08-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng1-2/+6
2013-08-09ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng1-1/+3
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder1-2/+3
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+2
2013-02-26libceph: calculate placement based on the internal data typesSage Weil1-4/+1
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil1-2/+3
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-8/+8
2013-01-17libceph: pass length to ceph_calc_file_object_mapping()Alex Elder1-1/+1
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