aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng1-31/+18
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng1-2/+1
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-19/+10
2014-07-28ceph: fix sizeof(struct tYpO *) typoIlya Dryomov1-1/+1
2014-07-28ceph: remove redundant memset(0)Ilya Dryomov1-1/+1
2014-04-04ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng1-2/+2
2014-04-04ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng1-9/+25
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil1-8/+2
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds1-2/+3
2013-12-31ceph: add acl for cephfsGuangliang Zhao1-12/+48
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder1-2/+2
2013-02-13ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil1-0/+59
2013-02-13ceph: add ceph.dir.layout vxattrSage Weil1-0/+8
2013-02-13ceph: change ceph.file.layout.* implementation, contentSage Weil1-14/+53
2013-02-13ceph: fix listxattr handling for vxattrsSage Weil1-6/+13
2013-02-13ceph: fix getxattr vxattr handlingSage Weil1-12/+8
2013-02-13ceph: add exists_cb to vxattr structSage Weil1-0/+2
2013-02-13ceph: pass ceph.* removexattrs through to MDSSage Weil1-0/+5
2013-02-13ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil1-0/+5
2013-02-13ceph: support hidden vxattrsSage Weil1-9/+11