aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
Commit message (Expand)AuthorAge
* ceph: fix potential double freeAlan Cox2012-07-30
* ceph: drop support for preferred_osd pgsSage Weil2012-05-07
* ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder2012-03-22
* ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder2012-03-22
* ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder2012-03-22
* ceph: encode type in vxattr callback routinesAlex Elder2012-03-22
* ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder2012-03-22
* ceph: use macros to normalize vxattr table definitionsAlex Elder2012-03-22
* ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder2012-03-22
* ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder2012-03-22
* ceph: don't null-terminate xattr valuesAlex Elder2012-03-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-02
|\
| * ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder2012-02-02
* | ceph: ensure prealloc_blob is in place when removing xattrAlex Elder2012-01-12
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-07
* ceph: protect access to d_parentSage Weil2011-07-26
* ceph: use ihold when we already have an inode refSage Weil2011-06-08
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-04
* ceph: fix xattr rbtree searchSage Weil2011-01-13
* fs/ceph/xattr.c: Use kmemdupJulia Lawall2010-10-20
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-20
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-22
* ceph: code cleanupYehuda Sadeh2010-08-01
* ceph: use ceph. prefix for virtual xattrsSage Weil2010-05-17
* ceph: listxattr should compare version by >=Henry C Chang2010-05-17
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-17
* ceph: cleanup: remove dead codeDan Carpenter2010-05-17
* ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh2010-05-17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ceph: simplify ceph_buffer interfaceSage Weil2009-12-07
* fs/ceph: introduce missing kfreeJulia Lawall2009-11-21
* ceph: fix uninitialized err variableSage Weil2009-11-01
* ceph: include preferred_osd in file layout virtual xattrSage Weil2009-10-07
* ceph: inode operationsSage Weil2009-10-06