]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-05-14 Loic Dacharyfix typos and add hyperlink to peering
2013-05-14 Loic Dacharytypo s/come/some/
2013-05-14 Loic Dacharyupdate op added to a waiting queue or discarded
2013-05-14 Sage Weildoc/release-notes: v0.61.2
2013-05-14 Sage WeilMerge remote-tracking branch 'gh/next'
2013-05-13 Sage WeilMerge pull request #281 from ceph/wip-rbd-rm-enoent
2013-05-13 Samuel JustPG: fix some brace styling
2013-05-13 Samuel JustPG: subset_last_update must be at least log.tail
2013-05-13 Josh DurginSimpleThrottle: fix -ENOENT checking 281/head
2013-05-13 David ZafmanReplace mis-named mon config variables using mon_osd_mi...
2013-05-13 Sage WeilMerge pull request #280 from ceph/wip-4996
2013-05-13 Sage Weilmon: fix validatation of mds ids in mon commands 280/head
2013-05-13 Sage WeilMerge pull request #278 from ceph/wip-4974
2013-05-13 Joao Eduardo... mon: Monitor: tolerate GV duplicates during conversion 278/head
2013-05-13 Sage Weilceph_test_libcephfs: fix xattr test
2013-05-13 Samuel JustOSD: We need to wait on CLEARING_DIR, not DELETED_DIR
2013-05-13 athanatosMerge pull request #274 from dalgaaf/wip-da-fix-osd_h
2013-05-13 Josh DurginMerge pull request #275 from ceph/wip-rbd-read-from...
2013-05-13 Josh Durginlibrbd: add options to enable balanced or localized... 275/head
2013-05-13 Josh DurginReplicatedPG: send -EAGAIN for both balanced and locali...
2013-05-13 Josh Durginlibrados: add per-ObjectOperation flags for balanced...
2013-05-13 Josh Durginlibrados: add sparse_read() to the C++ bindings for...
2013-05-13 Josh DurginObjecter, librados: use only ObjectOperation form of...
2013-05-13 Josh DurginObjecter: fix error handling for decoding stat
2013-05-12 Sage Weilqa: rsync test: exclude /usr/local
2013-05-11 Danny Al-Gaafosd/OSD.h: fix try_stop_deletion 274/head
2013-05-11 Sage WeilMerge pull request #272 from ceph/wip-rbd-parallel
2013-05-10 David ZafmanMerge branch 'wip-4273'
2013-05-10 Josh DurginThrottle: move start_op() to C_SimpleThrottle constructor 272/head
2013-05-10 Josh Durginlibrbd: run copy in parallel
2013-05-10 Josh Durginlibrbd: move completion release into rbd_ctx_cb()
2013-05-10 Josh Durginlibrbd: parallelize and simplify flatten
2013-05-10 Josh Durginlibrbd: only send non-zero copyup data
2013-05-10 Josh Durginlibrbd: parallelize rollback
2013-05-10 Sage WeilMerge pull request #273 from dalgaaf/wip-da-CID-fixes-v2
2013-05-10 Danny Al-Gaafmds/CDir.cc: fix possible dereference after NULL check 273/head
2013-05-10 Danny Al-Gaafceph-monstore-tool.cc: check if open() was successful
2013-05-10 Danny Al-Gaafkv_flat_btree_async.cc: fix resource leak
2013-05-10 Danny Al-Gaafclient/SyntheticClient.cc: check return value of descri...
2013-05-10 Danny Al-Gaafclient/Client.cc: fix possible NULL pointer dereference
2013-05-10 Danny Al-Gaafrados.cc: fix leaking of Formatter*
2013-05-10 Danny Al-Gaafclient/SyntheticClient.cc: fix another memory leak
2013-05-10 Danny Al-Gaafclient/SyntheticClient.cc: fix memory leak
2013-05-10 Danny Al-Gaafmds/MDCache.cc: fix dereference NULL pointer
2013-05-10 Danny Al-Gaafmds/MDCache.cc: add NULL pointer check
2013-05-10 Danny Al-Gaafmds/Server.cc: remove dead default in switch
2013-05-10 Danny Al-Gaafosd/OSD.h: add missing unlock of osd_lock
2013-05-10 Danny Al-Gaafrgw/rgw_rest.cc: remove dead and unneeded code
2013-05-10 Danny Al-Gaafrbd.cc: fix error handling
2013-05-10 Danny Al-Gaafrados_sync.cc: remove dead and not needed code
2013-05-10 Danny Al-Gaaftest/omap_bench.cc: remove dead code
2013-05-10 Danny Al-Gaaflibcephfs/test.cc: add assert for result of ceph_getxattr()
2013-05-10 Danny Al-Gaafrgw/rgw_user.cc: add missing break in switch
2013-05-10 Danny Al-Gaafclient/SyntheticClient.cc: add missing break in switch
2013-05-10 Danny Al-GaafObjectStore.cc: add missing break in switch
2013-05-10 John Wilkinsdoc: Fixed typos. Somehow got a merge error.
2013-05-10 Sage Weilmds: be more explicit about path_traverse completion
2013-05-10 Ross Turkdoc: fix broken link to ceph-deploy in release notes
2013-05-10 Josh Durginlibrados: add selfmanaged_snap_rollback as an ObjectOpe...
2013-05-10 Josh Durginlibrbd: delete more than one object at once
2013-05-10 Josh DurginThrottle: add a simpler throttle that just blocks above...
2013-05-10 John Wilkinsdoc: Added entry for the RGW Admin Ops API.
2013-05-10 Sage WeilMerge pull request #271 from dalgaaf/wip-da-sca-cppchec...
2013-05-10 Danny Al-Gaaflibcephfs_jni.cc: reduce scope of ret variable 271/head
2013-05-10 Danny Al-Gaafinclude/ceph_hash.cc: reduce scope of a var in ceph_str...
2013-05-10 Danny Al-Gaafinclude/addr_parsing.c: reduce scope of port_str in...
2013-05-10 Danny Al-Gaafglobal/global_init.cc: reduce scope of ret in global_in...
2013-05-10 Danny Al-Gaafcrush/builder.c: reduce scope of oldsize in crush_add_b...
2013-05-10 Danny Al-Gaafcommon/safe_io.c: reduce scope of some ssize_t variables
2013-05-10 Danny Al-Gaafcommon/obj_bencher.cc: reduce scope of avg_bandwidth
2013-05-10 Danny Al-Gaafcommon/ceph_argparse.cc: remove scope of some variables
2013-05-10 Danny Al-Gaafcommon/admin_socket.cc: remove scope of ret variable...
2013-05-10 Danny Al-Gaafcls/rbd/cls_rbd.cc: reduce scope of variable rc
2013-05-10 Danny Al-Gaafrgw/rgw_op.cc: use empty() instead of size()
2013-05-10 Danny Al-Gaafceph-filestore-dump.cc: use empty() instead of size()
2013-05-10 John Wilkinsdoc: Updated usage syntax. Added links to hardware...
2013-05-10 Samuel JustMerge branch 'wip_4955' into next
2013-05-10 Samuel JustMerge branch 'wip_pg_res'
2013-05-10 Samuel JustOSD: rename clear_temp to recursive_remove_collection()
2013-05-10 Samuel Justosd: remove_dir use collection_list_partial
2013-05-10 Samuel JustPG,OSD: delay ops for map prior to queueing in the...
2013-05-10 Samuel JustPG: no need to wait on DeletingStateRef for flush
2013-05-10 Samuel Justosd_internals/pg_removal.rst: update for pg resurrection
2013-05-10 Samuel JustOSD: add pg deletion cancelation
2013-05-10 Samuel Justcommon/sharedptr_registry.hpp: add remove
2013-05-09 John WilkinsMerge branch 'master' of https://github.com/ceph/ceph
2013-05-09 John Wilkinsdoc: Updated doc for connectivity. Updated text with...
2013-05-09 John Wilkinsdoc: Updated disk syntax. Updated text with glossary...
2013-05-09 Sage WeilMerge pull request #267 from ceph/wip-coverity
2013-05-09 John Wilkinsdoc: Added connectivity section. Updated doc with gloss...
2013-05-09 John Wilkinsdoc: Added the non-implemented bit for the gateway...
2013-05-09 Samuel JustOSD: don't rename pg collections, handle PGs in RemoveWQ
2013-05-09 John WilkinsMerge branch 'master' of https://github.com/ceph/ceph
2013-05-09 John Wilkinsdoc: Republishing the admin operations API for the...
2013-05-09 John Wilkinsdoc: Republishing the admin operations API for the...
2013-05-09 David Zafmanosd: prioritize recovery for degraded pgs
2013-05-09 David ZafmanAdd priority option to AsyncReserver class
2013-05-09 David ZafmanAsyncReserver: Remove assert in set_max() for max > 0
2013-05-09 caleb milesdoc: Document admin api web interface.
2013-05-09 Sage Weilosd: initialize OSDService::next_notif_id 267/head
next