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