summaryrefslogtreecommitdiff
path: root/fs/ceph/xattr.c
AgeCommit message (Expand)Author
2017-05-17ceph: fix memory leak in __ceph_setxattr()Luis Henriques
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
2013-02-13ceph: remove 'ceph.layout' virtual xattrSage Weil
2012-07-30ceph: fix potential double freeAlan Cox
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-01-13ceph: fix xattr rbtree searchSage Weil
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall