]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-02-15 Wido den Hollanderconfig: Add small note about default number of PGs
2013-02-15 Noah WatkinsMerge remote-tracking branch 'origin/wip-hadoop-docs'
2013-02-15 Sage WeilMerge pull request #59 from dalgaaf/wip-da-add-errorhan...
2013-02-15 Sage WeilMerge remote-tracking branch 'gh/next'
2013-02-15 Danny Al-Gaaftest_sync_io.c: add error handling 59/head
2013-02-15 Danny Al-Gaaftest_short_dio_read.c: add error handling
2013-02-15 Sage Weildoc: update rados troubleshooting for slow requests
2013-02-14 Sage Weilosd/OSDCap: add unit test for parsing pools/objects...
2013-02-14 Sage Weilosd/OSDCap: tweak unquoted_word parsing in osd caps
2013-02-14 Samuel JustOSD: always activate_map in advance_pgs, only send...
2013-02-14 Sage Weilosd/OSDCap: add unit test for parsing pools/objects...
2013-02-14 Guilhem Lettronrgw: user can specify 'rgw port' to listen on a tcp...
2013-02-14 Sage Weiltest/filestore/chain_xattr: remove testfile; disable...
2013-02-14 Greg FarnumMerge branch 'master' of github.com:ceph/ceph
2013-02-14 Greg FarnumMerge branch 'wip-danny-perf-checks'
2013-02-14 Sage Weilosd: log error when ondisk snap collections do not...
2013-02-14 Greg FarnumMerge remote-tracking branch 'origin/wip-mds-names'
2013-02-14 Sage Weilosd: fix read_log error/warning messages to mon
2013-02-14 Sage WeilMerge pull request #40 from dachary/master
2013-02-14 Danny Al-Gaafwireshark/ceph/packet-ceph.c: fix some issues from...
2013-02-14 Danny Al-Gaafrest_bench.cc: use empty() to check for emptiness
2013-02-14 Danny Al-Gaaftools/common.cc. use !empty() to check for non-emptiness
2013-02-14 Danny Al-Gaaftest_filejournal.cc: use empty() to check for emptiness
2013-02-14 Danny Al-Gaafsrc/test/osd/RadosModel.h: use empty() to check for...
2013-02-14 Danny Al-Gaaftest_mon_workloadgen.cc: use empty() to check for emptiness
2013-02-14 Danny Al-GaafTestFileStoreState.cc: use empty() to check for emptiness
2013-02-14 Danny Al-GaafFileStoreTracker.cc: use empty() to check for emptiness
2013-02-14 Danny Al-Gaaftest_object_map.cc: use empty() to check for emptiness
2013-02-14 Danny Al-Gaaftest_keyvaluedb_iterators.cc: use empty() to check...
2013-02-14 Danny Al-Gaafscratchtoolpp.cc: print some more results
2013-02-14 Danny Al-Gaafrgw/rgw_user.cc: use empty() to check for emptiness
2013-02-14 Danny Al-Gaafrgw/rgw_usage.cc use empty() to check for emptiness
2013-02-14 Danny Al-Gaafrgw/rgw_rest_swift.cc: don't pass c_str() result to...
2013-02-14 Danny Al-Gaafrgw/rgw_rados.cc: : use empty() to check for emptiness
2013-02-14 Danny Al-Gaafrgw/rgw_op.cc: use empty() instead of size() to check...
2013-02-14 Danny Al-Gaafrgw/rgw_main.cc: use empty() instead of size() to check...
2013-02-14 Danny Al-Gaafmds/journal.cc: use !empty() instead of size() to check...
2013-02-14 Danny Al-Gaafmds/SnapServer.cc: use !empty() instead of size() to...
2013-02-14 Danny Al-Gaafmds/MDSMap.cc: use !empty() instead of size() to check...
2013-02-14 Danny Al-Gaafmds/MDS.cc: use !empty() instead of size() to check...
2013-02-14 Danny Al-Gaafmds/MDCache.cc: use empty() instead of size() to check...
2013-02-14 Danny Al-Gaafmds/Locker.cc: use !empty() instead of size()
2013-02-14 Danny Al-Gaafmds/CInode.cc: use !empty() instead of size()
2013-02-14 Danny Al-Gaafmds/CDir.cc: use !empty() instead of size()
2013-02-14 Danny Al-Gaaflibrbd/internal.cc: use !empty() instead of size()
2013-02-14 Danny Al-Gaafkv_flat_btree_async.cc: use empty() instead of size...
2013-02-14 Danny Al-Gaafcls_kvs.cc: use !empty() instead of 'size() > 0' to...
2013-02-14 Danny Al-Gaafcrushtool.cc: use !empty() instead of 'size() > 0'...
2013-02-14 Danny Al-Gaafcrush/CrushWrapper.cc: don't pass c_str() result to...
2013-02-14 Danny Al-Gaafobj_bencher.cc: use empty() instead of 'size() == 0...
2013-02-14 Danny Al-Gaafcommon/WorkQueue.cc: use !empty() instead of size(...
2013-02-14 Danny Al-Gaafcls_refcount.cc: use empty() instead of !size() to...
2013-02-14 Danny Al-Gaafcls/rbd/cls_rbd.cc: use !empty() instead of 'size(...
2013-02-14 Danny Al-Gaafrgw/rgw_log.cc: don't pass c_str() result to std::strin...
2013-02-14 Danny Al-Gaafrgw/rgw_gc.cc: use !empty() instead of size() to check...
2013-02-14 Danny Al-Gaafrgw/rgw_admin.cc: use empty() instead of size() to...
2013-02-14 Danny Al-Gaafrgw/rgw_admin.cc: prevent useless value assignment
2013-02-14 Danny Al-Gaafrbd.cc: use empty() instead of size() to check for...
2013-02-14 Danny Al-Gaafrados.cc: use omap.empty() instead of size() to check...
2013-02-14 Danny Al-Gaafosdmaptool.cc: : use empty() instead of 'size() < 1'
2013-02-14 Danny Al-GaafObjecter.cc: prevent useless value assignment
2013-02-14 Sage WeilMerge pull request #57 from dalgaaf/wip-da-mkcephfs...
2013-02-14 Danny Al-Gaafinit-ceph.in: replace "/var/run/" by already used ... 57/head
2013-02-14 Danny Al-Gaafceph_common.sh: check if $sshdir exist, otherwise create it
2013-02-14 Danny Al-Gaafinit-ceph.in: create pid and log dir only on start
2013-02-14 Sage WeilMerge pull request #53 from dachary/wip-4123
2013-02-14 Sage WeilMerge pull request #54 from javacruft/wip-pthread-linking
2013-02-14 Sage WeilMerge pull request #56 from trhoden/doc_cephx
2013-02-14 Sage WeilMerge pull request #55 from dalgaaf/wip-da-cleanup...
2013-02-14 Travis Rhodendoc: Update create example to use 'allow ' syntax 56/head
2013-02-14 Travis Rhodendoc: Move pool=... syntax inside of single quotes
2013-02-14 Danny Al-Gaafceph.spec.in: remove librados2 requirement from librbd1 55/head
2013-02-14 Danny Al-Gaafceph.spec.in: cleanup requirements of fuse packages
2013-02-14 James PageLDADD PTHREAD_LIBS to fix librados-config linking 54/head
2013-02-14 Loic Dacharyfix buffer::list::zero(unsigned o, unsigned l) to act... 53/head
2013-02-14 Sage Weildoc/release-notes: v0.56.3
2013-02-14 Samuel JustMerge branch 'wip_4113'
2013-02-13 Samuel JustPG,OSD: convert write_info users to write_if_dirty
2013-02-13 Samuel JustOSD: init infos_object in OSD::init()
2013-02-13 Samuel JustPG: place biginfo on the infos object next to the info...
2013-02-13 Samuel JustPG: minor style change for append_log and read_info
2013-02-13 Samuel JustPG: use helpers to generate info and epoch keys
2013-02-13 Sam Langlibcephfs: Fix shutdown segfault
2013-02-13 Sage WeilMerge branch 'wip-deploy'
2013-02-13 John Wilkinsdoc: Minor clarification.
2013-02-13 Samuel JustOSD: dirty big_info in build_past_intervals_parallel
2013-02-13 Sage Weilupstart: ceph-hotplug -> ceph-osd-activate
2013-02-13 Sage Weilupstart/ceph-hotplug: tell activate to start via upstart
2013-02-13 Sage Weilceph-disk-prepare: refactor to support DIR, DISK, or...
2013-02-13 John Wilkinsdoc: Made a few clarifications from feedback.
2013-02-13 Sage Weilceph-disk-activate: detect whether PATH is mount or dir
2013-02-13 Sage Weilceph-disk-activate: add --mark-init INITSYSTEM option
2013-02-13 Sage Weilceph-disk-activate: factor mounting out of activate
2013-02-13 Sage Weildebian: put ceph-mds upstart conf in ceph-mds package
2013-02-13 Sage Weildebian: include /var/lib/ceph/bootstrap-mds in package
2013-02-13 Sage Weilceph-create-keys: create mds bootstrap key
2013-02-13 Sage Weilupstart/ceph-hotplug: drop -- in ceph-disk-activate...
2013-02-13 Sage Weilinit-ceph: iterate/locate local sysvinit-tagged directories
2013-02-13 Sage Weilinit-ceph: consider sysvinit-tagged dirs as local
2013-02-13 Sage Weildebian: implement purge postrm script for ceph, ceph-mds
next