aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | libceph: kill off osd data write_request parametersAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: fix printk format warnings in file.cRandy Dunlap2013-05-02
| * | | | | | | | | | | | | | | | ceph: fix race between writepages and truncateYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: apply write checks in ceph_aio_writeYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: take i_mutex before getting Fw capYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | libceph: change how "safe" callback is usedAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: let osd client clean up for interrupted requestAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: fix symlink inode operationsYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: Use pseudo-random numbers to choose mdsSam Lang2013-05-02
| * | | | | | | | | | | | | | | | libceph: add, don't set data for a messageAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: combine initializing and setting osd dataAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: specify osd op by index in requestAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: add data pointers in osd op structuresAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: keep source rather than message osd op arrayAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: a few more osd data cleanupsAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: define osd data initialization helpersAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: build osd request message later for writepagesAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: hold off building osd requestAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: kill ceph alloc_page_vec()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: define ceph_writepages_osd_request()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: don't build request in ceph_osdc_new_request()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: use page_offset() in ceph_writepages_start()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: set up page array mempool with correct sizeAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: wrap auth ops in wrapper functionsSage Weil2013-05-02
| * | | | | | | | | | | | | | | | libceph: add update_authorizer auth methodSage Weil2013-05-02
| * | | | | | | | | | | | | | | | ceph: fix buffer pointer advance in ceph_sync_writeHenry C Chang2013-05-02
| * | | | | | | | | | | | | | | | ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: only set message data pointers if non-emptyAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: isolate other message data fieldsAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: set page info with byte lengthAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: isolate message page field manipulationAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: record byte count not page countAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: separate read and write dataAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: distinguish page and bio requestsAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: separate osd request data infoAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: don't assign page info in ceph_osdc_new_request()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: simplify ceph_sync_write() page_align calculationAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: use calc_pages_for() in start_read()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: no need for alignment for mds messageAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: define mds_alloc_msg() methodAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: rename ceph_calc_object_layout()Alex Elder2013-05-02
| * | | | | | | | | | | | | | | | libceph: kill ceph_msg->pagelist_countAlex Elder2013-05-02
| * | | | | | | | | | | | | | | | ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: don't early drop Fw capYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: revert commit 22cddde104Sage Weil2013-05-02
| * | | | | | | | | | | | | | | | ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: set mds_want according to cap import messageYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: queue cap release when trimming capYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | ceph: fix LSSNAP regressionYan, Zheng2013-05-02
| * | | | | | | | | | | | | | | | libceph: distinguish page array and pagelist countAlex Elder2013-05-02
| |/ / / / / / / / / / / / / / /