| Commit message (Expand) | Author | Age | Files | Lines |
* | v0.13v0.13 | Sage Weil | 2009-08-24 | 3 | -1/+25 |
* | todo | Sage Weil | 2009-08-21 | 1 | -2/+3 |
* | kclient: cleanup msgpool pr_err | Sage Weil | 2009-08-21 | 1 | -1/+1 |
* | kclient: update ctime on 'no-op' ->setattr(.., ATTR_CTIME) | Sage Weil | 2009-08-21 | 2 | -3/+24 |
* | kclient tests: fix dir names | Sage Weil | 2009-08-21 | 2 | -2/+2 |
* | uclient: small _getdents cleanup | Sage Weil | 2009-08-21 | 1 | -3/+5 |
* | uclient: let's do getdents() too, while we're at it | Sage Weil | 2009-08-21 | 4 | -5/+23 |
* | crush: put temp arrays on the stack | Sage Weil | 2009-08-21 | 1 | -22/+4 |
* | uclient: remove readdirplus, readdirlite cruft | Sage Weil | 2009-08-21 | 1 | -5/+0 |
* | uclient: add getdnames() | Sage Weil | 2009-08-21 | 4 | -0/+57 |
* | kclient: better info in cap msg debug prints | Sage Weil | 2009-08-21 | 1 | -3/+4 |
* | mds: debug show cap issued/pending/wanted or issued/wanted, depending | Sage Weil | 2009-08-21 | 1 | -2/+5 |
* | mds: clean out old revocation history on racing release | Sage Weil | 2009-08-21 | 2 | -3/+20 |
* | mount.ceph: block same signals as /sbin/mount | Sage Weil | 2009-08-21 | 1 | -0/+15 |
* | mds: remove mdstable ino cruft; version all ondisk encoding | Sage Weil | 2009-08-21 | 11 | -37/+13 |
* | mds: do not save cap_push_seq on disk [disk format change] | Sage Weil | 2009-08-21 | 1 | -2/+4 |
* | kclient: make msgpools blocking or non-blocking | Sage Weil | 2009-08-21 | 3 | -8/+17 |
* | kclient: stop using msgpools for incoming msgs | Sage Weil | 2009-08-20 | 3 | -62/+3 |
* | kclient: be smarter about osd reply message refs | Sage Weil | 2009-08-20 | 5 | -25/+31 |
* | configure: check for expat for radosgw | Sage Weil | 2009-08-20 | 1 | -3/+12 |
* | Makefile: add missing MOSDPGTemp.h | Sage Weil | 2009-08-20 | 2 | -5/+8 |
* | mds: clean up loner set/drop logic | Sage Weil | 2009-08-20 | 4 | -48/+68 |
* | kclient: don't keep reply ref in osd_request; just parse out the result | Sage Weil | 2009-08-20 | 2 | -32/+30 |
* | kclient: add iozone, kernel tar+compile tests | Sage Weil | 2009-08-20 | 2 | -0/+25 |
* | kclient: remove ancient crufty test code | Sage Weil | 2009-08-20 | 10 | -1024/+0 |
* | kclient: use msgpool for client_caps | Sage Weil | 2009-08-19 | 1 | -3/+6 |
* | kclient: clean up msgr debug output a bit | Sage Weil | 2009-08-19 | 1 | -8/+8 |
* | kclient: fix data skip arithmetic | Sage Weil | 2009-08-19 | 1 | -2/+2 |
* | kclient: drop middle, data in ceph_msg_put | Sage Weil | 2009-08-19 | 2 | -6/+9 |
* | auth: auth scheme notes | Sage Weil | 2009-08-19 | 1 | -0/+69 |
* | Merge branch 'unstable' of ssh://ceph.newdream.net/git/ceph into unstable | Sage Weil | 2009-08-19 | 11 | -365/+593 |
|\ |
|
| * | uclient/hadoop: Implement lstat_precise. | Greg Farnum | 2009-08-18 | 5 | -4/+74 |
| * | uClient: Whoops, apparently I thought stat's atime was in millis, but it's in... | Greg Farnum | 2009-08-18 | 1 | -6/+6 |
| * | Hadoop: What's with all these unused variables? | Greg Farnum | 2009-08-18 | 3 | -38/+4 |
| * | Hadoop: Javadoc and cleanup in CephInput/OutputStream. | Greg Farnum | 2009-08-18 | 2 | -76/+50 |
| * | Hadoop: Javadoc and cleanup in CephInputStream. | Greg Farnum | 2009-08-17 | 2 | -57/+73 |
| * | uclient: A Sage-given fix for something Sage broke. | Greg Farnum | 2009-08-17 | 1 | -1/+2 |
| * | Hadoop: cleanup compile bugs from previous cleanup work. | Greg Farnum | 2009-08-17 | 1 | -2/+4 |
| * | Hadoop: Remove an exists call by checking return codes on mkdirs | Greg Farnum | 2009-08-17 | 1 | -4/+4 |
| * | Hadoop: Remove references to uid and gid. | Greg Farnum | 2009-08-17 | 2 | -11/+1 |
| * | Hadoop: Remove unused getLength and supporting C stuff. | Greg Farnum | 2009-08-17 | 3 | -51/+0 |
| * | Hadoop: uses the new stat_precise. | Greg Farnum | 2009-08-17 | 2 | -7/+6 |
| * | uclient/libceph: setattr and _setattr now use a stat_precise struct | Greg Farnum | 2009-08-17 | 4 | -20/+52 |
| * | testceph: Clarify use of endl so it's non-ambiguous when the includes change. | Greg Farnum | 2009-08-17 | 1 | -2/+2 |
| * | Hadoop: More Javadoc, indentation fixes, etc. | Greg Farnum | 2009-08-17 | 1 | -29/+104 |
| * | Hadoop: Convert bytes to kb in statfs | Greg Farnum | 2009-08-17 | 1 | -4/+4 |
| * | Hadoop: Javadoc and consistency. | Greg Farnum | 2009-08-17 | 1 | -39/+115 |
| * | Hadoop: Adds the getStatus method introduced by Hadoop .21; | Greg Farnum | 2009-08-17 | 4 | -62/+140 |
* | | kclient: requeue cap if cap send fails | Sage Weil | 2009-08-19 | 3 | -28/+45 |
* | | kclient: don't reuse message for revoke_ack | Sage Weil | 2009-08-19 | 2 | -37/+23 |