index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_lc.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: use rgw_owner in RGWBucketInfo
Casey Bodley
2024-04-10
1
-1
/
+1
*
Merge pull request #56535 from linuxbox2/wip-lc-65188
Casey Bodley
2024-04-05
1
-1
/
+1
|
\
|
*
rgwlc: check for no-bucket at bucket_lc_process() preamble
Matt Benjamin
2024-03-27
1
-1
/
+1
*
|
Merge pull request #55203 from jzhu116-bloomberg/wip-63995
J. Eric Ivancich
2024-04-05
1
-15
/
+10
|
\
\
|
|
/
|
/
|
|
*
rgw/lc: delete expired delete-marker when processing Expiration lc action wit...
Jane Zhu
2024-01-17
1
-15
/
+10
*
|
Merge pull request #55795 from kchheda3/wip-rename-notif-events
Casey Bodley
2024-03-20
1
-30
/
+37
|
\
\
|
*
|
rgw/notification: Make the Lifecycle events AWS compatible
kchheda3
2024-03-14
1
-30
/
+37
*
|
|
rgwlc: implement Filter size limit checks
Matt Benjamin
2024-03-14
1
-13
/
+63
*
|
|
rgwlc: implement NewerNoncurrentVersions
Matt Benjamin
2024-03-14
1
-36
/
+26
*
|
|
Merge pull request #55644 from linuxbox2/wip-rgw-dtexpire
Casey Bodley
2024-03-12
1
-12
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rgw_lc: replace strftime w/fmt and chrono:calendar
Matt Benjamin
2024-03-12
1
-12
/
+6
*
|
|
Merge pull request #55286 from BBoozmen/oozmen_decorate_lc_events
Casey Bodley
2024-02-19
1
-25
/
+30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rgw/lc: decorating log events with more details
Oguzhan Ozmen
2024-01-25
1
-25
/
+30
*
|
|
Merge pull request #54867 from BBoozmen/oozmen_lc_subsystem
Casey Bodley
2024-02-02
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rgw/common: add rgw lifecycle specific debug log subsystem
Oguzhan Ozmen
2023-12-11
1
-1
/
+2
*
|
|
rgw/lc: use flag and named constants instead of booleans as argument in inter...
Jane Zhu
2024-01-10
1
-6
/
+7
*
|
|
rgw/lc: do not add datalog/bilog for some lc actions
Jane Zhu
2024-01-10
1
-3
/
+29
|
|
/
|
/
|
*
|
rgwlc: even current object versions have a unique instance
Matt Benjamin
2024-01-04
1
-3
/
+3
*
|
rgwlc: additional lc notify cleanups
Matt Benjamin
2024-01-04
1
-16
/
+26
*
|
rgw/notifications/lc: handle publish_commit() failures as warnings
Yuval Lifshitz
2024-01-03
1
-12
/
+11
*
|
Merge pull request #54622 from BBoozmen/oozmen_lc_work_time
Casey Bodley
2023-12-08
1
-10
/
+17
|
\
\
|
|
/
|
/
|
|
*
rgw/lc: adjust timing if the configured end work-time is less than the start-...
Oguzhan Ozmen
2023-11-23
1
-0
/
+6
|
*
rgw/lc: [non-functional change] use const expr to represent seconds in a day
Oguzhan Ozmen
2023-11-23
1
-10
/
+11
*
|
rgw: ACLOwner as raw struct
Casey Bodley
2023-11-30
1
-3
/
+3
*
|
rgw: Remove `RGWSI_RADOS` from `RGWSI_SysObj*`
Adam C. Emerson
2023-11-29
1
-8
/
+7
*
|
rgw: fix spelling errors
Josh Soref
2023-11-27
1
-2
/
+2
|
/
*
rgwlc: lock_lambda overwrites ret val
Tongliang Deng
2023-11-20
1
-2
/
+2
*
rgw/sal: Bucket owner as rgw_user
Casey Bodley
2023-11-09
1
-27
/
+1
*
Merge pull request #50599 from cbodley/wip-rgw-sal-forward
Casey Bodley
2023-11-08
1
-1
/
+3
|
\
|
*
rgw: use load_bucket()'s rgw_bucket overload
Casey Bodley
2023-11-06
1
-1
/
+3
|
*
rgw/sal: rename loading get_bucket()s to load_bucket()
Casey Bodley
2023-11-06
1
-1
/
+1
*
|
rgwlc: fix delete marker regression in currentversion lc expiration
Matt Benjamin
2023-11-06
1
-4
/
+8
|
/
*
rgwlc: send version_id with notifications
Matt Benjamin
2023-11-03
1
-4
/
+5
*
rgwlc: treat persistent notify reservation as failure as fatal
Matt Benjamin
2023-11-03
1
-30
/
+27
*
rgwlc: fix remove expired for non-versioned case
Matt Benjamin
2023-11-03
1
-14
/
+23
*
rgwlc: split versioned and non-versioned transition notifications
Matt Benjamin
2023-11-03
1
-5
/
+12
*
rgwlc: constify notification event_type
Matt Benjamin
2023-11-03
1
-3
/
+3
*
rgwlc: remove extra handles to sal bucket and object
Matt Benjamin
2023-11-03
1
-25
/
+10
*
rgwlc: log error on failure to publish_commit
Matt Benjamin
2023-11-03
1
-8
/
+19
*
rgwlc: dispatch S3 notifications on transition and mpu abort
Matt Benjamin
2023-11-03
1
-7
/
+96
*
rgw: adding request context structure
Yuval Lifshitz
2023-10-12
1
-2
/
+2
*
Merge pull request #47595 from 5cs/fix-lc-head-marker
J. Eric Ivancich
2023-06-30
1
-0
/
+9
|
\
|
*
rgwlc: fix lc head marker point to non-exist lc entry
Tongliang Deng
2022-08-17
1
-0
/
+9
*
|
src/rgw: Changing null_yield to optional_yield
Kalpesh Pandya
2023-06-19
1
-1
/
+1
*
|
Merge pull request #49466 from linuxbox2/wip-lc-size
Casey Bodley
2023-03-11
1
-2
/
+9
|
\
\
|
*
|
rgwlc/notifications: also fix etag
yuval Lifshitz
2022-12-16
1
-1
/
+1
|
*
|
rgw/notifications: fetch object state to get size, in rgw_lc.cc
Matt Benjamin
2022-12-16
1
-1
/
+8
*
|
|
RGW - Replace set_owner workaround with new fix
Daniel Gryniewicz
2023-03-01
1
-12
/
+3
*
|
|
Merge pull request #48683 from linuxbox2/wip-rgwlc-faststop
J. Eric Ivancich
2023-02-18
1
-2
/
+20
|
\
\
\
|
*
|
|
rgwlc: prevent lc for one bucket from exceeding time budget
Matt Benjamin
2022-10-31
1
-2
/
+20
[next]