summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.15v0.15Sage Weil2009-09-224-2/+16
* Makefile: include ioctl-number.patchSage Weil2009-09-221-0/+1
* msgr: don't print source in msg debug outputSage Weil2009-09-221-6/+4
* todoSage Weil2009-09-221-2/+3
* monclient: change pick_new_mon -> reopen_sessionSage Weil2009-09-222-3/+3
* monclient: avoid dup subscribe messagesSage Weil2009-09-221-7/+8
* osd: subscribe to monmapSage Weil2009-09-221-0/+3
* todoSage Weil2009-09-211-0/+2
* kclient: fix le encoding bugs (yay sparse)Sage Weil2009-09-213-4/+4
* kclient: clean whitespaceSage Weil2009-09-211-2/+2
* kclient: include object name in DATALOC ioctl resultSage Weil2009-09-213-7/+15
* kclient: include ioctl-number doc file in patch setSage Weil2009-09-211-0/+1
* kclient: no need for static ceph_bufferSage Weil2009-09-211-11/+1
* mds: fix mds standby map handlingSage Weil2009-09-211-11/+11
* mon: consolidate sub request msgs; cleaner apiSage Weil2009-09-214-18/+33
* mon: allow sub for monmapSage Weil2009-09-213-3/+41
* mon: fix up subscribe infrastructure to use msgr connection for sessionsSage Weil2009-09-2111-108/+179
* msgr: pass Connection* to msgr error handlersSage Weil2009-09-2118-71/+88
* mon: fix client id preallocationSage Weil2009-09-211-1/+1
* monclient: send a single mount requestSage Weil2009-09-211-1/+2
* uclient: use ref in constructor for MClientRequestSage Weil2009-09-211-2/+1
* kclient: two msgpool modes: blocking (ala mempool_t) and !blocking (strict)Sage Weil2009-09-181-6/+14
* kclient: fix symlink kmalloc under spinlockSage Weil2009-09-181-4/+13
* strerror -> strerror_rSage Weil2009-09-1820-86/+144
* kclient: rename msgpool typeSage Weil2009-09-185-18/+18
* kclient: use msgpools for osd requests, repliesSage Weil2009-09-184-10/+50
* uclient: fix null pointer refSage Weil2009-09-181-1/+1
* kclient: fix up ceph_client init error handlingSage Weil2009-09-181-17/+26
* kclient: fix patchset commentSage Weil2009-09-181-1/+1
* kclient: fall back to WARN + new allocation if msgpool is depletedSage Weil2009-09-181-4/+7
* kclient: use msgpools for other monc messagesSage Weil2009-09-184-18/+35
* kclient: add back msgpoolsSage Weil2009-09-187-4/+58
* kclient: add GET_DATALOC ioctl to get object location, osd addrSage Weil2009-09-186-3/+143
* uclient: _removexattr should be naming the xattr to remove!Greg Farnum2009-09-171-0/+1
* uclient: Add functions/data members for preemptive cap dropping.Greg Farnum2009-09-172-48/+103
* MClientRequest: Releases should have a constructorGreg Farnum2009-09-171-0/+5
* uclient: First pass at encode_cap_release function; not used.Greg Farnum2009-09-172-24/+50
* uclient: Move the MetaRequest to MClientRequest into its own code, andGreg Farnum2009-09-172-19/+17
* uclient: The basic passing mechanism is now a MetaRequest. It seems to work.Greg Farnum2009-09-172-34/+59
* uclient: Make the uclient work properly with the new MetaRequest structure.Greg Farnum2009-09-171-6/+6
* uclient: MetaRequests are going to be how we pass requests around;Greg Farnum2009-09-171-7/+39
* Hadoop: Minor fixes and style changes to satisfy Hadoop's FindBugs system.Greg Farnum2009-09-173-71/+23
* kclient: fix osd request kickingSage Weil2009-09-172-4/+9
* mon: fix bug with client id assignment of -1Sage Weil2009-09-171-3/+3
* kclient: avoid no-op dir cap release when no dentry leaseSage Weil2009-09-171-2/+13
* kclient: make mds console msgs consistentSage Weil2009-09-171-3/+3
* monc: pick monitor before sending initial mountSage Weil2009-09-171-3/+10
* uclient: implement basic I_COMPLETE supportSage Weil2009-09-172-6/+40
* uclient: factor out command cap issue checksSage Weil2009-09-172-17/+24
* mds: minor commentsSage Weil2009-09-171-0/+6