summaryrefslogtreecommitdiff
path: root/fs/ceph/xattr.c
AgeCommit message (Expand)Author
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
2018-06-04ceph: use bit flags to define vxattr attributesYan, Zheng
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-07-07ceph: getattr before read on ceph.* xattrsYan, Zheng
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2016-10-18ceph: fix non static symbol warningWei Yongjun
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng
2016-05-26libceph: a major OSD client updateIlya Dryomov
2016-04-23ceph: kill __ceph_removexattr()Yan, Zheng
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-25ceph: fix security xattr deadlockYan, Zheng
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap