summaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* 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/+16Star
* 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
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-1/+1
* ceph: rados pool namespace supportYan, Zheng2016-07-281-25/+52
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-17/+11Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-281-3/+4
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-3/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-10/+15
|\ \ | |/ |/|
| * ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng2016-05-261-6/+11
| * libceph: a major OSD client updateIlya Dryomov2016-05-261-4/+4
* | ceph: kill __ceph_removexattr()Yan, Zheng2016-04-231-126/+0Star
* | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-39/+27Star
* | ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-231-16/+12Star
* | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-4/+4
|/
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-3/+65
* ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
* ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-251-2/+2
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-2/+18
* ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng2015-06-251-6/+39
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-8/+8
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* | ceph: kstrdup() memory handlingSanidhya Kashyap2015-04-201-7/+16
|/
* ceph: fix setting empty extended attributeYan, Zheng2014-12-171-2/+5
* ceph: use pagelist to present MDS request dataYan, Zheng2014-10-141-31/+18Star
* ceph: fix llistxattr on symlinkYan, Zheng2014-10-141-2/+1Star
* ceph: request xattrs if xattr_version is zeroYan, Zheng2014-10-141-19/+10Star
* ceph: fix sizeof(struct tYpO *) typoIlya Dryomov2014-07-281-1/+1
* ceph: remove redundant memset(0)Ilya Dryomov2014-07-281-1/+1
* ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng2014-04-051-2/+2