summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ceph v0.20.2v0.20.2Sage Weil2010-05-263-2/+15
* types: clean up printf format warningsSage Weil2010-05-262-9/+9
* rgw: clean up dup #defineSage Weil2010-05-261-1/+0
* types: standardize on uint64_tSage Weil2010-05-26145-1041/+1035
* endian: simplify __le* type hackerySage Weil2010-05-269-35/+31
* interval_set: fix union_of, intersection_of size accountingSage Weil2010-05-261-2/+2
* cfuse: bail out on mount() errorsSage Weil2010-05-261-3/+8
* mds: acquire anchor_create locks in callerSage Weil2010-05-263-16/+41
* init-ceph: use = not == for comparison operatorSage Weil2010-05-251-2/+2
* mds: fix scatterlock gather, writebehindSage Weil2010-05-253-7/+7
* filestore: make mkfs() zap any file or dirs it findsSage Weil2010-05-251-8/+7
* osd: keep recovery ops in sync with pullSage Weil2010-05-251-2/+2
* uclient: don't unlink null dentry when getting null linkage in mds replySage Weil2010-05-251-2/+4
* mds: anchor multiversion inode before unlinking itSage Weil2010-05-251-2/+21
* monc: hunting by defaultSage Weil2010-05-251-1/+1
* mon: fix mon injectargs, and simplifySage Weil2010-05-255-21/+23
* mds: fix interval_set copy of projected_freeSage Weil2010-05-251-1/+1
* initscripts: remove 'flushoncommit' from default btrfs mount optionsSage Weil2010-05-192-2/+2
* ceph v0.20.1v0.20.1Sage Weil2010-05-143-2/+12
* debian: remove pull.sh calls from helper .sh scriptsSage Weil2010-05-132-2/+2
* objecter: separately track pgmap, osdmap state machine versionSage Weil2010-05-132-12/+15
* mon: return correct state machine epoch in repliesSage Weil2010-05-132-2/+2
* osd: set obs.exists in projected object state during recoverySage Weil2010-05-121-0/+1
* mds: warn, don't crash, on trailing garbage in dir objectsSage Weil2010-05-121-1/+5
* rbdtool: --list on empty pool returns correct messageYehuda Sadeh2010-05-121-11/+18
* msgr: put msgvec on heapSage Weil2010-05-111-6/+17
* msgr: tolerate incoming seq #'s that skip aheadSage Weil2010-05-111-13/+8
* librados: separate callbacks for aio ack/complete and safeSage Weil2010-05-113-25/+42
* ceph: return error code returned by serverSage Weil2010-05-111-2/+4
* mds: fix max_size==1 bugSage Weil2010-05-071-1/+3
* osd: remove bad assert in get_object_context()Sage Weil2010-05-071-1/+0
* mds: always release snap cap after flushsnapSage Weil2010-05-071-1/+1
* osd: clear pg REPLAY when we reinitiate peeringSage Weil2010-05-062-3/+3
* rgw: admin uses --secret instead of --key (as --key is already taken)Greg Farnum2010-05-061-1/+1
* osd: fix critical cap parsing bugs and documentation.Greg Farnum2010-05-062-6/+7
* debian: use 'testing' or 'unstable' in place of 'git' in version suffixSage Weil2010-05-052-7/+16
* msgr: fix local_pipe peer_typeSage Weil2010-05-041-0/+2
* mds: fix EXCL rdlock ruleSage Weil2010-05-031-1/+1
* mds: fix lock->sync rdlock ruleSage Weil2010-05-031-1/+1
* filejournal: return error instead of assertingSage Weil2010-05-031-5/+8
* mon: correctly update up map when taking over for creating|starting mdsSage Weil2010-04-302-8/+9
* debian: fix up debian scriptsv0.20Sage Weil2010-04-302-3/+3
* ceph.spec.in: updatesSage Weil2010-04-301-25/+24
* ceph.spec.in: from JosefSage Weil2010-04-302-50/+200
* objecter: show osds in laggy debug outputSage Weil2010-04-301-1/+2
* mds: fix trim_dentry on dentry under unlinked dirSage Weil2010-04-301-3/+6
* osd: fix pg_to_acting_osds() calculation to consider pg_tempSage Weil2010-04-301-33/+30
* filestore: fail to mount if journal open failsSage Weil2010-04-292-4/+8
* msgr: fix sigint/term signal handler to actually quit (by chaining)Sage Weil2010-04-291-2/+9
* librados: fix blank pool statsSage Weil2010-04-291-2/+1