aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2014-01-09ceph: allow sync_read/write return partial successed size of read/write.majianpeng
2014-01-09ceph: fix bugs about handling short-read for sync read mode.majianpeng
2014-01-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng
2014-01-09ceph: cleanup types in striped_read()Dan Carpenter
2014-01-09ceph: fix null pointer dereferenceNathaniel Yazdani
2014-01-09ceph: avoid accessing invalid memorySasha Levin
2014-01-09ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng
2014-01-09ceph: improve error handling in ceph_mdsmap_decodeEmil Goode
2014-01-09ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang
2014-01-09ceph: wake up 'safe' waiters when unregistering requestYan, Zheng
2014-01-09ceph: cleanup aborted requests when re-sending requests.Yan, Zheng
2013-09-26ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng
2013-07-13ceph: fix sleeping function called from invalid context.majianpeng
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01ceph: use ceph_create_snap_context()Alex Elder
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap
2013-05-01ceph: fix race between writepages and truncateYan, Zheng
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng
2013-05-01libceph: change how "safe" callback is usedAlex Elder
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder
2013-05-01ceph: fix symlink inode operationsYan, Zheng
2013-05-01ceph: Use pseudo-random numbers to choose mdsSam Lang
2013-05-01libceph: add, don't set data for a messageAlex Elder
2013-05-01libceph: combine initializing and setting osd dataAlex Elder
2013-05-01libceph: specify osd op by index in requestAlex Elder
2013-05-01libceph: add data pointers in osd op structuresAlex Elder
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder
2013-05-01libceph: a few more osd data cleanupsAlex Elder
2013-05-01libceph: define osd data initialization helpersAlex Elder
2013-05-01ceph: build osd request message later for writepagesAlex Elder
2013-05-01libceph: hold off building osd requestAlex Elder
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