]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-02-13 Danny Al-GaafHashIndex.cc: use empty() instead of size() to check...
2013-02-13 Danny Al-GaafFileStore.cc: use empty() instead of size() to check...
2013-02-13 Danny Al-GaafDBObjectMap.cc: use empty() instead of size() to check...
2013-02-13 Danny Al-Gaafmonmaptool.cc: use empty() instead of size() to check...
2013-02-13 Danny Al-GaafPGMonitor.cc: use !empty() instead of size() to check...
2013-02-13 Danny Al-GaafOSDMonitor.cc: use !empty() instead of size()
2013-02-13 Danny Al-GaafMonitor.cc: use empty() instead of size()
2013-02-13 Danny Al-GaafMonCaps.cc: use !empty() instead of size()
2013-02-13 Danny Al-GaafOSDMonitor.h: use !reporters.empty() instead of size()
2013-02-13 Danny Al-GaafAuthMonitor.cc: use !pending_auth.empty() instead of...
2013-02-13 Danny Al-GaafCInode.h: use !old_inodes.empty() instead of size()
2013-02-13 Danny Al-GaafCephxProtocol.h: pass CryptoKey by reference to decode_...
2013-02-13 Sage Weilosd/PG: initialize info_struct_v in ctor
2013-02-13 John Wilkinsdoc: clarified ceph id vs. ceph name, and fixed a typo.
2013-02-13 Josh DurginMerge branch 'next'
2013-02-13 David Zafmanosd/PG: store pg_info_t in leveldb (omap), purged_snaps...
2013-02-13 John Wilkinsdoc: Added some of the troubleshooting steps into the...
2013-02-13 Josh Durginlibrbd: unprotect any non-unprotected snapshot
2013-02-12 Sam Langdeb: Add ceph-coverage to ceph-test deb package
2013-02-12 Sam Langmds: Setting pool on a file requires latest osdmap
2013-02-12 Sam Langmds: Add retry field to MDRequest
2013-02-12 Sam Langqa/workunits: Add vxattr set pool test script
2013-02-12 Sam Langcephtool: Add add_data_pool command to help
2013-02-12 Sage Weilmsg/Messenger: rename option
2013-02-12 Gregory FarnumMerge pull request #50 from dalgaaf/wip-da-sca-clang...
2013-02-12 Sage Weilosd: only share maps on hb connection of OSD_HBMSGS...
2013-02-12 Sage Weilosd: tolerate unexpected messages on the heartbeat...
2013-02-12 Sage Weilmsg/Messenger: do not crash on unhandled message
2013-02-12 Sage Weil.gitignore: fix ceph_filestore_dump name
2013-02-12 Sage WeilRevert "Makefile: name binary ceph-filestore-dump"
2013-02-12 Danny Al-Gaafmds/LogEvent.h: change print() signature to const 50/head
2013-02-12 tamilmodified the perl file name
2013-02-12 Samuel JustMerge branch 'wip-4064-sam'
2013-02-12 Samuel JustFileStore: set replay guard on create_collection
2013-02-12 Samuel JustFileStore: _split_collection should not create the...
2013-02-12 Sage Weilos/FileStore: do not tolerate ENOENT on collection_add
2013-02-12 Sage Weilosd: make coll_t::is_pg() correctly validate the snapid...
2013-02-12 Sage Weilos: use coll_t:is_pg_prefix() check instead of is_pg()
2013-02-12 John Wilkinsdoc: Removed legacy comment regarding Keystone integration.
2013-02-12 John Wilkinsdoc: Added link to <disk> reference. Added minor clarif...
2013-02-12 David Zafmanceph-filestore-dump: Improve error message
2013-02-12 Greg FarnumMerge branch 'wip-mds-encode-rebased'
2013-02-12 Sage WeilMakefile: name binary ceph-filestore-dump
2013-02-12 John Wilkinsdoc: Added procedures for using libvirt VMs with Ceph.
2013-02-12 Josh Durgin.gitignore: fix typo and missing vstart.sh output
2013-02-12 tamilwork unit for rbd cli tests
2013-02-12 tamiladded new cli tests
2013-02-12 Sage WeilMerge remote-tracking branch 'gh/next'
2013-02-11 Sage Weilosd: update snap collections for sub_op_modify log...
2013-02-11 Sage Weilosd: include snaps in pg_log_entry_t::dump()
2013-02-11 Sage Weilosd: unconditionally encode snaps buffer
2013-02-11 Sage Weilosd: improve debug output on snap collections
2013-02-11 Yehuda SadehRevert "rgw: plain format always appends eol to data"
2013-02-11 Josh DurginMerge branch 'wip-da-rename-ceph-test'
2013-02-11 Joe Bucklibcephfs: fix for #4068
2013-02-11 Sage WeilMerge pull request #47 from dalgaaf/wip-da-sca-cppcheck...
2013-02-11 Josh Durgin.gitignore: add local ones for ocf and man
2013-02-11 Sage Weilqa/rbd: +x on map-snapshot-io.sh
2013-02-11 Josh Durgintest: fix run-rbd-tests
2013-02-11 Josh Durgin.gitignore: re-add vstart dirs and tags, fix typo
2013-02-11 Danny Al-GaafMutex.cc: fix implicitly-defined namespace 'std' 47/head
2013-02-11 Danny Al-Gaafceph_authtool.cc: fix implicitly-defined namespace...
2013-02-11 Danny Al-Gaaflibrados/librados.cc: fix implicitly-defined namespace...
2013-02-11 Danny Al-Gaaftest_mon_workloadgen.cc: fix -Wgnu
2013-02-11 Danny Al-Gaafsrc/osd/PG.h: use empty() instead of size()
2013-02-11 Danny Al-Gaafsrc/osd/OSD.h: use empty() instead of size()
2013-02-11 Danny Al-Gaafsrc/msg/Messenger.h: pass function parameter by reference
2013-02-11 Danny Al-Gaafsrc/mon/PGMonitor.cc: remove unused variable
2013-02-11 Danny Al-Gaafsrc/log/Entry.h: pass function parameter by reference
2013-02-11 Danny Al-Gaafcommon/WorkQueue.h: use empty() instead of size()
2013-02-11 Danny Al-Gaafcommon/AsyncReserver.h: use empty() instead of size()
2013-02-11 Danny Al-Gaafsrc/msg/msg_types.h: pass function parameter by reference
2013-02-11 Danny Al-Gaafcommon/config.h: declaration of config_option as struct
2013-02-11 Sage WeilMerge pull request #44 from dachary/wip-4070
2013-02-11 Sage WeilMerge remote-tracking branch 'danny/wip-da-sca-memleaks'
2013-02-10 Danny Al-Gaaf.gitignore: cleanup and sort entries 45/head
2013-02-10 Danny Al-Gaafceph-test.install: updated filelist
2013-02-10 Danny Al-Gaafspec/debian: don't install rest-bench twice
2013-02-10 Danny Al-Gaafceph-test: give binaries from ceph-test package useful...
2013-02-10 Loic Dacharybuffer::ptr self assignment bug + patch 44/head
2013-02-10 Danny Al-Gaafrgw/rgw_rest.cc: fix 4K memory leak 42/head
2013-02-10 Danny Al-GaafSyntheticClient.cc: fix some memory leaks in the error...
2013-02-10 Danny Al-Gaafwireshark: fix some memory leaks
2013-02-10 Danny Al-Gaafrgw/rgw_xml.cc: fix realloc memory leak in error case
2013-02-10 Danny Al-Gaafos/FileStore.cc: fix realloc memory leak in error case
2013-02-10 Danny Al-Gaafcommon/fiemap.cc: fix realloc memory leak
2013-02-10 Sage Weilqa: fix iogen script
2013-02-10 Sage Weilosd: do not spam system log on successful read_log
2013-02-10 Sage Weiljava: make CephMountTest use user.* xattr names
2013-02-09 Yehuda Sadehrgw: plain format always appends eol to data
2013-02-09 Yehuda Sadehrgw: change json formatting for swift list container
2013-02-09 Sage WeilMerge branch 'next'
2013-02-09 Sage Weilosd: fix load_pgs collection handling
2013-02-09 Sage Weilosd: fix load_pgs handling of pg dirs without a head
2013-02-09 Sage WeilMerge branch 'next'
2013-02-09 Samuel JustOSD::load_pgs: first scan colls before initing PGs
2013-02-09 Sage Weiltest/crypto: fix narrowing conversion warning
2013-02-09 Sage Weildoc: update commands for fetching release PGP keys
2013-02-08 Greg Farnummds: enable SnapInfo, snaplink_t, sr_t dencoder usage
2013-02-08 Greg Farnummds: remove very dead commented-out code
next