aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-13ceph: remove 'ceph.layout' virtual xattrSage Weil1-7/+0
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-05-07ceph: drop support for preferred_osd pgsSage Weil1-9/+0
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder1-3/+8
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder1-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder1-5/+51
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder1-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder1-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder1-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder1-3/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+3
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder1-0/+22
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-21/+21
2011-07-26ceph: protect access to d_parentSage Weil1-2/+6
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-2/+4
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil1-4/+8
2011-01-13ceph: fix xattr rbtree searchSage Weil1-0/+3
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-6/+9
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil1-0/+1
2010-08-01ceph: code cleanupYehuda Sadeh1-0/+2
2010-05-17ceph: use ceph. prefix for virtual xattrsSage Weil1-10/+11
2010-05-17ceph: listxattr should compare version by >=Henry C Chang1-1/+1