]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-10-28 Samuel JustReplicatedPG: add empty stat when we remove an object...
2013-10-28 Samuel JustReplicatedPG: replace backfill_pos with last_backfill_s...
2013-10-28 Samuel JustPG::BackfillInfo: introduce trim_to
2013-10-28 Samuel JustPG::BackfillInterval: use trim() in pop_front()
2013-10-28 Samuel JustReplicatedPG::prepare_transaction: info.last_backfill...
2013-10-28 Loic DacharyMerge pull request #772 from ceph/wip-5612
2013-10-28 Sage Weilupstart: fail osd start if crush update fails 772/head
2013-10-28 Sage Weilinit-ceph: make crush update on osd start time out
2013-10-28 Sage WeilMerge pull request #778 from ceph/wip-6621
2013-10-28 Yehuda Sadehradosgw-admin: accept negative values for quota params 778/head
2013-10-28 athanatosMerge pull request #760 from ceph/wip-6585
2013-10-28 Samuel JustReplicatedBackend: don't hold ObjectContexts in pull... 760/head
2013-10-28 Samuel JustReplicatedPG: put repops even in TrimObjects
2013-10-28 Samuel JustReplicatedPG: improved on_flushed error output
2013-10-28 Samuel JustPG: call on_flushed on FlushEvt
2013-10-28 Samuel JustPG,ReplicatedPG: remove the waiting_for_backfill_peer...
2013-10-28 Samuel JustReplicatedPG: have make_writeable adjust backfill_pos
2013-10-28 Samuel JustReplicatedBackend: fix failed push error output
2013-10-28 Samuel JustReplicatedPG,osd_types: move rw tracking from its own...
2013-10-28 Samuel Justosd_types,OpRequest: move osd_req_id into OpRequest
2013-10-28 Samuel JustOpRequest: move method implementations into cc
2013-10-28 Samuel JustReplicatedPG: reset new_obs and new_snapset in execute_ctx
2013-10-28 huangjun fix the bug if we set pgp_num=-1 using "ceph osd...
2013-10-27 Greg FarnumReplicatedPG: take and drop read locks when doing backfill
2013-10-27 Greg FarnumPG: switch the start_recovery_ops interface to specify...
2013-10-27 Greg FarnumReplicatedPG: implement the RWTracker mechanisms for...
2013-10-27 Greg FarnumReplicatedPG: separate RWTracker's waitlist from gettin...
2013-10-27 Greg Farnumcommon: add an hobject_t::is_min() function
2013-10-26 Sage WeilMerge pull request #765 from ceph/wip-6635
2013-10-26 Sage Weilmon/OSDMonitor: make racing dup pool rename behave 765/head
2013-10-26 Joao Eduardo... mon: OSDMonitor: Make 'osd pool rename' idempotent
2013-10-25 Gregory FarnumMerge pull request #769 from ceph/wip-copy-get
2013-10-25 Greg FarnumObjecter: expose the copy-get()'ed object's category 769/head
2013-10-25 Greg Farnumosd: add category to object_copy_data_t
2013-10-25 Greg FarnumOSD: add back CEPH_OSD_OP_COPY_GET, and use it in the...
2013-10-25 Greg FarnumOSD: rename CEPH_OSD_OP_COPY_GET -> CEPH_OSD_OP_COPY_GE...
2013-10-25 Greg FarnumReplicatedPG: copy: move the COPY_GET implementation...
2013-10-25 Greg Farnumosd: Add a new object_copy_data_t, and use it in the...
2013-10-25 Greg FarnumReplicatedPG: cache: don't handle cache if the obc...
2013-10-25 Greg FarnumReplicatedPG: copy: add a C_KickBlockedObject
2013-10-25 Greg FarnumReplicatedPG: add a Context *ondone to RepGathers
2013-10-25 Greg FarnumReplicatedPG: copy: rename CopyOp::version -> user_version
2013-10-25 Greg FarnumReplicatedPG: copy: do not let start_copy() return...
2013-10-25 Greg FarnumObjectStore: add a bufferlist-based getattrs() function
2013-10-25 Sage WeilMerge branch 'wip-osd-fixes' into next
2013-10-25 Sage Weilosd/osd_types: init SnapSet::seq in ctor 768/head
2013-10-25 Sage Weilos/FileStore: fix getattr return value when using omap
2013-10-25 Sage Weilos/ObjectStore: fix RMATTRS encoding
2013-10-25 Samuel JustPGLog::read_log: don't add items past backfill line...
2013-10-25 Sage WeilMerge pull request #764 from ceph/wip-rbd-parent-info
2013-10-25 Josh Durginrbd.py: increase parent name size limit 764/head
2013-10-24 Samuel JustPGMap::dirty_all should be asserting about osd_epochs...
2013-10-24 Adam TwardowskiUpdate init-rbdmap
2013-10-24 Greg Farnumceph: tolerate commands without any child args
2013-10-24 Josh DurginMerge branch 'wip-rgw-sync-next' into next
2013-10-24 Josh Durginrgw: eliminate one unnecessary case statement
2013-10-24 Josh Durginradosgw-admin: remove unused function escape_str() 763/head
2013-10-24 Josh Durginrgw: escape bucket and object names in StreamReadRequests
2013-10-24 Josh Durginrgw: move url escaping to a common place
2013-10-24 Josh Durginrgw: update metadata log list to match data log list
2013-10-24 Josh Durginrgw: include marker and truncated flag in data log...
2013-10-24 Josh Durgincls_log: always return final marker from log_list
2013-10-24 Josh Durginrgw: skip read_policy checks for system_users
2013-10-23 Sage WeilMerge pull request #761 from ceph/wip-6620
2013-10-23 Joao Eduardo... mds: MDSMap: adjust buffer size for uint64 values with... 761/head
2013-10-23 João Eduardo... Merge pull request #730 from ceph/wip-monc-ping
2013-10-23 Joao Eduardo... cli: ceph: add support to ping monitors 730/head
2013-10-23 Joao Eduardo... pybind: rados: ping a monitor via librados
2013-10-23 Joao Eduardo... pybind: rados: support ETIMEDOUT on make_ex()
2013-10-23 Joao Eduardo... librados: support pinging a monitor without auth via...
2013-10-23 Joao Eduardo... mon: MonClient: allow pinging a monitor without authent...
2013-10-23 Joao Eduardo... mon: MonClient: adjust whitespaces
2013-10-23 Joao Eduardo... mon: Monitor: reply to ping messages, letting them...
2013-10-23 Joao Eduardo... mon: Monitor: do not flush formatter at end of _mon_sta...
2013-10-22 Sage WeilMerge remote-tracking branch 'gh/wip-6242-b' into next
2013-10-22 Sage Weilpybind/rados: create InterruptedOrTimeoutError exception 757/head
2013-10-22 Sage Weilceph: move timeout
2013-10-22 Sage Weilceph: catch exceptions thrown during the rados handle...
2013-10-22 Sage Weilceph: show basic help before initializing cluster conne...
2013-10-22 Sage Weilceph: default 5 second timeout for -h
2013-10-22 Sage Weilceph: add --connect-timeout option
2013-10-22 Sage Weilceph: print basic options before connecting
2013-10-22 Greg Farnumceph: fixup do_help() function connection check
2013-10-22 Sage Weilceph.in: add emacs modeline
2013-10-22 Yehuda SadehMerge branch 'wip-6606' into next
2013-10-22 Yehuda Sadehrgw: don't bother to call c_str() on strings passed... 755/head
2013-10-22 Josh DurginMerge pull request #754 from ceph/wip-test-librbd
2013-10-22 Sage Weilceph_test_librbd: fix heap overrun 754/head
2013-10-22 Yehuda Sadehrgw: init src_bucket_name, src_object in the S3 handler
2013-10-21 Yehuda Sadehrgw: get rid of req_state.bucket_name
2013-10-21 Yehuda Sadehrgw: turn swift COPY into PUT
2013-10-21 Sage Weillibrbd: parse args to ceph_test_librbd
2013-10-21 Sage Weillibrbd: fix build error
2013-10-21 Sage Weilceph-mon: add debug to ip selection
2013-10-21 Josh DurginMerge pull request #753 from ceph/wip-5668-b
2013-10-21 Sage Weillibrbd: wire up flush counter 753/head
2013-10-21 Loic DacharyMerge pull request #751 from ceph/wip-6603
2013-10-21 Sage Weilcommon/BackTrace: fix memory leak 751/head
2013-10-21 Sage Weilcommon/cmdparse: fix memory leak
2013-10-19 Sage WeilMerge pull request #746 from ceph/wip-6582
next