aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton1-7/+2
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton1-29/+0
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques1-3/+8
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-07-08ceph: don't NULL terminate virtual xattrsJeff Layton1-25/+59
2019-07-08ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton1-7/+7
2019-07-08ceph: make getxattr_cb return ssize_tJeff Layton1-45/+45
2019-07-08ceph: add selinux supportYan, Zheng1-17/+125
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng1-0/+10
2019-07-08ceph: fix debug print format in __set_xattr()Yan, Zheng1-2/+2
2019-07-08ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp1-1/+1
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp1-43/+0
2019-07-08ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp1-24/+30
2019-07-08ceph: add ceph.snap.btime vxattrDavid Disseldorp1-0/+27
2019-07-08ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp1-1/+1
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-1/+19
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-2/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-2/+2
2018-06-04ceph: always get rstat from auth mdsYan, Zheng1-12/+18
2018-06-04ceph: use bit flags to define vxattr attributesYan, Zheng1-18/+16
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng1-3/+25
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-4/+4
2017-07-07ceph: getattr before read on ceph.* xattrsYan, Zheng1-0/+3
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2016-10-18ceph: fix non static symbol warningWei Yongjun1-2/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-07-28ceph: rados pool namespace supportYan, Zheng1-25/+52
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-17/+11
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-10/+15
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng1-6/+11
2016-05-26libceph: a major OSD client updateIlya Dryomov1-4/+4
2016-04-23ceph: kill __ceph_removexattr()Yan, Zheng1-126/+0
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher1-39/+27
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher1-16/+12
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-4/+4
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-3/+65
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng1-2/+4
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-2/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-2/+18
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng1-6/+39
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap1-7/+16
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-12-17ceph: fix setting empty extended attributeYan, Zheng1-2/+5