]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-03-27 Joe BuckMerge pull request #153 from dalgaaf/wip-da-java
2013-03-27 Sage WeilMerge pull request #160 from alram/master
2013-03-27 Alexandre MarangoneFix radosgw upstart job 160/head
2013-03-27 Sage WeilMerge pull request #158 from alram/master
2013-03-27 Alexandre MarangoneChange ceph::apt -> ceph::repo in doc 158/head
2013-03-27 Sage WeilMerge pull request #156 from dalgaaf/wip-da-fix-mkcephfs
2013-03-27 Danny Al-Gaafmkcephfs.in: use 32 chars for mktemp to be more unique 156/head
2013-03-27 Sage WeilMerge pull request #152 from dalgaaf/wip-da-fix-misc
2013-03-27 Danny Al-Gaafmkcephfs.in: cleanup rdir in MON case
2013-03-27 Danny Al-Gaafmkcephfs.in: provide a valid rdir for MONs on -a
2013-03-27 Danny Al-Gaafmkcephfs.in: use mktemp instead of dd+md5sum+awk
2013-03-27 Danny Al-Gaafceph_common.sh: fix typo in comment
2013-03-27 Danny Al-Gaafjava libcephfs: add serialVersionUID to some Exception... 153/head
2013-03-27 Danny Al-GaafCephMount.java: remove unused import
2013-03-27 Danny Al-GaafMDS.cc: remove double is_clientreplay() check in active... 152/head
2013-03-27 Sage Weilmon: fix crush_ops.sh tests
2013-03-27 Sage WeilMerge remote-tracking branch 'gh/next'
2013-03-27 Samuel JustReplicatedPG: send entire stats on OP_BACKFILL_FINISH
2013-03-27 Sage WeilMerge remote-tracking branch 'gh/next'
2013-03-26 Joe Bucktesting: fix hadoop-internal-test
2013-03-26 Sage WeilMerge pull request #149 from ceph/wip-4530
2013-03-26 Joe BuckMerge pull request #139 from ceph/wip-topo-java
2013-03-26 Sam Langclient: Don't signal requests already handled 149/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 #147 from ceph/wip-4537
2013-03-26 Sam Langmds: CInode::build_backtrace() always incr iter 147/head
2013-03-26 Noah Watkinsjava: fix test name typo 139/head
2013-03-26 Sage WeilMerge pull request #145 from dalgaaf/wip-da-c_str
2013-03-26 Sam Langclient: Cleanup request signaling
2013-03-26 Sam Langclient: Handle duplicate safe replies
2013-03-26 Sam Langclient: Always cleanup request after safe
2013-03-26 Sam Langclient: Remove got_safe from MetaRequest
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 Yehuda Sadehrgw: bucket index ops on system buckets shouldn't do...
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 Noah Watkinsjava: pretty print Ceph extent
2013-03-24 Noah Watkinsjava: support ceph_get_osd_addr
2013-03-24 Noah Watkinsjava: support ceph_get_osd_crush_location
2013-03-24 Noah Watkinsjava: support ceph_get_file_extent_osds
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...
next