summaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix potential double freeAlan Cox2012-07-311-0/+1
* ceph: drop support for preferred_osd pgsSage Weil2012-05-081-9/+0Star
* 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/+20Star
* ceph: don't null-terminate xattr valuesAlex Elder2012-03-221-3/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-031-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-081-2/+4
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-4/+8
* ceph: fix xattr rbtree searchSage Weil2011-01-141-0/+3
* fs/ceph/xattr.c: Use kmemdupJulia Lawall2010-10-211-2/+1Star
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-6/+9
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-231-0/+1
* ceph: code cleanupYehuda Sadeh2010-08-021-0/+2
* ceph: use ceph. prefix for virtual xattrsSage Weil2010-05-181-10/+11
* ceph: listxattr should compare version by >=Henry C Chang2010-05-181-1/+1
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-181-2/+2
* ceph: cleanup: remove dead codeDan Carpenter2010-05-181-6/+0Star
* ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh2010-05-181-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: simplify ceph_buffer interfaceSage Weil2009-12-071-3/+5
* fs/ceph: introduce missing kfreeJulia Lawall2009-11-211-2/+4
* ceph: fix uninitialized err variableSage Weil2009-11-021-1/+1
* ceph: include preferred_osd in file layout virtual xattrSage Weil2009-10-071-1/+8
* ceph: inode operationsSage Weil2009-10-061-0/+833