]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2016-02-12 Matt Benjaminlibrgw: fix RGWPutObj s->content_length
2016-02-12 Matt BenjaminRGWPutObjRequest: fix get_data()
2016-02-12 Matt Benjaminrgw log: disambiguate 'Read AccessControlPolicy' (logs)
2016-02-12 Matt Benjaminlibrgw: add --prelist to gp to prime cache
2016-02-12 Matt Benjaminlibrgw: fix rgw_open param names and invocation
2016-02-12 Matt Benjaminlibrgw: avoid illegal rele()
2016-02-12 Matt Benjaminlibrgw: don't create/delete in librgw_file.cc (unit...
2016-02-12 Matt Benjaminlibrgw: fs->root_fh is a pointer (and assign it)
2016-02-12 Matt Benjaminlibrgw: bucket names can be const
2016-02-12 Matt Benjaminlibrgw: reify root handles
2016-02-12 Matt Benjaminlibrgw: incremental RGWPutObj work and almost-complete...
2016-02-12 Matt BenjaminxxHash: build internally
2016-02-12 Matt Benjaminlibrgw: add ZPage/ZPageSet abstraction (gp unit tests)
2016-02-12 Matt BenjaminxxHash: add as submodule
2016-02-12 Matt Benjaminlibrgw: rgw_file_handle refactor, plus get/put
2016-02-12 Matt Benjaminlibrgw: add options for bucket name, multi create,...
2016-02-12 Matt Benjaminlibrgw: fix acl assignment in RGWCreateBucket_OS_Lib
2016-02-12 Matt Benjaminlibrgw: don't fake hostname (real hostname isn't used...
2016-02-12 Matt Benjaminlibrgw: don't allow running rgwfile tests as anon
2016-02-12 Matt Benjaminlibrgw: partial delete/unlink support
2016-02-12 Matt Benjaminlibrgw: return result code from execute_request
2016-02-12 Matt Benjaminlibrgw: fix uri, read_permissions virtual for create...
2016-02-12 Matt Benjaminlibrgw: block in create bucket, rgw_mkdir
2016-02-12 Matt Benjaminlibrgw: re-derive rgw_os_lib family
2016-02-12 Matt Benjaminlibrgw: s/rgw_rest_lib.{h,cc}/rgw_os_lib.{h,cc}
2016-02-12 Matt Benjaminlirgw: call RGWHanlder_Lib::init_from_header
2016-02-12 Matt Benjaminlibrgw: cleanups, incremental ListBuckets fixes
2016-02-12 Matt Benjaminlibrgw: forward cmdline args to librgw_create
2016-02-12 Matt Benjaminlibrgw: remove disabled RGWLib RGWREST::get_handler()
2016-02-12 Matt Benjaminlibrgw: cleanups in process_request
2016-02-12 Matt Benjaminlibrgw: pull RGWUserinfo user into RGWLibRequest
2016-02-12 Matt Benjaminlibrgw: cache RGWUserInfo in rgw_fs private handle
2016-02-12 Matt Benjaminlibrgw: split RGWUserInfo from struct req_state
2016-02-12 Matt Benjaminlibrgw: RGWFileHandle and RGWLibFS
2016-02-12 Matt Benjaminlibrgw: fixes for RGWListBucketRequest callback
2016-02-12 Matt Benjaminlibrgw: untested RGWLibListBucketsRequest and caller.
2016-02-12 Matt Benjaminlibrgw: fix 2 bugs in RGWListBuckets, remove scaffolding
2016-02-12 Matt Benjaminlibrgw: process_request prologue fixups
2016-02-12 Matt Benjaminlibrgw: reprocess process_request
2016-02-12 Matt Benjaminlibrgw: wire up RGWLibFrontend enqueue and exec operations
2016-02-12 Matt Benjaminlibrgw: remove RGWLibRequestEnv
2016-02-12 Matt Benjaminlibrgw: wire up request initializers
2016-02-12 Matt Benjaminlibrgw: re-derive RGWLibRequest
2016-02-12 Matt Benjaminlibrgw: rename RGWHandler_REST_Lib (sic), inherit from...
2016-02-12 Matt Benjaminlibrgw: remove dead code, add comments in RGWLib
2016-02-12 Matt Benjaminlibrgw: refactor RGWHandler HTTP/REST methods into...
2016-02-12 Matt Benjaminlibrgw: call rcb in RGWListBucketsRequest operator()
2016-02-12 Matt Benjaminlibrgw: add user_id to RGWListBucketsRequest
2016-02-12 Matt Benjaminlibrgw: header inclusion fix, actually call callbacks
2016-02-12 Matt Benjaminlibrgw: incremental
2016-02-12 Matt Benjaminlibrgw: s/gen_request/enqueue_req/;
2016-02-12 Matt Benjaminlibrgw: replace RGWHandler::put_op() in RGWLib path
2016-02-12 Matt Benjaminlibrgw: move authorize() and read_permissions()
2016-02-12 Matt Benjaminlibrgw: pre-assign req->op (as self), avoid dynamic_cast
2016-02-12 Matt Benjaminlibrgw: breakthrough cleanups (I think)
2016-02-12 Matt Benjaminlibrgw: incremental rgw_rest_lib internals
2016-02-12 Matt Benjaminlibrgw: include rgw_lib.h from rgw_rest.cc
2016-02-12 Matt Benjaminlibrgw: tweaks to RGWREST::preprocess and fix a typo...
2016-02-12 Matt Benjaminrefactor RGWClientIO
2016-02-12 Matt Benjaminlibrgw: comments
2016-02-12 Matt Benjaminlibrgw: widen rgw_mount, open-code list buckets
2016-02-12 Matt Benjaminlibrgw: add LOOKUP_BUCKETS and LIST_OBJECTS
2016-02-12 Matt Benjaminlibrgw: add list bucket test
2016-02-12 Matt Benjaminlibrgw: test rgw_(u)mount(...)
2016-02-12 Matt Benjaminlibrgw: take keys in test
2016-02-12 Matt Benjaminlibrgw: fe::init must create RGWLibProcess
2016-02-12 Matt Benjaminlibrgw: introduce struct rgw_fs
2016-02-12 Matt Benjaminlibrgw: remove classes from extern, argv
2016-02-12 Matt Benjaminlibrgw: fix type of rgw_readdir eof argument (C-11...
2016-02-12 Matt Benjaminlibrgw: revise rgw_* method signatures
2016-02-12 Matt Benjaminlibrgw: update rgw_rename signature
2016-02-12 Matt Benjaminlibrgw: define an rgw_setattr
2016-02-12 Matt Benjaminlibrgw: make rgw_readdir take a bool* for eof
2016-02-12 Matt Benjaminlibrgw: update rgw_readdir interface (stub impl)
2016-02-12 Matt Benjaminlibrgw: add hypothetical rgw_statfs call
2016-02-12 Matt Benjaminlibrgw: stub implement rgw_getattr
2016-02-12 Matt Benjaminlibrgw: add a library version (1.0.0)
2016-02-12 Matt Benjaminlibrgw: rgw shared library
2016-02-12 Matt Benjaminlibrgw: compile and implement more of rgw_file
2016-02-12 Matt Benjaminlibrgw: the external type of librgw_t must be void*
2016-02-12 Matt Benjaminlibrgw: install librgw.h
2016-02-12 Matt Benjaminlibrgw: s/nfs_file_handle/rgw_file_handle/;
2016-02-12 Matt Benjaminrgw_file.h: preserve cosnt correctness
2016-02-12 Matt Benjaminlibrgw: fix some return warnings (and cosmetic)
2016-02-12 Orit Wassermanrgw: introduce libradosgw
2016-02-12 Matt Benjaminrgw: refactor rgw_main
2016-02-12 Loic DacharyMerge pull request #7351 from fmeppo/master
2016-02-12 Kefu ChaiMerge pull request #7605 from dachary/wip-python-wheelhouse
2016-02-12 Loic Dacharyceph-disk,ceph-detect-init: clean the build directory 7605/head
2016-02-12 Loic Dacharypython: use pip instead of python setup.py
2016-02-12 Loic DacharyMerge pull request #7528 from objoo/YD-jewel-mailmap...
2016-02-12 Josh DurginMerge pull request #7609 from dillaman/wip-librbd-flatt...
2016-02-12 Josh DurginMerge pull request #7583 from dillaman/wip-librbd-journ...
2016-02-11 Sage WeilMerge pull request #7613 from wjwithagen/patch-1
2016-02-11 Willem Jan... src/ceph_osd.cc Add missing newline to usage message 7613/head
2016-02-11 Sage Weilcommon: fix build error with Graylog
2016-02-11 Casey BodleyMerge pull request #6920 from oritwas/wip-mstart-cmake
2016-02-11 Ali MarediaMerge pull request #7523 from tchaikov/wip-fix-cmake
2016-02-11 Sage WeilMerge pull request #7607 from FlorentCoppint/master
2016-02-11 Jason Dillamantest: new librbd flatten test case 7609/head
next