summaryrefslogtreecommitdiff
path: root/fs/ceph/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-05-041-7/+13
|\
| * ceph: do not print the whole xattr value if it's too longXiubo Li2023-04-301-7/+13
* | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
|/
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-031-4/+8
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-7/+7
* ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar2022-05-251-1/+9
* ceph: add getvxattr opMilind Changire2022-03-011-2/+11
* security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-2/+1
* ceph: add a new vxattr to return auth mds for an inodeJeff Layton2021-09-021-0/+19
* ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao2021-04-271-0/+7
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
* ceph: set osdmap epoch for setxattrXiubo Li2020-12-141-0/+3
* ceph: add ceph.caps vxattrLuis Henriques2020-12-141-0/+27
* ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li2020-12-141-0/+42
* ceph: acquire Fs caps when getting dir statsJeff Layton2020-12-141-3/+6
* ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov2020-10-121-1/+2
* ceph: remove unnecessary cast in kfree()Xu Wang2020-08-031-6/+6
* ceph: add caps perf metric for each superblockXiubo Li2020-06-011-2/+2
* ceph: print name of xattr in __ceph_{get,set}xattr() doutsJeff Layton2020-01-271-2/+3
* ceph: print dentry offset in hex and fix xattr_version typeXiubo Li2020-01-271-1/+1
* ceph: allow arbitrary security.* xattrsJeff Layton2019-09-161-33/+2
* ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton2019-09-161-1/+2
* ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2019-09-161-7/+2
* ceph: don't list vxattrs in listxattr()Jeff Layton2019-09-161-29/+0
* ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-08-221-3/+8
* ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-08-221-2/+6
* ceph: don't NULL terminate virtual xattrsJeff Layton2019-07-081-25/+59
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-07-081-7/+7
* ceph: make getxattr_cb return ssize_tJeff Layton2019-07-081-45/+45
* ceph: add selinux supportYan, Zheng2019-07-081-17/+125
* ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-081-0/+10
* ceph: fix debug print format in __set_xattr()Yan, Zheng2019-07-081-2/+2
* ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp2019-07-081-1/+1
* ceph: remove unused vxattr length helpersDavid Disseldorp2019-07-081-43/+0
* ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp2019-07-081-24/+30
* ceph: add ceph.snap.btime vxattrDavid Disseldorp2019-07-081-0/+27
* ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp2019-07-081-1/+1
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-051-1/+19
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-2/+1
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-021-2/+2
* ceph: always get rstat from auth mdsYan, Zheng2018-06-041-12/+18
* ceph: use bit flags to define vxattr attributesYan, Zheng2018-06-041-18/+16
* ceph: check if mds create snaprealm when setting quotaYan, Zheng2018-04-231-3/+25
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+44
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-4/+4
* ceph: getattr before read on ceph.* xattrsYan, Zheng2017-07-071-0/+3
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-041-0/+3
* ceph: fix non static symbol warningWei Yongjun2016-10-181-2/+2