]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2015-03-05 Sage Weilrgw: switch to new watch/notify API
2015-03-05 Sage WeilMerge pull request #3836 from ceph/wip-10546
2015-03-05 Ken Dreyerceph.spec.in: loosen ceph-test's dependencies
2015-03-05 Loic DacharyMerge pull request #3822 from dachary/wip-10947-setcrushmap
2015-03-04 Samuel JustMerge pull request #3789 from athanatos/wip-9891
2015-03-04 Josh DurginMerge pull request #3864 from ceph/wip-10968
2015-03-03 Matt Benjamincmake: build fixes
2015-03-03 Jason Dillamanlibrbd: delay completion of AioRequest::read_from_parent 3864/head
2015-03-03 Jason Dillamanlibrbd: allow AioCompletions to be blocked
2015-03-03 Jason Dillamanlibrbd: delete Contexts when object map aio_update...
2015-03-03 Jason Dillamanlibrbd: handle possible aio_read return error code
2015-03-03 Jason Dillamanlibrbd: add log message for completion of AioRequest
2015-03-03 Loic Dacharymon: ignore crushtool validation if too long 3822/head
2015-03-03 Loic Dacharymon: do not hardwire crushtool command line
2015-03-03 Josh DurginMerge pull request #3850 from ceph/wip-10962
2015-03-02 Jason Dillamantest/cli-integration/rbd: updated to new CLI 3850/head
2015-03-02 Jason Dillamanrbd: permit v2 striping for clones and imports
2015-03-02 Jason Dillamanrbd: fixed formatted output of rbd image features
2015-03-02 Josh DurginMerge pull request #3848 from ceph/wip-10990
2015-03-02 Jason Dillamanqa/workunits/rbd/copy.sh: remove all image locks 3848/head
2015-03-02 Jason Dillamanlibrbd: missing callback log message for CopyupRequest...
2015-03-02 Jason Dillamanlibrbd: hide flush log message if no flushes are pending
2015-03-02 Josh DurginMerge pull request #3812 from ceph/wip-10958
2015-03-02 Jason Dillamanlibrbd: flush pending AIO after acquiring lock 3812/head
2015-03-02 Jason Dillamanlibrbd: hold snap_lock between clipping IO and register...
2015-03-02 Loic Dacharymon: do not pollute directory with cvs files from crushtool
2015-03-01 Joao Eduardo... mon: Monitor: fix timecheck rounds period 3836/head
2015-02-27 JenkinsMerge branch 'hammer' of jenkins.front.sepia.ceph.com...
2015-02-27 Jason Dillamanlibrbd: moved flush / cache invalidate to resize state...
2015-02-27 Jason Dillamanlibrbd: add AIO version of invalidate_cache
2015-02-27 Loic DacharyMerge pull request #3825 from ceph/wip-hammer-gplv2...
2015-02-27 Jenkins0.93 v0.93
2015-02-27 Ken DreyerAdd GPLv2 text file 3825/head
2015-02-27 Jason Dillamanlibrbd: C_SaferCond memory leak
2015-02-26 Gregory FarnumMerge pull request #3681 from ceph/wip-fusesystem-10710
2015-02-26 Greg Farnumceph-fuse: test dentry invalidation options and fail... 3681/head
2015-02-26 Greg FarnumClient: support using dentry invalidation callbacks...
2015-02-26 Greg FarnumClient: add functions to test remount functionality
2015-02-26 Greg FarnumClient: check for failures on system() invocation
2015-02-26 Josh DurginMerge pull request #3806 from ceph/wip-10961
2015-02-26 Gregory FarnumMerge pull request #3802 from ceph/hammer-10912
2015-02-26 Jason Dillamanqa/workunits/rbd/copy.sh: explicitly choose the image... 3806/head
2015-02-26 Sage WeilMerge pull request #3800 from ceph/wip-10864-hammer...
2015-02-26 Yan, Zhengclient: re-send requsets before composing the cap recon... 3802/head
2015-02-26 Josh DurginMerge pull request #3796 from ceph/wip-librbd-async...
2015-02-26 Jason DillamanMerge pull request #3791 from ceph/wip-librbd-mdlock
2015-02-26 Ken Dreyerpackaging: move rbd udev rules to ceph-common 3800/head
2015-02-26 Josh Durginlibrbd: remove unnecessary md_lock usage 3791/head
2015-02-26 Josh Durginlibrbd: move object_map_lock acquisition into refresh()
2015-02-26 Josh Durginlibrbd: don't check if object map is enabled before...
2015-02-26 Josh Durginlibrbd: remove object map on rollback if needed
2015-02-26 Josh Durginlibrbd: clarify md_lock usage
2015-02-26 Josh Durgintest_librbd: add simple test for object map snapshot...
2015-02-26 Josh Durginlibrbd: use snap_lock to protect ImageCtx->size
2015-02-26 Josh Durginlibrbd: hold snap_lock while reading parent info in...
2015-02-26 Josh Durgintest_librbd: close ioctx after imagectx
2015-02-26 Josh Durginrbd: fix --image-feature parsing
2015-02-26 Josh Durginlibrbd: apply flag read failure to all snaps
2015-02-26 Josh Durginlibrbd: make ImageCtx->object_map always present
2015-02-26 Jason Dillamantests: add unit test to verify async requests time out 3796/head
2015-02-26 Jason Dillamanlibrbd: restart async requests if lock owner doesn...
2015-02-26 Jason Dillamanlibrbd: replace Finisher/SafeTimer use with facade
2015-02-26 Jason Dillamanlibrbd: cancel in-progress maint operations before...
2015-02-26 Jason Dillamanlibrbd: flush context potentially completing too early
2015-02-26 Josh DurginMerge pull request #3799 from ceph/wip-librbd-image...
2015-02-25 Josh Durginlibrbd: take ImageCtx->snap_lock for write in add_snap()
2015-02-25 Josh Durginlibrbd: use snap_lock to protect ImageCtx->flags
2015-02-25 Josh Durginlibrbd: add locking asserts to ImageCtx
2015-02-25 Josh Durginlibrbd: fix ImageWatcher::is_lock_supported() locking
2015-02-25 Josh Durginlibrbd: add and use a test_features() helper
2015-02-25 Josh Durginlibrbd: use ImageCtx->snap_lock for ImageCtx->features
2015-02-25 Jason Dillamantests: add additional test coverage for ImageWatcher RPC 3799/head
2015-02-25 Jason Dillamanlibrbd: add ostream formatter for NotifyOp
2015-02-25 Greg Farnumfuse: do not invoke ll_register_callbacks() on finalize
2015-02-25 Gregory FarnumMerge pull request #3794 from ceph/wip-10862-hammer
2015-02-25 Ken DreyerMerge pull request #3788 from ceph/wip-devel-python...
2015-02-25 John Spraymon: do not try and "deactivate" the last MDS 3794/head
2015-02-25 Boris Rantoqa: fix python-ceph reference 3788/head
2015-02-25 Boris Rantodoc: fix python-ceph refs in docs
2015-02-25 Boris Rantoceph.spec: specify version
2015-02-25 Sage Weildebian: split python-ceph
2015-02-24 Boris RantoSplit python-ceph to appropriate python-* packages
2015-02-24 Samuel JustMerge pull request #3742 from ceph/wip-10788
2015-02-24 Josh DurginMerge pull request #3786 from ceph/wip-librbd-python...
2015-02-24 Jason Dillamantests: speed up Python RBD random data generation 3786/head
2015-02-24 Josh DurginMerge pull request #3780 from ceph/wip-osdc-watch-error
2015-02-24 Josh DurginMerge pull request #3781 from ceph/wip-librbd-image...
2015-02-24 Jason Dillamantests: fix potential race conditions in test_ImageWatcher 3781/head
2015-02-24 Jason Dillamanosdc: watch error callback invoked on cancelled context 3780/head
2015-02-23 Josh DurginMerge pull request #3779 from liewegas/wip-watch-timeou...
2015-02-23 Sage Weilceph_test_rados_api_watch_notify: wait longer for watch... 3779/head
2015-02-23 Sage Weilosd: better debug for maybe_handle_cache 3742/head
2015-02-23 Sage Weilosd,mon: explicitly specify OSD features in MOSDBoot
2015-02-23 Sage Weilosd: do not proxy reads unless all OSDs proxy features too
2015-02-23 Sage Weilosd/OSDMap: cache get_up_osd_features
2015-02-23 Josh DurginMerge pull request #3777 from ceph/wip-librbd-snap...
2015-02-23 Jason Dillamanlibrbd: fixed snap create race conditions 3777/head
2015-02-23 Josh DurginMerge pull request #3758 from ceph/wip-10898
2015-02-23 Josh DurginMerge pull request #3770 from ceph/wip-librbd-exclusive...
2015-02-23 Jason Dillamanlibrbd: improved ImageWatcher duplicate message detection 3758/head
next