summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librbd: remove unnecessary AioRequest parameterswip-5488-2Josh Durgin2013-07-254-48/+35
* ObjectCacher: store image_overlap in ObjectSetJosh Durgin2013-07-2513-42/+69
* LibrbdWriteback: don't take snap_lock inside of cache_lockJosh Durgin2013-07-251-9/+3
* rbd-fuse, ceph_test_librbd_fsx: parse environment after reading configSage Weil2013-07-222-2/+2
* FileStore: disable fd cacher and wbthrottle during replaySamuel Just2013-07-222-3/+11
* PGLog::merge_log, unidex() only works from tail, we index() below anywaySamuel Just2013-07-221-1/+0
* PGLog::rewind_divergent_log: unindex only works from tail, index() insteadSamuel Just2013-07-221-1/+1
* src/test/osd/TestPGLog.cc: check that the object remains in log.objectsSamuel Just2013-07-221-3/+8
* rgw: swift, in create bucket set location_constraintsYehuda Sadeh2013-07-221-0/+2
* rgw: translate swift request to s3 when forwardingYehuda Sadeh2013-07-227-5/+24
* Merge remote-tracking branch 'gh/wip-5624-b' into nextSage Weil2013-07-227-29/+42
|\
| * mon, mds, osd: add early SIGTERM injectionSage Weil2013-07-204-0/+11
| * mds: put g_ceph_context on shutdownSage Weil2013-07-201-2/+3
| * mon: shutdown: remove sessions under mon->lockSage Weil2013-07-201-2/+2
| * mds: reorder suicide/shutdown a bitSage Weil2013-07-201-4/+3
| * mds: install signal handlers after initSage Weil2013-07-201-9/+10
| * mon: install signal handlers after initSage Weil2013-07-201-4/+4
| * osd: do not assume we have an osdmap in prepare_to_stopSage Weil2013-07-201-3/+4
| * osd: install async signal handlers after init()Sage Weil2013-07-201-6/+6
* | Merge pull request #458 from ceph/wip-5693Gregory Farnum2013-07-2210-17/+111
|\ \
| * | PendingReleaseNotes: update about new rgw copy obj responseYehuda Sadeh2013-07-221-0/+6
| * | rgw: add some commentsYehuda Sadeh2013-07-222-0/+6
| * | rgw: dump progress through swift object copyYehuda Sadeh2013-07-222-6/+32
| * | rgw: send data back when copying objectYehuda Sadeh2013-07-227-11/+67
* | | ceph.in: reject --admin-daemon so it can't do harmDan Mick2013-07-221-0/+7
* | | FileJournal: fix posix_fallocate error handlingNoah Watkins2013-07-221-4/+3
* | | OSD::_make_pg: use createmap, not osdmapSamuel Just2013-07-221-1/+1
* | | rgw: read attributes when reading bucket entry pointYehuda Sadeh2013-07-223-16/+32
* | | OSD::RemoveWQ: do not apply_transaction while blocking _try_resurrect_pgSamuel Just2013-07-222-19/+42
* | | FileStore: use complete() instead of finish() and deleteSamuel Just2013-07-221-4/+2
* | | Finisher: use complete() not finish() and deleteSamuel Just2013-07-221-4/+2
* | | common/Cond.h: add a simpler C_SaferCond ContextSamuel Just2013-07-221-0/+32
* | | ceph.spec.in: Obsolete ceph-libsGary Lowell2013-07-221-0/+3
* | | Merge remote-tracking branch 'gh/wip-mon-caps' into nextSage Weil2013-07-223-6/+70
|\ \ \
| * | | qa/workunits/mon/caps.sh: clean up users; renameSage Weil2013-07-191-0/+5
| * | | mon/MonCap: simplify rwx match logicSage Weil2013-07-192-5/+14
| * | | mon: fix command caps checkSage Weil2013-07-191-1/+1
| * | | qa: workunits: mon: test mon caps permissionsJoao Eduardo Luis2013-07-191-0/+50
| | |/ | |/|
* | | Merge pull request #453 from dalgaaf/wip-da-SCA-cppcheck-7Sage Weil2013-07-2116-97/+97
|\ \ \
| * | | cls_replica_log_types.h: pass const std::list<> by referenceDanny Al-Gaaf2013-07-201-1/+1
| * | | mon/PGMonitor.cc: reduce scope of local 'num_slow_osds' variableDanny Al-Gaaf2013-07-201-1/+1
| * | | rgw/rgw_bucket.cc: use static_cast<>() instead of C-Style castDanny Al-Gaaf2013-07-201-4/+4
| * | | test_cls_version.cc: don't free object twice, free the right oneDanny Al-Gaaf2013-07-201-1/+1
| * | | rgw/rgw_metadata.cc: use static_cast<>() instead of C-Style castDanny Al-Gaaf2013-07-201-6/+6
| * | | rgw: change RGWOp::name() to return string instead of char*Danny Al-Gaaf2013-07-2011-84/+84
| |/ /
* | | Merge pull request #451 from dalgaaf/wip-da-SCA-cppcheck-6-v2Sage Weil2013-07-217-24/+24
|\ \ \ | |/ / |/| |
| * | rgw/rgw_rest_s3.cc: fix dereferencing after deallocationDanny Al-Gaaf2013-07-161-1/+2
| * | rgw/rgw_op.cc: reduce scope of local 'ret' integer variableDanny Al-Gaaf2013-07-161-2/+1
| * | rgw/rgw_rados.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-07-161-2/+2
| * | rgw/rgw_rest.cc: fix malloc memory leakDanny Al-Gaaf2013-07-161-1/+3