index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
librgw.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: add hook for RGWOp subclasses to write custom metadata to ops logs
Cory Snyder
2022-09-28
1
-1
/
+0
*
rgwlib: rework linkage
Matt Benjamin
2022-09-09
1
-573
/
+7
*
rgw_a: build reorganization
Matt Benjamin
2022-09-09
1
-16
/
+7
*
rgw/main: remove friends, see_also
Matt Benjamin
2022-09-09
1
-1
/
+1
*
rgw/main: use AppMain in c++ main function
Matt Benjamin
2022-09-09
1
-49
/
+0
*
rgw/main: AppMain
Matt Benjamin
2022-09-09
1
-69
/
+16
*
librgw: add ability to conditionally export HTTP frontends/apis
Matt Benjamin
2022-09-09
1
-110
/
+87
*
RGW - Zipper - Init cleanup
Daniel Gryniewicz
2022-08-01
1
-45
/
+2
*
RGW - Zipper - Add temporary Filter testing
Daniel Gryniewicz
2022-07-27
1
-0
/
+8
*
rgw: remove unnecessary "struct" from req_state declarations
J. Eric Ivancich
2022-06-22
1
-4
/
+4
*
RGW - Allow starting RGW/dbstore without connecting to Mons
Daniel Gryniewicz
2022-04-27
1
-5
/
+4
*
librgw: teach librgw about rgw_backend_store
Matt Benjamin
2022-04-25
1
-1
/
+37
*
RGW - Zipper - remove RGWObjectCtx from SAL API
Daniel Gryniewicz
2022-03-07
1
-5
/
+2
*
rgw: add abstraction for ops log destination and add file logger
Cory Snyder
2021-10-05
1
-5
/
+14
*
common: modify 'main()s' to use new argv_to_vec() signature
Ronen Friedman
2021-08-19
1
-2
/
+1
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
*
Merge pull request #41926 from TRYTOBE8TME/wip-rgw-dpp-2
Ali Maredia
2021-07-02
1
-1
/
+1
|
\
|
*
rgw: DPP addition 3
Kalpesh Pandya
2021-07-02
1
-1
/
+1
*
|
rgw: DPP addition to log messages
Kalpesh Pandya
2021-06-24
1
-1
/
+1
|
/
*
rgw: add DPP's to logging for most ops
Ali Maredia
2021-05-04
1
-9
/
+6
*
RGW Zipper - Permenant User storage API
Daniel Gryniewicz
2021-04-29
1
-1
/
+1
*
RGW Zipper - Fix style violations
Daniel Gryniewicz
2021-04-15
1
-1
/
+1
*
RGW Zipper - The Great Rename
Daniel Gryniewicz
2021-04-15
1
-4
/
+4
*
librgw/notifications: initialize kafka and amqp
Yuval Lifshitz
2021-03-12
1
-0
/
+23
*
RGW Zipper - Add zone abstraction
Daniel Gryniewicz
2021-03-02
1
-1
/
+1
*
Zipper - zipperify the Auth code
Daniel Gryniewicz
2021-03-02
1
-3
/
+0
*
RGW - Zipper 10: Pull The Thread
Daniel Gryniewicz
2021-03-02
1
-7
/
+11
*
rgw: Dpp addition to create bucket log
root
2021-02-07
1
-10
/
+10
*
rgw: Add DoutPrefixProvider to create_bucket logging
Ali Maredia
2021-01-27
1
-10
/
+14
*
rgw: No null_yield in RGWOp
Adam C. Emerson
2020-11-13
1
-13
/
+13
*
rgw_file: fix some zipper flow for RGWLibContinuedReq
Matt Benjamin
2020-11-05
1
-1
/
+15
*
rgw_file: avoid long-ish delay on shutdown
Matt Benjamin
2020-09-30
1
-1
/
+1
*
Fix missing req_state for librgw
Daniel Gryniewicz
2020-09-18
1
-1
/
+2
*
Zipper - Make s->user a unique_ptr
Daniel Gryniewicz
2020-09-08
1
-2
/
+1
*
rgw: remove unnecessary #include "rgw_rados.h"
Kaleb S. KEITHLEY
2020-08-10
1
-1
/
+0
*
rgw: nfs: disable gc, lc, quota, and sync threads by default
Matt Benjamin
2020-04-28
1
-4
/
+20
*
Zipper - RGWUser
Daniel Gryniewicz
2020-01-17
1
-4
/
+4
*
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
*
Project Zipper Part 1 - Framework and RGWRadosStore
Daniel Gryniewicz
2019-08-15
1
-7
/
+7
*
Merge branch 'wip-rgw-metadata-servicification'
Casey Bodley
2019-08-13
1
-3
/
+3
|
\
|
*
rgw: make optional_yield explicit in RGWUserCtl interfaces
Casey Bodley
2019-07-29
1
-1
/
+1
|
*
rgw: unitests and other tools fixes
Yehuda Sadeh
2019-07-29
1
-3
/
+1
|
*
rgw: move manifest code around, initial tier separation
Yehuda Sadeh
2019-07-29
1
-0
/
+2
*
|
rgw: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-7
/
+7
|
/
*
rgw_file: unify allocations of request id
Matt Benjamin
2019-05-15
1
-2
/
+1
*
rgw: crypto: throw DigestException from Digest and HMAC
Matt Benjamin
2019-04-25
1
-51
/
+57
*
Merge pull request #26089 from taoCH/wip-librgw-create-bucket-bug
Matt Benjamin
2019-04-16
1
-0
/
+3
|
\
|
*
rgw: unexpected crash when creating bucket in librgw
taoCH
2019-01-23
1
-0
/
+3
*
|
rgw: pubsub add perf counters. fix error handling
Yuval Lifshitz
2019-02-13
1
-0
/
+1
|
/
*
Merge pull request #25356 from ivancich/wip-fix-rgw-options
Abhishek L
2018-12-13
1
-1
/
+1
|
\
[next]