summaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
AgeCommit message (Expand)AuthorLines
2014-12-17ceph: fix setting empty extended attributeYan, Zheng-2/+5
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng-31/+18
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng-2/+1
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng-19/+10
2014-07-28ceph: fix sizeof(struct tYpO *) typoIlya Dryomov-1/+1
2014-07-28ceph: remove redundant memset(0)Ilya Dryomov-1/+1
2014-04-04ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng-2/+2
2014-04-04ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng-9/+25
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil-8/+2
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng-12/+26
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds-2/+3
2013-12-31ceph: add acl for cephfsGuangliang Zhao-12/+48
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng-4/+5
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder-2/+2
2013-02-13ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil-0/+59
2013-02-13ceph: add ceph.dir.layout vxattrSage Weil-0/+8
2013-02-13ceph: change ceph.file.layout.* implementation, contentSage Weil-14/+53
2013-02-13ceph: fix listxattr handling for vxattrsSage Weil-6/+13
2013-02-13ceph: fix getxattr vxattr handlingSage Weil-12/+8
2013-02-13ceph: add exists_cb to vxattr structSage Weil-0/+2
2013-02-13ceph: pass ceph.* removexattrs through to MDSSage Weil-0/+5
2013-02-13ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil-0/+5
2013-02-13ceph: support hidden vxattrsSage Weil-9/+11
2013-02-13ceph: remove 'ceph.layout' virtual xattrSage Weil-7/+0
2012-07-30ceph: fix potential double freeAlan Cox-0/+1
2012-05-07ceph: drop support for preferred_osd pgsSage Weil-9/+0
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder-3/+8
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder-5/+51
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder-3/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+3
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder-1/+3
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder-0/+22
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil-21/+21
2011-07-26ceph: protect access to d_parentSage Weil-2/+6
2011-06-07ceph: use ihold when we already have an inode refSage Weil-2/+4
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil-4/+8
2011-01-13ceph: fix xattr rbtree searchSage Weil-0/+3
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh-6/+9
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil-0/+1
2010-08-01ceph: code cleanupYehuda Sadeh-0/+2
2010-05-17ceph: use ceph. prefix for virtual xattrsSage Weil-10/+11