summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.48.1argonautv0.48.1argonautSage Weil2012-08-132-1/+7
* rgw: fix usage trim call encodingYehuda Sadeh2012-08-101-1/+2
* cls_rgw: fix rgw_cls_usage_log_trim_op encode/decodeYehuda Sadeh2012-08-101-2/+4
* rgw: expand date format supportYehuda Sadeh2012-08-101-2/+28
* rgw: complete multipart upload can handle chunked encodingYehuda Sadeh2012-08-101-2/+48
* rgw_xml: xml_handle_data() appends data stringYehuda Sadeh2012-08-101-1/+1
* rgw: ETag is unquoted in multipart upload completeYehuda Sadeh2012-08-101-1/+19
* MonMap: return error on failure in build_initialJosh Durgin2012-08-101-2/+5
* addr_parsing: report correct error messageJosh Durgin2012-08-101-2/+1
* mkcephfs: use default osd_data, _journal valuesSage Weil2012-08-081-2/+2
* mkcephfs: use new default keyring locationsSage Weil2012-08-081-11/+10
* osd: peering: detect when log source osd goes downSage Weil2012-08-012-0/+17
* rbd: fix off-by-one error in key nameSylvain Munaut2012-07-311-1/+1
* secret: return error on empty secretSylvain Munaut2012-07-311-0/+5
* osd: set STRAY on pg load when non-primarySage Weil2012-07-281-0/+3
* osd: peering: make Incomplete a Peering substateSage Weil2012-07-271-9/+8
* osd: peering: move to Incomplete when.. incompleteSage Weil2012-07-271-3/+9
* Merge remote-tracking branch 'gh/stable' into stable-nextSage Weil2012-07-271-1/+5
|\
| * osd: fixing sharing of past_intervals on backfill restartSage Weil2012-07-261-1/+5
* | Merge remote-tracking branch 'gh/wip-rbd-bid' into stable-nextSage Weil2012-07-267-55/+40
|\ \
| * | librbd: replace assign_bid with client id and random numberJosh Durgin2012-07-233-52/+10
| * | librados: add new constructor to form a Rados object from IoCtxDan Mick2012-07-234-3/+30
* | | mon: make 'ceph osd rm ...' wipe out all state bits, not just EXISTSSage Weil2012-07-261-1/+1
* | | test_stress_watch: just one librados instanceSage Weil2012-07-261-2/+2
* | | Merge commit '35b13266923f8095650f45562d66372e618c8824' into stable-nextSage Weil2012-07-262-176/+261
|\ \ \
| * | | msgr: take over existing Connection on Pipe replacementSage Weil2012-07-101-6/+8
| * | | msgr: restart_queue when replacing existing pipe and taking over the queueSage Weil2012-07-021-0/+1
| * | | msgr: choose incoming connection if ours is STANDBYSage Weil2012-07-021-4/+4
| * | | msgr: preserve incoming message queue when replacing pipesSage Weil2012-07-021-3/+11
| * | | msgr: move dispatch_entry into DispatchQueue classSage Weil2012-07-022-34/+45
| * | | msgr: move incoming queue to separate classSage Weil2012-07-022-124/+179
| * | | msgr: make D_CONNECT constant non-zero, fix ms_handle_connect() callbackSage Weil2012-07-021-1/+1
| * | | msgr: fix pipe replacement assertSage Weil2012-07-021-1/+2
| * | | msgr: do not try to reconnect con with CLOSED pipeSage Weil2012-07-021-1/+4
| * | | msgr: move to STANDBY if we replace during accept and then failSage Weil2012-07-021-4/+8
* | | | ReplicatedPG: fix replay op orderingSamuel Just2012-07-262-5/+22
* | | | objecter: always resend linger registrationsSage Weil2012-07-262-51/+99
* | | | osd: guard class call decodingSage Weil2012-07-261-4/+15
* | | | librados: take lock when signaling notify condSage Weil2012-07-261-0/+2
* | | | workqueue: kick -> wake or _wake, depending on lockingSage Weil2012-07-262-8/+19
* | | | client: fix locking for SafeCond usersSage Weil2012-07-261-3/+15
| |_|/ |/| |
* | | filestore: check for EIO in read pathSage Weil2012-07-261-60/+165
* | | filestore: add 'filestore fail eio' option, default trueSage Weil2012-07-263-1/+7
* | | config: fix 'config set' admin socket commandSage Weil2012-07-251-1/+1
* | | osd: break potentially large transaction into piecesSage Weil2012-07-252-1/+11
* | | osd: only commit past intervals at end of parallel buildSage Weil2012-07-251-5/+11
* | | osd: generate past intervals in parallel on bootSage Weil2012-07-252-1/+108
* | | osd: move calculation of past_interval range into helperSage Weil2012-07-252-11/+26
* | | osd: fix map epoch boot conditionSage Weil2012-07-251-1/+1
* | | mon: ignore pgtemp messages from down osdsSage Weil2012-07-241-0/+7