]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2014-05-07 Sage Weilvstart.sh: fix client admin socket path
2014-05-07 Samuel JustMerge pull request #1783 from guangyy/folder-merge-doc
2014-05-07 Samuel JustMerge pull request #1784 from ceph/wip-da-cleanup-includes
2014-05-07 Danny Al-GaafMerge pull request #1775 from ceph/wip-rbd-clang
2014-05-07 Danny Al-GaafMerge pull request #1782 from xinglin/coverity-fixes
2014-05-07 Danny Al-Gaafosdmaptool.cc: cleanup included headers 1784/head
2014-05-07 Danny Al-Gaafmonmaptool.cc: cleanup included headers
2014-05-07 Danny Al-Gaafceph_osdomap_tool.cc: cleanup included headers
2014-05-07 Danny Al-Gaafceph_monstore_tool.cc: cleanup included headers
2014-05-07 Danny Al-Gaafceph_filestore_tool.cc: remove not needed includes
2014-05-07 Danny Al-Gaafceph_kvstore_tool.cc: cleanup includes
2014-05-07 Danny Al-Gaafceph_filestore_dump.cc: cleanup includes
2014-05-07 Danny Al-Gaafmon_store_converter.cc: remove not needed includes
2014-05-07 Danny Al-Gaafdupstore.cc: remove not needed include of <iostream>
2014-05-07 Danny Al-Gaafrest_bench.cc: remove not needed includes, re-order...
2014-05-07 Danny Al-Gaafpsim.cc: remove not used includes
2014-05-07 Danny Al-Gaafscratchtool.c: remove not needed include of <pthread.h>
2014-05-07 Danny Al-Gaafradosacl.cc: remove include of <iostream>, re-order...
2014-05-07 Danny Al-Gaafceph_conf.cc: cleanup includes, remove not needed headers
2014-05-07 Danny Al-Gaafceph_authtool.cc: remove not needed includes
2014-05-07 Danny Al-Gaafceph_monstore_tool.cc: remove not needed includes
2014-05-07 Danny Al-Gaafrgw_admin.cc: remove twice included header, resort...
2014-05-07 Danny Al-GaafMDSMonitor.cc: remove twice included header, resorted...
2014-05-07 Danny Al-GaafAuthMonitor.cc: remove twice included header, resorted...
2014-05-07 Danny Al-Gaafceph_osdomap_tool.cc: remove some twice included headers
2014-05-07 Danny Al-Gaafceph_monstore_tool.cc: remove twice included headers
2014-05-07 Guang YangUpdate doc to reflect the bahavior change for filestore... 1783/head
2014-05-07 Gregory FarnumMerge pull request #1532 from ceph/wip-fast-dispatch
2014-05-07 Greg FarnumMerge remote-tracking branch 'origin/master' into wip... 1532/head
2014-05-07 Xing Lintest/libcephfs/test.cc: free cmount structure before... 1782/head
2014-05-06 Sage WeilMerge pull request #1774 from ceph/wip-8296
2014-05-06 Greg FarnumPipe: wait for Pipes to finish running, instead of...
2014-05-06 Josh Durginlibrbd: check return value during snap_unprotect 1775/head
2014-05-06 Josh DurginObjectCacher: remove useless assignment
2014-05-06 Sage Weilosd/ReplicatedPG: fix whiteouts for other cache mode 1774/head
2014-05-06 Samuel JustMerge pull request #1601 from ceph/wip-7576
2014-05-06 Josh DurginMerge pull request #1748 from onlyjob/docs
2014-05-06 Josh DurginMerge pull request #1653 from ceph/wip-7499
2014-05-06 Sage WeilMerge pull request #1768 from daniel-j-h/code_quality
2014-05-06 Sage WeilRevert "Fix installation into user home directory,...
2014-05-06 John Wilkinsdoc: Fixed artifacts from merge.
2014-05-06 John Wilkinsdoc: Added sudo to setenforce. Restored merge artifact.
2014-05-06 John Wilkinsdoc: Added erasure coding and cache tiering notes....
2014-05-06 Daniel J. HofmannVariable length array of std::strings (not legal in... 1768/head
2014-05-05 Sage WeilMerge pull request #1770 from ceph/wip-8290
2014-05-05 Yan, Zhengclient: check snap_caps in Incode::is_any_caps() 1770/head
2014-05-05 Sage WeilMerge pull request #1764 from eile/master
2014-05-05 Greg FarnumSimpleMessenger: Don't grab the lock when sending messa...
2014-05-05 Greg FarnumOSD: rename share_map_incoming and share_map_outgoing
2014-05-05 Greg FarnumOSD: move the peer_epoch and map sharing infrastructure...
2014-05-05 Greg FarnumOSD: move the {boot,up,bind} epochs into OSDService
2014-05-05 Greg FarnumOSD: scan for dropped PGs in consume_map instead of...
2014-05-05 Greg FarnumOSD: do not take the pre_publish_lock in connection...
2014-05-05 Greg FarnumOSD: enable ms_fast_dispatch
2014-05-05 Greg FarnumOSD: remove dead comment
2014-05-05 Greg FarnumOSD: Juggle the locking when resurrecting a PG
2014-05-05 Greg FarnumOSD: don't share_map_incoming() directly from handle_re...
2014-05-05 Greg FarnumOSD: use the async workqueue to send OSDMap updates...
2014-05-05 Greg FarnumOSD: add an op threadpool GenContext workqueue
2014-05-05 Greg FarnumOSD: allow build_incremental_map_msg to fail on lookups
2014-05-05 Greg FarnumOSD: fix a few map sharing bugs
2014-05-05 Greg FarnumOSD: move should_share_map and share_map_incoming to...
2014-05-05 Greg FarnumOSD: pass a pointer to last_sent_epoch instead of the...
2014-05-05 Greg FarnumOSD: share map updates in the op_tp threads instead...
2014-05-05 Greg FarnumOSD: refactor handle_op error handling cases
2014-05-05 Greg FarnumOSD: change Session handling around _share_map_incoming
2014-05-05 Greg FarnumOSD: add a Session::sent_epoch_lock
2014-05-05 Greg FarnumOSD: simplify _share_map_incoming based on _should_shar...
2014-05-05 Greg FarnumOSD: add _should_share_map function
2014-05-05 Greg FarnumOSD: use an OSDMapRef& and require the Session* in...
2014-05-05 Greg FarnumOSD: use safe params in map-sharing functions
2014-05-05 Samuel JustOSD::send_incremental_map: use service superblock so...
2014-05-05 Samuel JustOSD::_share_map_incoming: pass osdmap in explicitly
2014-05-05 Greg FarnumOSD: protect state member with a Spinlock
2014-05-05 Greg FarnumOSD: protect access to boot_epoch, up_epoch, bind_epoch
2014-05-05 Greg FarnumOSD: shard heartbeat_lock
2014-05-05 Greg FarnumOSD: Push responsibility for grabbing pg_map_lock up...
2014-05-05 Samuel JustOSD: wake_pg_waiters atomically with pg_map update
2014-05-05 Samuel JustOSD: remove wake_all_pg_waiters
2014-05-05 Samuel JustOSD: add session waiting_for_map mechanisms
2014-05-05 Samuel JustOSD: pass osdmap to handle_op and handle_replica_op
2014-05-05 Greg FarnumOSD: add a RWLock pg_map_lock
2014-05-05 Samuel JustOSDService: add osdmap reservation mechanism
2014-05-05 Greg Farnummsgr: change the delay queue flushing semantics
2014-05-05 Greg Farnummsgr: enable fast_dispatch on local connections
2014-05-05 Samuel JustMessenger,DispatchQueue: add ms_fast_dispatch mechanism
2014-05-05 Samuel JustDispatchQueue: factor out pre_dispatch and post_dispatch
2014-05-05 Greg FarnumOSD: remove never-activated while loop from send_increm...
2014-05-05 Greg FarnumOSD: rename gen_wq, schedule_work, and PG_QueueAsync...
2014-05-05 Greg FarnumOSD: remove unused push_wq
2014-05-05 Samuel JustOSD: replace handle_pg_scan, handle_pg_backfill with...
2014-05-05 Greg FarnumOSD: add handle_osd_map debug output
2014-05-05 Samuel JustOSD::_share_map_incoming: line wrap debug output
2014-05-05 Greg FarnumPG: constify the init() function params
2014-05-05 Samuel JustRWLock: assert pthread function return values
2014-05-05 John WilkinsMerge pull request #1769 from ceph/wip-doc-cache-tier
2014-05-05 Josh DurginMerge remote-tracking branch 'origin/wip-doc-radosgw-80'
2014-05-05 Samuel JustMerge pull request #1760 from ceph/wip-8283
2014-05-05 John Wilkinsdoc: Fix hyperlink. 1767/head
2014-05-05 John Wilkinsdoc: Index update and librados.
next