summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2013-05-01ceph: kill ceph alloc_page_vec()Alex Elder
2013-05-01ceph: define ceph_writepages_osd_request()Alex Elder
2013-05-01libceph: don't build request in ceph_osdc_new_request()Alex Elder
2013-05-01ceph: use page_offset() in ceph_writepages_start()Alex Elder
2013-05-01ceph: set up page array mempool with correct sizeAlex Elder
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil
2013-05-01libceph: add update_authorizer auth methodSage Weil
2013-05-01ceph: fix buffer pointer advance in ceph_sync_writeHenry C Chang
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: only set message data pointers if non-emptyAlex Elder
2013-05-01libceph: isolate other message data fieldsAlex Elder
2013-05-01libceph: set page info with byte lengthAlex Elder
2013-05-01libceph: isolate message page field manipulationAlex Elder
2013-05-01libceph: record byte count not page countAlex Elder
2013-05-01libceph: separate read and write dataAlex Elder
2013-05-01libceph: distinguish page and bio requestsAlex Elder
2013-05-01libceph: separate osd request data infoAlex Elder
2013-05-01libceph: don't assign page info in ceph_osdc_new_request()Alex Elder
2013-05-01ceph: simplify ceph_sync_write() page_align calculationAlex Elder
2013-05-01ceph: use calc_pages_for() in start_read()Alex Elder
2013-05-01libceph: no need for alignment for mds messageAlex Elder
2013-05-01libceph: define mds_alloc_msg() methodAlex Elder
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder
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