aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2013-05-01libceph: kill ceph_msg->pagelist_countAlex Elder
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng
2013-05-01ceph: don't early drop Fw capYan, Zheng
2013-05-01ceph: revert commit 22cddde104Sage Weil
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-05-01ceph: set mds_want according to cap import messageYan, Zheng
2013-05-01ceph: queue cap release when trimming capYan, Zheng
2013-05-01ceph: fix LSSNAP regressionYan, Zheng
2013-05-01libceph: distinguish page array and pagelist countAlex Elder
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26libceph: update osd request/reply encodingSage Weil
2013-02-26libceph: calculate placement based on the internal data typesSage Weil
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-26ceph: prepopulate inodes only when request is abortedSage Weil
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22ceph: fix statvfs fr_sizeSage Weil
2013-02-19ceph: remove a few bogus declarationsAlex Elder
2013-02-18libceph: update ceph_mds_state_name() and ceph_mds_op_name()Alex Elder
2013-02-18ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder
2013-02-18ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder
2013-02-18ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder
2013-02-18ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder
2013-02-13ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil
2013-02-13ceph: add ceph.dir.layout vxattrSage Weil
2013-02-13ceph: change ceph.file.layout.* implementation, contentSage Weil
2013-02-13ceph: fix listxattr handling for vxattrsSage Weil
2013-02-13ceph: fix getxattr vxattr handlingSage Weil
2013-02-13ceph: add exists_cb to vxattr structSage Weil
2013-02-13ceph: pass ceph.* removexattrs through to MDSSage Weil
2013-02-13ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil
2013-02-13ceph: support hidden vxattrsSage Weil
2013-02-13ceph: remove 'ceph.layout' virtual xattrSage Weil
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman
2013-02-12ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman
2013-01-30Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder
2013-01-17libceph: pass length to ceph_calc_file_object_mapping()Alex Elder
2013-01-17ceph: check mds_wanted for imported capYan, Zheng
2013-01-17ceph: allocate cap_release message when receiving cap importYan, Zheng
2013-01-17ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng
2013-01-17ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng
2013-01-17ceph: Check for created flag in response from mdsSam Lang