]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2018-04-12 Yehuda Sadehceph_json: formattable fix, api changes
2018-04-12 Yehuda Sadehceph_json: refine Formattable api
2018-04-12 Yehuda Sadehrgw: sync modules, use JSONFormattable
2018-04-12 Yehuda Sadehrgw: rgw_str_to_bool() should also accept "true"
2018-04-12 Yehuda Sadehcommon/formattable: initial work
2018-04-10 Chang Liurgw/cleanup: fix compile warnning
2018-04-10 lvshanchunrgw: modify testcase in src/test/rgw
2018-04-10 lvshanchunrgw: add populate_zonegroup() and populate_uid() in...
2018-04-10 Chang Liurgw: avoid returning CURL_READFUNC_PAUSE forever
2018-04-10 lvshanchunrgw: implement S3RESTConn to send request to S3
2018-04-10 lvshanchunrgw: decrease the log level in RGWCoroutinesStack:...
2018-04-10 Yehuda Sadehrgw: RGWRESTStreamS3PutObj::send_init(), url encode...
2018-04-10 Yehuda Sadehrgw: cr rest splice, reorder checks
2018-04-10 Yehuda Sadehrgw: remove warning
2018-04-10 Yehuda Sadehrgw: don't allow for io_id to complete more than once
2018-04-10 Yehuda Sadehrgw: cr rest splice, both reads and writes are throttled
2018-04-10 Yehuda Sadehrgw: http_client, add the ability to pause/unpause...
2018-04-10 Yehuda Sadehrgw: rest_client: work towards throttling of http read...
2018-04-10 Yehuda Sadehrgw: cr rest splice, work towards write throttling
2018-04-10 Yehuda Sadehrgw: cr: introduce io channels
2018-04-10 Yehuda Sadehrgw: aws sync: configurable multipart threshold, part...
2018-04-10 Yehuda Sadehrgw: aws sync conf, consolidate configurables
2018-04-10 Yehuda Sadehrgw: http req, guard out_headers
2018-04-10 Yehuda Sadehrgw: aws sync: check that source object doesn't change
2018-04-10 Yehuda Sadehrgw: aws sync, store temp per-object sync info
2018-04-10 Yehuda Sadehrgw: aws sync: multipart upload complete
2018-04-10 Yehuda Sadehrgw: don't schedule a cr if already scheduled
2018-04-10 Yehuda Sadehrgw: aws sync, initial work on multipart data parts...
2018-04-10 Yehuda Sadehrgw: fix io blocked accounting
2018-04-10 Yehuda Sadehrgw: aws sync, more work on large object sync via multi...
2018-04-10 Yehuda Sadehrgw: aws sync module, fix target object naming
2018-04-10 Yehuda Sadehrgw: aws sync module, fix target object naming
2018-04-10 Yehuda Sadehrgw: fix rest read crf handling of extra data
2018-04-10 Yehuda Sadehrgw: recover from empty meta.history object
2018-04-10 Yehuda Sadehrgw: aws sync, add hooks for decoding/encoding rest obj
2018-04-10 Yehuda Sadehrgw: aws sync, in_crf init abstraction
2018-04-10 Yehuda Sadehrgw: aws sync: generate target bucket
2018-04-10 Yehuda Sadehrgw: a bit cleaner interfaces for sending put crf
2018-04-10 Yehuda Sadehrgw: first go at sync to aws splice
2018-04-10 Yehuda Sadehrgw: RGWRESTConn() don't override provided key
2018-04-10 Yehuda Sadehrgw: more streaming crf abstraction
2018-04-10 Yehuda Sadehrgw: separte stream crfs for read and write
2018-04-10 Yehuda Sadehrgw: splice cr drains writes
2018-04-10 Yehuda Sadehrgw: rest cr drains writes, returns errors
2018-04-10 Yehuda Sadehrgw: groundwork for supporting concurrent IOs in single cr
2018-04-10 Yehuda Sadehrgw: initial work for integrating streaming read/write...
2018-04-10 Yehuda Sadehrgw: amend http client manager interface
2018-04-10 Yehuda Sadehrgw: http client, simplify interfaces
2018-04-10 Yehuda Sadehrgw: create global http manager
2018-04-10 Yehuda Sadehrgw: restructure http/rest client class hierarchy
2018-04-10 Yehuda Sadehrgw: tweak http client interface
2018-04-10 Yehuda Sadehrgw: add api to finish streaming writes
2018-04-10 Yehuda Sadehrgw: http client, streaming writes api
2018-04-10 Yehuda Sadehrgw: fixes following rebase
2018-04-10 Abhishek Lekshmananrgw: typo fix during rebase (squash)
2018-04-10 Abhishek Lekshmananrgw_rest_client: clarify comment on set content length
2018-04-10 Abhishek Lekshmananaws: remove comment
2018-04-10 Abhishek Lekshmananaws: use slashes in obj name
2018-04-10 Abhishek Lekshmananrgw_sync_module_aws: make conn a unique ptr
2018-04-10 Abhishek Lekshmananrgw_sync_module_aws: use the readrawrestresource cr
2018-04-10 Abhishek Lekshmananrgw_cr_rest: have a raw variant of read resource
2018-04-10 Abhishek Lekshmanansync_module_aws: minor logging improvements
2018-04-10 Abhishek Lekshmananset_content_length for streamrw requests
2018-04-10 Abhishek Lekshmananrgw: aws sync: make bucket name more url friendly
2018-04-10 Abhishek Lekshmananrgw_aws_sync: untested code for bucket create
2018-04-10 Abhishek Lekshmananrgw: sync_module_aws implement rm object
2018-04-10 Abhishek Lekshmananaws: ws fix
2018-04-10 Abhishek Lekshmanandelete-me: log path for requests
2018-04-10 Abhishek Lekshmananrgw_cr_rest: send content length on raw requests
2018-04-10 Abhishek Lekshmananrgw_aws_module: lets call put object and see what happens
2018-04-10 Abhishek Lekshmananrgw_cr_rest: allow sending of raw put requests
2018-04-10 Abhishek Lekshmananrgw: aws sync module: set keys for rest client
2018-04-10 Abhishek Lekshmananrgw: RGWRestConn allow keys to be initialized
2018-04-10 Abhishek Lekshmananwell more hacks to get my previous hack working
2018-04-10 Abhishek Lekshmananallow cr http client to deal with non json types
2018-04-10 Abhishek Lekshmanannon working download client
2018-04-10 Abhishek Lekshmananrgw: sync_module: register aws module
2018-04-10 Abhishek Lekshmananrgw: make RGWSyncModule classes for AWS
2018-04-10 Abhishek Lekshmananrgw: sync aws module compiles
2018-04-10 Abhishek Lekshmananrgw: sync plugin for aws (the humble beginnings!)
2018-04-10 Yehuda SadehMerge pull request #19283 from yehudasa/wip-rgw-mfa
2018-04-10 Ricardo DiasMerge pull request #21327 from LenzGr/dashboard-fork...
2018-04-10 Patrick DonnellyMerge PR #21080 into master
2018-04-10 Lenz GrimmerMerge pull request #21126 from tspmelo/wip-services
2018-04-10 Lenz Grimmermgr/dashboard: Replace font-awesome with fork-awesome 21327/head
2018-04-10 Kefu ChaiMerge pull request #21319 from majianpeng/doc-remove...
2018-04-10 Kefu ChaiMerge pull request #21112 from guzhongyan/fix-vlog
2018-04-10 Kefu ChaiMerge pull request #21028 from rzarzynski/wip-osd-get_r...
2018-04-10 Kefu ChaiMerge pull request #21235 from xiexingguo/wip-fix-obj...
2018-04-10 Josh DurginMerge pull request #21313 from ceph/wip-pg-clean-timeout
2018-04-10 Kefu ChaiMerge pull request #21284 from tchaikov/wip-cmake-libstdcxx
2018-04-10 Kefu ChaiMerge pull request #21290 from rjfd/wip-dashboard-fix...
2018-04-10 Patrick DonnellyMerge PR #21039 into master
2018-04-10 Patrick DonnellyMerge PR #21040 into master
2018-04-10 Patrick DonnellyMerge PR #21132 into master
2018-04-10 Patrick DonnellyMerge PR #21144 into master
2018-04-10 Patrick DonnellyMerge PR #21167 into master
2018-04-10 Patrick DonnellyMerge PR #21191 into master
2018-04-10 Patrick DonnellyMerge PR #21255 into master
2018-04-10 Josh DurginMerge pull request #21295 from badone/wip-large-omap...
next