summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.13v0.13Sage Weil2009-08-243-1/+25
* todoSage Weil2009-08-211-2/+3
* kclient: cleanup msgpool pr_errSage Weil2009-08-211-1/+1
* kclient: update ctime on 'no-op' ->setattr(.., ATTR_CTIME)Sage Weil2009-08-212-3/+24
* kclient tests: fix dir namesSage Weil2009-08-212-2/+2
* uclient: small _getdents cleanupSage Weil2009-08-211-3/+5
* uclient: let's do getdents() too, while we're at itSage Weil2009-08-214-5/+23
* crush: put temp arrays on the stackSage Weil2009-08-211-22/+4
* uclient: remove readdirplus, readdirlite cruftSage Weil2009-08-211-5/+0
* uclient: add getdnames()Sage Weil2009-08-214-0/+57
* kclient: better info in cap msg debug printsSage Weil2009-08-211-3/+4
* mds: debug show cap issued/pending/wanted or issued/wanted, dependingSage Weil2009-08-211-2/+5
* mds: clean out old revocation history on racing releaseSage Weil2009-08-212-3/+20
* mount.ceph: block same signals as /sbin/mountSage Weil2009-08-211-0/+15
* mds: remove mdstable ino cruft; version all ondisk encodingSage Weil2009-08-2111-37/+13
* mds: do not save cap_push_seq on disk [disk format change]Sage Weil2009-08-211-2/+4
* kclient: make msgpools blocking or non-blockingSage Weil2009-08-213-8/+17
* kclient: stop using msgpools for incoming msgsSage Weil2009-08-203-62/+3
* kclient: be smarter about osd reply message refsSage Weil2009-08-205-25/+31
* configure: check for expat for radosgwSage Weil2009-08-201-3/+12
* Makefile: add missing MOSDPGTemp.hSage Weil2009-08-202-5/+8
* mds: clean up loner set/drop logicSage Weil2009-08-204-48/+68
* kclient: don't keep reply ref in osd_request; just parse out the resultSage Weil2009-08-202-32/+30
* kclient: add iozone, kernel tar+compile testsSage Weil2009-08-202-0/+25
* kclient: remove ancient crufty test codeSage Weil2009-08-2010-1024/+0
* kclient: use msgpool for client_capsSage Weil2009-08-191-3/+6
* kclient: clean up msgr debug output a bitSage Weil2009-08-191-8/+8
* kclient: fix data skip arithmeticSage Weil2009-08-191-2/+2
* kclient: drop middle, data in ceph_msg_putSage Weil2009-08-192-6/+9
* auth: auth scheme notesSage Weil2009-08-191-0/+69
* Merge branch 'unstable' of ssh://ceph.newdream.net/git/ceph into unstableSage Weil2009-08-1911-365/+593
|\
| * uclient/hadoop: Implement lstat_precise.Greg Farnum2009-08-185-4/+74
| * uClient: Whoops, apparently I thought stat's atime was in millis, but it's in...Greg Farnum2009-08-181-6/+6
| * Hadoop: What's with all these unused variables?Greg Farnum2009-08-183-38/+4
| * Hadoop: Javadoc and cleanup in CephInput/OutputStream.Greg Farnum2009-08-182-76/+50
| * Hadoop: Javadoc and cleanup in CephInputStream.Greg Farnum2009-08-172-57/+73
| * uclient: A Sage-given fix for something Sage broke.Greg Farnum2009-08-171-1/+2
| * Hadoop: cleanup compile bugs from previous cleanup work.Greg Farnum2009-08-171-2/+4
| * Hadoop: Remove an exists call by checking return codes on mkdirsGreg Farnum2009-08-171-4/+4
| * Hadoop: Remove references to uid and gid.Greg Farnum2009-08-172-11/+1
| * Hadoop: Remove unused getLength and supporting C stuff.Greg Farnum2009-08-173-51/+0
| * Hadoop: uses the new stat_precise.Greg Farnum2009-08-172-7/+6
| * uclient/libceph: setattr and _setattr now use a stat_precise structGreg Farnum2009-08-174-20/+52
| * testceph: Clarify use of endl so it's non-ambiguous when the includes change.Greg Farnum2009-08-171-2/+2
| * Hadoop: More Javadoc, indentation fixes, etc.Greg Farnum2009-08-171-29/+104
| * Hadoop: Convert bytes to kb in statfsGreg Farnum2009-08-171-4/+4
| * Hadoop: Javadoc and consistency.Greg Farnum2009-08-171-39/+115
| * Hadoop: Adds the getStatus method introduced by Hadoop .21;Greg Farnum2009-08-174-62/+140
* | kclient: requeue cap if cap send failsSage Weil2009-08-193-28/+45
* | kclient: don't reuse message for revoke_ackSage Weil2009-08-192-37/+23