summaryrefslogtreecommitdiff
path: root/fs/ceph/ioctl.c
Commit message (Expand)AuthorAge
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-02
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-02
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-02-20
* ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-28
* ceph: rados pool namespace supportYan, Zheng2016-07-28
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-28
* libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-28
* libceph: a major OSD client updateIlya Dryomov2016-05-26
* libceph: rename ceph_calc_pg_primary()Ilya Dryomov2016-05-26
* libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2016-05-26
* libceph: variable-sized ceph_object_idIlya Dryomov2016-05-26
* ceph: fix divide-by-zero in __validate_layout()Yan, Zheng2014-10-14
* ceph: request xattrs if xattr_version is zeroYan, Zheng2014-10-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-05-05
|\
| * ceph: reserve caps for file layout/lock MDS requestsYan, Zheng2014-04-28
* | ceph: fix pr_fmt() redefinitionLinus Torvalds2014-04-12
|/
* ceph: do not chain inode updates to parent fsyncSage Weil2014-04-03
* libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-27
* ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng2013-08-09
* ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng2013-08-09
* libceph: rename ceph_calc_object_layout()Alex Elder2013-05-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-28
|\
| * libceph: calculate placement based on the internal data typesSage Weil2013-02-26
| * libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-26
| * libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-26
| * libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-17
* | new helper: file_inode(file)Al Viro2013-02-22
|/
* ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil2012-10-03
* ceph: avoid divide by zero in __validate_layout()Sage Weil2012-08-21
* ceph: ignore preferred_osd fieldSage Weil2012-05-16
* ceph: fully initialize new layoutSage Weil2012-05-16
* ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil2012-05-07
* ceph: drop support for preferred_osd pgsSage Weil2012-05-07
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-07
* ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-25
* ceph: protect access to d_parentSage Weil2011-07-26
* ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-26
* ceph: use ihold when we already have an inode refSage Weil2011-06-07
* ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2010-10-20
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-20
* ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil2010-08-01
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-17
* ceph: allow preferred osd to be get/set via layout ioctlSage Weil2009-12-03
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-04
* ceph: ioctlsSage Weil2009-10-06