]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-03-26 Loic Dacharyfix append to uninitialized buffer in FlatIndex::created 148/head
2013-03-26 Sage WeilMerge pull request #144 from dalgaaf/wip-da-ceph-disk
2013-03-26 Sage WeilMerge pull request #143 from ceph/wip-mds-health
2013-03-26 Gary Lowellceph-disk: udevadm settle before partprobe
2013-03-26 Sage WeilMerge pull request #145 from dalgaaf/wip-da-c_str
2013-03-26 Danny Al-GaafCrushWrapper.cc: remove some std::string::c_str() calls 145/head
2013-03-25 Sage WeilMerge remote-tracking branch 'gh/wip-crush'
2013-03-25 Sage Weildoc/release-notes: extra note for v0.56.4
2013-03-25 Sage Weildoc/release-notes: v0.56.4
2013-03-25 David ZafmanImprove test by getting cloneid from my_snaps vector
2013-03-25 Danny Al-Gaafceph-disk: rename some local variabels in list_*partitions 144/head
2013-03-25 Danny Al-Gaafceph-disk: fix naming of a local variable in find_clust...
2013-03-25 Danny Al-Gaafceph-disk: rename some constants to upper case variable...
2013-03-25 Danny Al-Gaafceph-disk: add some more docstrings
2013-03-25 Danny Al-Gaafceph-disk: print subprocess.CalledProcessError on error
2013-03-25 Danny Al-Gaafceph-disk: fix indention
2013-03-24 Sage WeilMerge branch 'next'
2013-03-24 Sam Langclient: don't set other if lookup fails in rename
2013-03-23 Sage WeilMerge branch 'next'
2013-03-23 Sam Langtest/libcephfs: Test rename error cases
2013-03-23 Sam Langclient: Fix rename returning ENOENT for dest
2013-03-23 Sage WeilMDSMap: improve health check 143/head
2013-03-23 Sage WeilMDSMap:: constify a bunch of methods
2013-03-22 Sage Weilpreserve /var/lib/ceph on deb/rpm purge
2013-03-22 Sage Weilmon: factor out _get_pending_crush() helper 129/head
2013-03-22 Sage Weilmon, crush: add some tests to build a DAG via the cli
2013-03-22 Sage Weilcrush, mon: unlink vs remove
2013-03-22 Sage Weilcrush: fix remove_item on bucket removal
2013-03-22 Sage Weilmon: add 'osd crush add-bucket <name> <type>'
2013-03-22 Sage Weilmon: allow removal of buckets via 'osd crush rm ...'
2013-03-22 Sage Weilcrush: change find_roots(); add find_takes()
2013-03-22 Sage Weilmon: add optional ancestor arg to 'ceph osd crush rm...
2013-03-22 Sage Weilcrush: add remove_item_under()
2013-03-22 Sage Weilmon: 'ceph osd crush link ...' to add a link to an...
2013-03-22 Sage Weilcrush: prevent formation of a loop
2013-03-22 Sage Weilcrush: add link_bucket()
2013-03-22 Sage Weilmon: 'ceph osd crush add ...' to add a second link...
2013-03-22 Samuel JustMerge remote-tracking branch 'upstream/wip_4435'
2013-03-22 Samuel JustPG::GetMissing: need to check need_up_thru in MLogRec...
2013-03-22 Samuel JustPG,osd_types: improve check_new_interval debugging
2013-03-22 Sage Weilcommon/MemoryModel: remove logging to /tmp/memlog
2013-03-22 Sage Weilinit-ceph: clean up temp ceph.conf filename on exit
2013-03-22 Sage Weilinit-ceph: push temp conf file to a unique location...
2013-03-22 Sage Weilmkcephfs: make remote temp directory name unique
2013-03-22 Sage WeilMerge pull request #130 from ceph/wip-fs-rename
2013-03-22 John Wilkinsdoc: Added {id} argument to OSD lost.
2013-03-22 Sage Weilceph-disk: re-add python 2.7 dependency comment
2013-03-22 Sage WeilMerge pull request #117 from ceph/wip-ceph-disk
2013-03-22 Sage WeilMerge branch 'next'
2013-03-22 Sage Weilosd: reenable 'journal aio = true'
2013-03-22 Sage Weilos/FileJournal: fix aio self-throttling deadlock
2013-03-22 Sage WeilMerge pull request #137 from dalgaaf/wip-da-cleanup...
2013-03-22 Danny Al-Gaaftest/test_snap_mapper.cc: remove twice included <tr1... 137/head
2013-03-22 Danny Al-Gaafmon/MDSMonitor.cc: remove twice included MonitorDBStore.h
2013-03-22 Danny Al-Gaafmon/LogMonitor.cc: remove twice included <sstream>
2013-03-22 Danny Al-Gaafmon/AuthMonitor.cc: remove twice included <sstream>
2013-03-22 Danny Al-Gaafcommon/Formatter.h: remove twice included <list>
2013-03-22 Samuel JustReplicatedPG: add debug flag to skip full check at... 136/head
2013-03-22 Samuel JustReplicatedPG: replica should post BackfillTooFull in...
2013-03-22 Samuel JustPG: halt backfill on RemoteReservationRejected in Backi...
2013-03-22 Samuel JustPG: add helper for adding a timer event to retry backfill
2013-03-22 Samuel JustPG: add BackfillTooFull event for RepRecovering
2013-03-22 Samuel JustPG: add helper for rejecting backfill reservation
2013-03-22 Samuel JustPG: use OSDService::too_full_for_backfill in RepWaitBac...
2013-03-22 Samuel JustOSDService: add too_full_for_backfill
2013-03-22 Samuel JustMerge remote-tracking branch 'upstream/wip_osd_shutdown...
2013-03-22 Samuel JustMakefile: add MOSDMarkMeDown 131/head
2013-03-22 Samuel JustOSD: notify mon prior to shutdown
2013-03-22 Samuel JustMonitor: add MOSDMarkMeDown support
2013-03-22 Samuel JustOSDMonitor: factor out check_source helper
2013-03-22 Samuel Justmessages: add MOSDMarkMeDown
2013-03-22 Samuel JustOSD: clear OpHistory on shutdown
2013-03-22 Samuel JustOpRequest: use OpRequestRef for OpHistory
2013-03-22 Samuel JustFileStore::stat: valgrind: don't read *st on error
2013-03-22 Samuel Justshared_cache: clear lru in destructor
2013-03-22 Samuel Justceph_osd: clear client_throttler prior to putting g_cep...
2013-03-22 Samuel JustOSD: reorder OSD::shutdown
2013-03-22 Samuel JustOSD: check for is_stopping after locking osd_lock or...
2013-03-22 Samuel JustOSD: lookup_lock_raw_pg is dead
2013-03-22 Samuel JustOSD: rename timer to tick_timer
2013-03-22 Samuel JustOSD: move backfill_request_timer cleanup to OSDService...
2013-03-22 Samuel JustReplicatedPG,OSD: move dequeueing into on_shutdown
2013-03-22 Samuel JustPG: clarify PG::deleting comment
2013-03-22 Sage WeilMerge pull request #135 from ceph/wip-4519
2013-03-22 Joao Eduardo... mon: AuthMonitor: delete auth_handler while increasing... 135/head
2013-03-22 Samuel JustFileJournal: quieter debugging on journal scanning
2013-03-22 Samuel JustFileJournal: quieter debugging on journal scanning
2013-03-22 John Wilkinsdoc: Fixed some typos.
2013-03-21 Josh DurginMerge pull request #128 from dalgaaf/wip-da-pylint
2013-03-21 Sage WeilMerge pull request #132 from ceph/wip-libcephfs-fix
2013-03-21 Noah Watkinslibcephfs: fix ceph_get_osd_crush_location 132/head
2013-03-21 Noah Watkinstest: add ceph_rename test 130/head
2013-03-21 John WilkinsMerge pull request #127 from alram/master
2013-03-21 Sage WeilMerge pull request #120 from ceph/wip-msgr-acks
2013-03-21 Danny Al-Gaafrados.py: remove unnecessary semicolon 128/head
2013-03-21 Danny Al-Gaafrados.py: fix bad indention
2013-03-21 Danny Al-Gaafrados.py: remove lenght modifier 'l' on format string
2013-03-21 Danny Al-Gaafrados.py: fix 'Rados' has no member 'name'
2013-03-21 Sage Weilcrush: allow an item to be inserted twice
2013-03-21 Sage Weilcrush: use const string& args
next