summaryrefslogtreecommitdiffstats
path: root/fs/ceph/ioctl.c
AgeCommit message (Expand)AuthorLines
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li-4/+9
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li-4/+4
2023-08-24ceph: add some fscrypt guardrailsJeff Layton-0/+4
2023-08-22ceph: make ioctl cmds more readable in debug logXiubo Li-1/+38
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton-0/+84
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li-1/+1
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng-0/+2
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov-1/+1
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov-8/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton-2/+2
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng-2/+1
2016-07-28ceph: rados pool namespace supportYan, Zheng-0/+3
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng-11/+11
2016-07-28libceph: add an ONSTACK initializer for oidsIlya Dryomov-1/+1
2016-05-26libceph: a major OSD client updateIlya Dryomov-4/+4
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov-1/+1
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov-1/+1
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov-1/+1
2014-10-14ceph: fix divide-by-zero in __validate_layout()Yan, Zheng-1/+1
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng-2/+2
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-0/+3
2014-04-28ceph: reserve caps for file layout/lock MDS requestsYan, Zheng-0/+3
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds-2/+1
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil-4/+1
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov-2/+6
2013-08-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng-2/+6
2013-08-09ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng-1/+3
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder-2/+3
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-4/+2
2013-02-26libceph: calculate placement based on the internal data typesSage Weil-4/+1
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil-2/+3
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil-1/+1
2013-02-22new helper: file_inode(file)Al Viro-8/+8
2013-01-17libceph: pass length to ceph_calc_file_object_mapping()Alex Elder-1/+1
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil-2/+6
2012-08-21ceph: avoid divide by zero in __validate_layout()Sage Weil-1/+2
2012-05-16ceph: ignore preferred_osd fieldSage Weil-4/+0
2012-05-16ceph: fully initialize new layoutSage Weil-6/+13
2012-05-07ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil-44/+38
2012-05-07ceph: drop support for preferred_osd pgsSage Weil-10/+5
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil-2/+2
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum-6/+28
2011-07-26ceph: protect access to d_parentSage Weil-1/+3
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil-0/+11
2011-06-07ceph: use ihold when we already have an inode refSage Weil-2/+4
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum-0/+66
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh-4/+7
2010-08-01ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil-0/+24
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan-1/+1