]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-10-30 Samuel JustThrottle: reduce lock hold periods
2012-10-30 Samuel Justos: instrument submit lock, apply lock, queue_lock...
2012-10-30 Samuel JustFileStore: add op_throttle_lock
2012-10-30 Samuel JustFileStore: don't lock op_tp in queue_op
2012-10-30 Samuel Justperf_counters: add dec()
2012-10-30 Samuel JustJournalingFileStore: move apply/commit sequencing to...
2012-10-30 Samuel JustJournalingFileStore: create submit_manager to order...
2012-10-30 Samuel JustJournalingObjectStore: remove force_commit, no longer...
2012-10-30 Samuel JustJournalingObjectStore: whitespace fix
2012-10-30 Samuel JustFileStore: remove trigger_commit
2012-10-30 Samuel JustJournalingFileStore: pass -1 as the alignment if unimpo...
2012-10-30 Samuel JustFileStore: next_finish is not used
2012-10-30 Samuel Justtest/bench: add tp bench
2012-10-30 Samuel Justtest/bench: small io benchmarker
2012-10-30 Samuel JustMutex: Instrument Mutex with perfcouter for Lock()...
2012-10-30 Sage Weilmsg/SimpleMessenger: start accepter in ready()
2012-10-30 Sage Weilmon: separate pre- and post-fork init
2012-10-30 Sage Weilmsg/Pipe: fix seq # fix
2012-10-30 Sage Weilosd: verify authorizers for heartbeat dispatcher
2012-10-30 Josh Durgindoc: fix typo in cinder upstart config name
2012-10-30 John Wilkinsdoc: Added syntax fixes to Peter's session authenticati...
2012-10-30 Sage Weilmsg/Pipe: whitespace cleanup
2012-10-30 Sage Weilmsg/Pipe: only randomize start seq #'s if MSG_AUTH...
2012-10-30 Sage Weildoc: update fs recommendations
2012-10-29 Sage Weilcephx: don't check signature if MSG_AUTH feature isn...
2012-10-29 Sage Weilauth: include features in cephx SessionHandler
2012-10-29 Peter ReiherFixed problem with checking authorizer in accept().
2012-10-29 Dan Micklibrbd: Fix 32-bit compilation errors
2012-10-29 Peter ReiherMerge branch 'master' of github.com:ceph/ceph
2012-10-29 Peter ReiherTemporary patch to a problem in Pipe related to monitor...
2012-10-29 Sage WeilMerge branch 'wip-oc-neg'
2012-10-29 Gary Lowelldep-report.sh: ceph package dependency report.
2012-10-29 Sam Langclient: Fix ref counting double free with hardlink
2012-10-29 Sam Langtest: Functional test for hardlink/unmount pattern
2012-10-27 Sage Weilosdc/ObjectCacher: remove dead locking code
2012-10-27 Dan Micklibrbd: clip requests past end-of-image.
2012-10-27 Sage Weillibrbd: size max objects based on actual image object...
2012-10-27 caleb milesrgw_cache: change call signature to overwrite rgw_rados...
2012-10-26 Peter ReiherMerge branch 'master' of github.com:ceph/ceph
2012-10-26 John WilkinsMerge branch 'master' of https://github.com/ceph/ceph
2012-10-26 John Wilkinsdoc: updated front page graphic.
2012-10-26 Noah WatkinsMerge branch 'wip-java-cephfs'
2012-10-26 Jim SchuttPG: Do not discard op data too early
2012-10-26 Noah Watkinsjava: use unique directory in test
2012-10-26 Noah Watkinsjava: add tests for double mounting
2012-10-26 Noah Watkinsjava: add AlreadyMounted exception
2012-10-26 Noah Watkinsjava: remove deprecated ceph_shutdown
2012-10-26 Noah Watkinsjava: clean-up in finalize()
2012-10-26 Noah Watkinsjava: enable ceph_release
2012-10-26 Noah Watkinsjava: enable ceph_unmount
2012-10-26 Noah Watkinsjava: mkdirs returns IOException
2012-10-26 Noah Watkinsjava: log listdir contents in java client
2012-10-26 Noah Watkinsjava: remove tabs to fix formatting
2012-10-26 Noah Watkinsjava: add O_WRONLY open flag
2012-10-26 Noah Watkinsjava: add FileAlreadyExists exception
2012-10-26 Sage Weilosdc/ObjectCacher: handle zero bufferheads on read
2012-10-26 Sage Weilosdc/ObjectCacher: add ZERO bufferheads from map_read()
2012-10-26 Sage Weilosdc/ObjectCacher: add zero bufferhead state
2012-10-26 Sage Weiltest_librbd_fsx: sleep before exit
2012-10-26 Sage Weilosdc/ObjectCacher: some extra debugging
2012-10-26 Sage Weilosdc/ObjectCacher: fill in zero buffers in map_read...
2012-10-26 Sage Weilosdc/ObjectCacher: improve debug output for readx()
2012-10-26 Sage Weilosdc/ObjectCacher: set complete flag when we observe...
2012-10-26 Sage Weilosdc/ObjectCacher: clear complete on trim, release
2012-10-26 Sage Weilosdc/ObjectCacher: add complete flag
2012-10-26 Sage Weilosdc/ObjectCacher: refresh iterator in read apply loop
2012-10-26 Sage Weilosdc/ObjectCacher: do read completions after assimilati...
2012-10-26 Sage Weilosdc/ObjectCacher: do not close objects explicitly
2012-10-26 Sage Weilosdc/ObjectCacher: make trim() trim Objects
2012-10-26 Sage Weilosdc/ObjectCacher: check lru_is_expireable() in can_close()
2012-10-26 Sage Weilosdc/ObjectCacher: add LRU for Object
2012-10-26 Sage Weilosdc/ObjectCacher: take Object ref for bh writes
2012-10-26 Sage Weilosdc/ObjectCacher: take refs for inflight lock ops
2012-10-26 Sage Weilosdc/ObjectCacher: take Object ref when there are buffers
2012-10-26 Sage Weilosdc/ObjectCacher: add ref count to Object
2012-10-26 Sage Weilosdc/ObjectCacher: rename lru_* -> bh_lru_*
2012-10-26 Sage Weillibrbd: fix race in AioCompletion that are still being...
2012-10-26 Peter ReiherMerge branch 'wip-msgauth4'
2012-10-26 Noah WatkinsMerge branch 'wip-client-unmount'
2012-10-26 Peter ReiherVarious cleanup changes to session authentication code.
2012-10-26 Noah Watkinsclient: add ceph_release, ceph_shutdown
2012-10-26 Noah Watkinsclient: double mount returns -EISCONN
2012-10-26 Sage WeilMerge branch 'wip-mds'
2012-10-26 Sage Weilclient: do not reset session state on reopened sessions
2012-10-26 Sage Weilmds: fix handling of cache_expire export
2012-10-26 Sage Weilmds: do not mark closed connections disposable
2012-10-26 Sage Weilmds: use connection on closed sessions in force_open_se...
2012-10-26 Ross Turkdoc: update copyright to include contributors, CC
2012-10-25 Sage WeilMerge branch 'next'
2012-10-25 Sage Weilosd: fix populate_obc_watchers() assert
2012-10-25 Sage Weilmds: check getcwd() return value
2012-10-25 Sage Weilleveldb: fix accidental submodule revert
2012-10-24 Josh Durgindoc: note raw format required for openstack/rbd
2012-10-24 Sage Weilmds: fix #include for getcwd(), simplify
2012-10-24 John Wilkinsdoc: Added hyperlink.
2012-10-24 John Wilkinsdoc: Fixed usage and deleted legacy values.
2012-10-23 Sam Langvstart.sh: Use ./init-ceph instead of CEPH_BIN
2012-10-23 tamilScript that generates perl wrapper for teuthology tests
2012-10-23 caleb milesrgw_admin: do not throw error when start-date and end...
2012-10-23 Sage WeilMerge branch 'wip-assert-exists-2'
next