summaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+1
* ceph: rados pool namespace supportYan, Zheng2016-07-281-25/+52
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-17/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-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/+0
* | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-39/+27
* | ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-231-16/+12
* | ->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-261-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/+18
* ceph: fix llistxattr on symlinkYan, Zheng2014-10-141-2/+1
* ceph: request xattrs if xattr_version is zeroYan, Zheng2014-10-141-19/+10
* 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-041-2/+2
* ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng2014-04-041-9/+25
* ceph: do not chain inode updates to parent fsyncSage Weil2014-04-031-8/+2
* ceph: fix ceph_removexattr()Yan, Zheng2014-02-171-1/+1
* ceph: remove xattr when null value is given to setxattr()Yan, Zheng2014-02-171-2/+14
* ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng2014-02-171-12/+26
* ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-281-2/+3
* ceph: add acl for cephfsGuangliang Zhao2013-12-311-12/+48
* ceph: fix sleeping function called from invalid context.majianpeng2013-07-031-4/+5
* ceph: eliminate sparse warnings in fs codeAlex Elder2013-02-251-2/+2
* ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil2013-02-131-0/+59
* ceph: add ceph.dir.layout vxattrSage Weil2013-02-131-0/+8
* ceph: change ceph.file.layout.* implementation, contentSage Weil2013-02-131-14/+53
* ceph: fix listxattr handling for vxattrsSage Weil2013-02-131-6/+13
* ceph: fix getxattr vxattr handlingSage Weil2013-02-131-12/+8
* ceph: add exists_cb to vxattr structSage Weil2013-02-131-0/+2
* ceph: pass ceph.* removexattrs through to MDSSage Weil2013-02-131-0/+5
* ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil2013-02-131-0/+5
* ceph: support hidden vxattrsSage Weil2013-02-131-9/+11
* ceph: remove 'ceph.layout' virtual xattrSage Weil2013-02-131-7/+0
* ceph: fix potential double freeAlan Cox2012-07-301-0/+1
OpenPOWER on IntegriCloud