| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix potential double free | Alan Cox | 2012-07-31 | 1 | -0/+1 |
* | ceph: drop support for preferred_osd pgs | Sage Weil | 2012-05-08 | 1 | -9/+0 |
* | ceph: fix three bugs, two in ceph_vxattrcb_file_layout() | Alex Elder | 2012-03-22 | 1 | -3/+8 |
* | ceph: make ceph_setxattr() and ceph_removexattr() more alike | Alex Elder | 2012-03-22 | 1 | -6/+8 |
* | ceph: avoid repeatedly computing the size of constant vxattr names | Alex Elder | 2012-03-22 | 1 | -5/+51 |
* | ceph: encode type in vxattr callback routines | Alex Elder | 2012-03-22 | 1 | -11/+11 |
* | ceph: drop "_cb" from name of struct ceph_vxattr_cb | Alex Elder | 2012-03-22 | 1 | -10/+10 |
* | ceph: use macros to normalize vxattr table definitions | Alex Elder | 2012-03-22 | 1 | -13/+26 |
* | ceph: use a symbolic name for "ceph." extended attribute namespace | Alex Elder | 2012-03-22 | 1 | -11/+14 |
* | ceph: pass inode rather than table to ceph_match_vxattr() | Alex Elder | 2012-03-22 | 1 | -23/+20 |
* | ceph: don't null-terminate xattr values | Alex Elder | 2012-03-22 | 1 | -3/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-02-03 | 1 | -1/+3 |
|\ |
|
| * | ceph: change "ceph.layout" xattr to be "ceph.file.layout" | Alex Elder | 2012-02-02 | 1 | -1/+3 |
* | | ceph: ensure prealloc_blob is in place when removing xattr | Alex Elder | 2012-01-12 | 1 | -0/+22 |
|/ |
|
* | ceph: use i_ceph_lock instead of i_lock | Sage Weil | 2011-12-07 | 1 | -21/+21 |
* | ceph: protect access to d_parent | Sage Weil | 2011-07-26 | 1 | -2/+6 |
* | ceph: use ihold when we already have an inode ref | Sage Weil | 2011-06-08 | 1 | -2/+4 |
* | ceph: do not call __mark_dirty_inode under i_lock | Sage Weil | 2011-05-04 | 1 | -4/+8 |
* | ceph: fix xattr rbtree search | Sage Weil | 2011-01-14 | 1 | -0/+3 |
* | fs/ceph/xattr.c: Use kmemdup | Julia Lawall | 2010-10-21 | 1 | -2/+1 |
* | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 2010-10-21 | 1 | -6/+9 |
* | ceph: include dirty xattrs state in snapped caps | Sage Weil | 2010-08-23 | 1 | -0/+1 |
* | ceph: code cleanup | Yehuda Sadeh | 2010-08-02 | 1 | -0/+2 |
* | ceph: use ceph. prefix for virtual xattrs | Sage Weil | 2010-05-18 | 1 | -10/+11 |
* | ceph: listxattr should compare version by >= | Henry C Chang | 2010-05-18 | 1 | -1/+1 |
* | ceph: use ceph_sb_to_client instead of ceph_client | Cheng Renquan | 2010-05-18 | 1 | -2/+2 |
* | ceph: cleanup: remove dead code | Dan Carpenter | 2010-05-18 | 1 | -6/+0 |
* | ceph: use __page_cache_alloc and add_to_page_cache_lru | Yehuda Sadeh | 2010-05-18 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | ceph: simplify ceph_buffer interface | Sage Weil | 2009-12-07 | 1 | -3/+5 |
* | fs/ceph: introduce missing kfree | Julia Lawall | 2009-11-21 | 1 | -2/+4 |
* | ceph: fix uninitialized err variable | Sage Weil | 2009-11-02 | 1 | -1/+1 |
* | ceph: include preferred_osd in file layout virtual xattr | Sage Weil | 2009-10-07 | 1 | -1/+8 |
* | ceph: inode operations | Sage Weil | 2009-10-06 | 1 | -0/+833 |