aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAge
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-28
|\
| * libceph: update osd request/reply encodingSage Weil2013-02-26
| * libceph: calculate placement based on the internal data typesSage Weil2013-02-26
| * ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-26
| * libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-26
| * libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-26
| * ceph: eliminate sparse warnings in fs codeAlex Elder2013-02-25
| * ceph: fix statvfs fr_sizeSage Weil2013-02-22
| * ceph: remove a few bogus declarationsAlex Elder2013-02-19
| * libceph: update ceph_mds_state_name() and ceph_mds_op_name()Alex Elder2013-02-18
| * ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2013-02-18
| * ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder2013-02-18
| * ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder2013-02-18
| * ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder2013-02-18
| * ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil2013-02-13
| * ceph: add ceph.dir.layout vxattrSage Weil2013-02-13
| * ceph: change ceph.file.layout.* implementation, contentSage Weil2013-02-13
| * ceph: fix listxattr handling for vxattrsSage Weil2013-02-13
| * ceph: fix getxattr vxattr handlingSage Weil2013-02-13
| * ceph: add exists_cb to vxattr structSage Weil2013-02-13
| * ceph: pass ceph.* removexattrs through to MDSSage Weil2013-02-13
| * ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil2013-02-13
| * ceph: support hidden vxattrsSage Weil2013-02-13
| * ceph: remove 'ceph.layout' virtual xattrSage Weil2013-02-13
| * Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder2013-01-30
| |\
| | * libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-17
| | * ceph: check mds_wanted for imported capYan, Zheng2013-01-17
| | * ceph: allocate cap_release message when receiving cap importYan, Zheng2013-01-17
| | * ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng2013-01-17
| | * ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng2013-01-17
| | * ceph: Check for created flag in response from mdsSam Lang2013-01-17
| | * ceph: Check for err on mds request in atomic_openSam Lang2013-01-17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\ \ \
| * | | fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-26
| * | | ceph: prepopulate inodes only when request is abortedSage Weil2013-02-26
| * | | new helper: file_inode(file)Al Viro2013-02-22
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-25
|\ \ \
| * | | ceph: Convert kuids and kgids before printing them.Eric W. Biederman2013-02-12
| * | | ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-12
| * | | ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman2013-02-12
| * | | ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-12
| |/ /
* / / fs/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-20
|\|
| * libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman2012-12-13
| * ceph: call handle_cap_grant() for cap import messageYan, Zheng2012-12-13
| * ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng2012-12-13
| * ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng2012-12-13
| * ceph: Fix infinite loop in __wake_requestsYan, Zheng2012-12-13
| * ceph: Don't update i_max_size when handling non-auth capYan, Zheng2012-12-13