aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-2/+2
2010-05-17ceph: cleanup: remove dead codeDan Carpenter1-6/+0
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil1-3/+5
2009-11-21fs/ceph: introduce missing kfreeJulia Lawall1-2/+4
2009-11-01ceph: fix uninitialized err variableSage Weil1-1/+1
2009-10-07ceph: include preferred_osd in file layout virtual xattrSage Weil1-1/+8
2009-10-06ceph: inode operationsSage Weil1-0/+833