aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds11-105/+265
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-27/+63
2013-02-26libceph: update osd request/reply encodingSage Weil1-25/+6
2013-02-26libceph: calculate placement based on the internal data typesSage Weil1-4/+1
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil1-4/+8
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil1-2/+3
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil1-1/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-26ceph: prepopulate inodes only when request is abortedSage Weil1-2/+38
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-23/+29
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder1-2/+2
2013-02-22new helper: file_inode(file)Al Viro5-23/+23
2013-02-22ceph: fix statvfs fr_sizeSage Weil2-2/+7
2013-02-19ceph: remove a few bogus declarationsAlex Elder1-7/+1
2013-02-18libceph: update ceph_mds_state_name() and ceph_mds_op_name()Alex Elder1-0/+4
2013-02-18ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2-3/+3
2013-02-18ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder1-2/+1
2013-02-18ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder1-1/+1
2013-02-18ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder1-1/+1
2013-02-13ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil1-0/+59
2013-02-13ceph: add ceph.dir.layout vxattrSage Weil1-0/+8
2013-02-13ceph: change ceph.file.layout.* implementation, contentSage Weil1-14/+53
2013-02-13ceph: fix listxattr handling for vxattrsSage Weil1-6/+13
2013-02-13ceph: fix getxattr vxattr handlingSage Weil1-12/+8
2013-02-13ceph: add exists_cb to vxattr structSage Weil1-0/+2
2013-02-13ceph: pass ceph.* removexattrs through to MDSSage Weil1-0/+5
2013-02-13ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil1-0/+5
2013-02-13ceph: support hidden vxattrsSage Weil1-9/+11
2013-02-13ceph: remove 'ceph.layout' virtual xattrSage Weil1-7/+0
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman2-4/+8
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2-4/+4
2013-02-12ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman1-6/+8
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2-9/+9
2013-01-30Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder5-10/+69
2013-01-17libceph: pass length to ceph_calc_file_object_mapping()Alex Elder1-1/+1
2013-01-17ceph: check mds_wanted for imported capYan, Zheng1-1/+3
2013-01-17ceph: allocate cap_release message when receiving cap importYan, Zheng1-0/+3
2013-01-17ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng1-5/+10
2013-01-17ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng1-1/+9
2013-01-17ceph: Check for created flag in response from mdsSam Lang3-2/+40
2013-01-17ceph: Check for err on mds request in atomic_openSam Lang1-0/+3
2013-01-11fs/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-65/+116
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton2-5/+5
2012-12-13libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman1-0/+9
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2012-12-13ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng1-6/+9
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7