summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_object_expirer.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: Thread site config into RADOS driverAdam Emerson2024-01-241-1/+17
* rgw: SAL drivers take `boost::asio::io_context`Adam C. Emerson2024-01-241-1/+4
* rgw: Add coverity annotations for uncaught exceptions in standalone binariesVedansh Bhartia2023-10-091-0/+3
* src/rgw: Changing null_yield to optional_yieldKalpesh Pandya2023-06-191-1/+1
* rgw: don't start the bucket notification thread in radosgw-adminYuval Lifshitz2023-03-071-1/+1
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-11/+11
* RGW - Zipper - Init cleanupDaniel Gryniewicz2022-08-011-1/+4
* RGW - Zipper - Add temporary Filter testingDaniel Gryniewicz2022-07-271-1/+1
* rgw: Remove straggling `using namespace std` from headersAdam C. Emerson2022-01-221-1/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-3/+3
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-5/+5
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-4/+4
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-1/+2
* common: remove data_dir_option in func global_initChangcheng Liu2020-09-091-1/+1
* rgw: remove unnecessary #include "rgw_rados.h"Kaleb S. KEITHLEY2020-08-101-1/+0
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-3/+3
* rgw: unitests and other tools fixesYehuda Sadeh2019-07-291-3/+0
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-1/+1
* rgw: remove all traces of cls replica_logCasey Bodley2018-04-261-1/+0
* global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-3/+8
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rgw: start resharding theardOrit Wasserman2017-06-051-1/+1
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-2/+3
* RGW:lifecycle feature[rebase]Ji Chen2016-07-221-1/+1
* rgw: a few sync thread init/finalization fixesYehuda Sadeh2016-02-121-1/+1
* global: add data_dir_option for all daemonsSage Weil2016-02-041-1/+1
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* Revert "LifeCycle feature"Yehuda Sadeh2015-12-091-1/+1
* LifeCycle featureJi Chen2015-12-081-1/+1
* use new api and fix some wrong flag callerYunchuan Wen2015-11-121-1/+1
* rgw: create a worker thread for object expirationYehuda Sadeh2015-08-271-25/+7
* rgw: split rgw-object-expirer.Radoslaw Zarzynski2015-08-271-136/+3
* rgw: make object removal atomic in rgw-object-expirer.Radoslaw Zarzynski2015-08-271-1/+1
* rgw: add garbage collector daemon for expired objects.Radoslaw Zarzynski2015-08-271-0/+255