summaryrefslogtreecommitdiff
path: root/fs/ceph/xattr.c
AgeCommit message (Expand)Author
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
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-17ceph: fix setting empty extended attributeYan, Zheng
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng
2014-07-28ceph: fix sizeof(struct tYpO *) typoIlya Dryomov
2014-07-28ceph: remove redundant memset(0)Ilya Dryomov
2014-04-04ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng
2014-04-04ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds
2013-12-31ceph: add acl for cephfsGuangliang Zhao
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder
2013-02-13ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil
2013-02-13ceph: add ceph.dir.layout vxattrSage Weil
2013-02-13ceph: change ceph.file.layout.* implementation, contentSage Weil
2013-02-13ceph: fix listxattr handling for vxattrsSage Weil
2013-02-13ceph: fix getxattr vxattr handlingSage Weil
2013-02-13ceph: add exists_cb to vxattr structSage Weil
2013-02-13ceph: pass ceph.* removexattrs through to MDSSage Weil
2013-02-13ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil
2013-02-13ceph: support hidden vxattrsSage Weil