summaryrefslogtreecommitdiffstats
path: root/fs/ceph/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-281-2/+1
* ceph: rados pool namespace supportYan, Zheng2016-07-281-0/+3
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-11/+11
* libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-281-1/+1
* libceph: a major OSD client updateIlya Dryomov2016-05-261-4/+4
* libceph: rename ceph_calc_pg_primary()Ilya Dryomov2016-05-261-1/+1
* libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2016-05-261-1/+1
* libceph: variable-sized ceph_object_idIlya Dryomov2016-05-261-1/+1
* ceph: fix divide-by-zero in __validate_layout()Yan, Zheng2014-10-141-1/+1
* ceph: request xattrs if xattr_version is zeroYan, Zheng2014-10-141-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-05-051-0/+3
|\
| * ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2014-04-281-0/+3
* | ceph: fix pr_fmt() redefinitionLinus Torvalds2014-04-121-2/+1
|/
* ceph: do not chain inode updates to parent fsyncSage Weil2014-04-031-4/+1
* libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-271-2/+6
* ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng2013-08-091-2/+6
* ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng2013-08-091-1/+3
* libceph: rename ceph_calc_object_layout()Alex Elder2013-05-011-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-281-4/+2
|\
| * libceph: calculate placement based on the internal data typesSage Weil2013-02-261-4/+1
| * libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-261-2/+3
| * libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-261-1/+1
| * libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-171-1/+1
* | new helper: file_inode(file)Al Viro2013-02-221-8/+8
|/
* 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-211-1/+2
* ceph: ignore preferred_osd fieldSage Weil2012-05-161-4/+0
* ceph: fully initialize new layoutSage Weil2012-05-161-6/+13
* ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil2012-05-071-44/+38
* ceph: drop support for preferred_osd pgsSage Weil2012-05-071-10/+5
* 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-251-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-071-2/+4
* ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2010-10-201-0/+66
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-4/+7
* ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil2010-08-011-0/+24
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-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-041-2/+2
* ceph: ioctlsSage Weil2009-10-061-0/+157
OpenPOWER on IntegriCloud