summaryrefslogtreecommitdiff
path: root/fs/ceph/xattr.c
AgeCommit message (Expand)Author
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li
2023-10-09ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton
2023-07-13ceph: convert to ctime accessor functionsJeff Layton
2023-05-04Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-08-03ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-25ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar
2022-03-01ceph: add getvxattr opMilind Changire
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal
2021-09-02ceph: add a new vxattr to return auth mds for an inodeJeff Layton
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li
2020-12-14ceph: add ceph.caps vxattrLuis Henriques
2020-12-14ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li
2020-12-14ceph: acquire Fs caps when getting dir statsJeff Layton
2020-10-12ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov
2020-08-03ceph: remove unnecessary cast in kfree()Xu Wang
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
2020-01-27ceph: print name of xattr in __ceph_{get,set}xattr() doutsJeff Layton
2020-01-27ceph: print dentry offset in hex and fix xattr_version typeXiubo Li
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques
2019-07-08ceph: don't NULL terminate virtual xattrsJeff Layton
2019-07-08ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton
2019-07-08ceph: make getxattr_cb return ssize_tJeff Layton
2019-07-08ceph: add selinux supportYan, Zheng
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng
2019-07-08ceph: fix debug print format in __set_xattr()Yan, Zheng
2019-07-08ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp
2019-07-08ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp
2019-07-08ceph: add ceph.snap.btime vxattrDavid Disseldorp
2019-07-08ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-06-04ceph: always get rstat from auth mdsYan, Zheng