summaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: drop support for preferred_osd pgsSage Weil2012-05-071-9/+0
* ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder2012-03-221-3/+8
* ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder2012-03-221-6/+8
* ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder2012-03-221-5/+51
* ceph: encode type in vxattr callback routinesAlex Elder2012-03-221-11/+11
* ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder2012-03-221-10/+10
* ceph: use macros to normalize vxattr table definitionsAlex Elder2012-03-221-13/+26
* ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder2012-03-221-11/+14
* ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder2012-03-221-23/+20
* ceph: don't null-terminate xattr valuesAlex Elder2012-03-221-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-021-1/+3
|\
| * ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder2012-02-021-1/+3
* | ceph: ensure prealloc_blob is in place when removing xattrAlex Elder2012-01-121-0/+22
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-21/+21
* ceph: protect access to d_parentSage Weil2011-07-261-2/+6
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-2/+4
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-4/+8
* ceph: fix xattr rbtree searchSage Weil2011-01-131-0/+3
OpenPOWER on IntegriCloud