index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_op.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RGW: Cloud Restore cli and its corresponding response for user.
shreyanshjain7174
2024-10-03
1
-0
/
+18
*
rgw: load copy source bucket attrs in putobj
Seena Fallah
2024-08-16
1
-0
/
+1
*
rgw_cksum: implement POST upload checksums
Matt Benjamin
2024-07-03
1
-0
/
+1
*
rgw_cksum: multipart upload checksums
Matt Benjamin
2024-07-03
1
-2
/
+13
*
rgw: add checksum and digest machinery
Matt Benjamin
2024-07-03
1
-1
/
+5
*
rgw: PubObj uses RGWObjTags by value
Casey Bodley
2024-06-28
1
-9
/
+5
*
rgw: avoid gotos in RGWDeleteMultiObj::execute
Casey Bodley
2024-05-31
1
-0
/
+1
*
rgw: RGWDeleteMultiObj uses spawn_throttle for concurrency
Casey Bodley
2024-05-31
1
-20
/
+3
*
rgw: move publish_complete() back to RGWCompleteMultipart::execute()
Casey Bodley
2024-05-03
1
-2
/
+0
*
rgw: CompleteMultipart uses s->object instead of target_obj
Casey Bodley
2024-05-03
1
-1
/
+0
*
rgw/multisite-notification: retry storing bucket notification attrs for ECANC...
kchheda3
2024-04-26
1
-0
/
+30
*
rgw/auth: object ops use new verify_bucket_permission() overload
Casey Bodley
2024-04-10
1
-1
/
+3
*
rgw/auth: pass user policies into identities
Casey Bodley
2024-04-10
1
-8
/
+0
*
rgw: forward_to_master() passes rgw_owner for effective uid header
Casey Bodley
2024-04-10
1
-1
/
+1
*
rgw/iam: load and evaluate group policies
Casey Bodley
2024-04-10
1
-3
/
+8
*
rgw/iam: Policy() takes string instead of bufferlist
Casey Bodley
2024-04-10
1
-1
/
+1
*
rgw: remove unused object lock stuff from CompleteMultipart
Casey Bodley
2024-03-01
1
-3
/
+0
*
src/rgw: fix for the multipart interface in the WORM function
daijufang
2024-02-29
1
-0
/
+6
*
RGW:pubsub publish commit with etag populated
Ali Masarwa
2023-12-14
1
-0
/
+5
*
rgw/acl: req_state stores ACLs by value instead of unique_ptr
Casey Bodley
2023-11-30
1
-2
/
+2
*
rgw/acl/s3: parse_policy() as free function
Casey Bodley
2023-11-30
1
-3
/
+2
*
rgw/acl: remove CephContext members
Casey Bodley
2023-11-30
1
-36
/
+0
*
rgw: fix spelling errors
Josh Soref
2023-11-27
1
-1
/
+1
*
rgw/s3: add part param and response to GetObj
Casey Bodley
2023-11-21
1
-0
/
+5
*
rgw: add free function rgw_forward_request_to_master()
Casey Bodley
2023-11-07
1
-9
/
+6
*
rgw/sal: move User::create_bucket() to Bucket::create()
Casey Bodley
2023-11-07
1
-17
/
+7
*
rgw: move rgw_op_get_bucket_policy_from_attr() out of sal
Casey Bodley
2023-11-06
1
-3
/
+3
*
tracing/osd/rgw: using jspan as alias to opentelemetry::Span
Yuval Lifshitz
2023-10-12
1
-4
/
+4
*
rgw/sal: list_buckets() returns RGWBucketEnts
Casey Bodley
2023-09-22
1
-2
/
+3
*
rgw: remove Bucket::update_container_stats()
Casey Bodley
2023-09-21
1
-9
/
+8
*
rgw: Pass and check destination zone trace when fetching object
Alex Wojno
2023-05-24
1
-0
/
+1
*
rgw/cloudtransition: Allow multisite zones to sync cloudtiered objects
Soumya Koduri
2023-05-01
1
-0
/
+1
*
rgw: RGWCopyObj loads src_bucket in init_processing()
Casey Bodley
2023-03-23
1
-0
/
+1
*
rgw: dont duplicate sal handles in RGWCopyObj
Casey Bodley
2023-03-23
1
-4
/
+0
*
rgw: rgw_op.h doesn't include rgw_torrent.h
Casey Bodley
2023-03-02
1
-4
/
+2
*
rgw/torrent: PutObj uses the filter to write RGW_ATTR_TORRENT
Casey Bodley
2023-03-02
1
-1
/
+3
*
Merge pull request #49335 from yuvalif/wip-yuval-fix-58167
Yuval Lifshitz
2023-02-20
1
-0
/
+3
|
\
|
*
rgw: refactor service handlers
Yuval Lifshitz
2023-01-25
1
-0
/
+3
*
|
rgw: clean up header files
J. Eric Ivancich
2023-01-24
1
-13
/
+13
*
|
rgw: refactor selected files for better above- vs below-the-line
Kaleb S. KEITHLEY
2023-01-23
1
-4
/
+1
|
/
*
rgw: Get rid of some COOKIE_LEN preprocessor macros
Adam C. Emerson
2023-01-11
1
-1
/
+1
*
RGW - Zipper - Rename rgw::sal::Store to rgw::sal::Driver
Daniel Gryniewicz
2022-12-08
1
-42
/
+42
*
rgw: improvements to RGWDeleteMultiObj concurrency impl
Cory Snyder
2022-11-10
1
-1
/
+2
*
rgw: refactor RGWDeleteMultiObj formatter_flush_cond member to local var in e...
Cory Snyder
2022-11-08
1
-13
/
+8
*
rgw: add configurable max aio limit for multi-object delete requests
Cory Snyder
2022-11-04
1
-1
/
+1
*
rgw: concurrency for multi object deletes
Cory Snyder
2022-10-31
1
-2
/
+31
*
rgw: log deletion status of individual objects in multi object delete request
Cory Snyder
2022-09-28
1
-0
/
+4
*
rgw: add hook for RGWOp subclasses to write custom metadata to ops logs
Cory Snyder
2022-09-28
1
-0
/
+1
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-21
1
-0
/
+9
*
Revert "rgw/lua: allow read access to object data"
Casey Bodley
2022-08-15
1
-9
/
+0
[next]