summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_file.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rgw: remove unnecessary #include "rgw_rados.h"Kaleb S. KEITHLEY2020-08-101-1/+0
* Zipper ObjectDaniel Gryniewicz2020-07-171-14/+15
* common/bl, *: deprecate list::claim() in favor of operator=(list&&).Radoslaw Zarzynski2020-06-291-1/+1
* Zipper - RGWUserDaniel Gryniewicz2020-01-171-23/+39
* Merge pull request #29852 from cbodley/wip-41395Casey Bodley2019-09-031-6/+0
|\
| * rgw: remove bucket reshard checks from write operationsCasey Bodley2019-08-231-6/+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-5/+5
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-0/+2
|\
| * rgw: move manifest code around, initial tier separationYehuda Sadeh2019-07-291-0/+2
* | rgw_file: dont deadlock in advance_mtime()Matt Benjamin2019-08-091-5/+12
|/
* rgw: thread yield context through writing of head objAli Maredia2019-07-081-1/+1
* rgw: thread option_yield through bucket index transaction prepareAli Maredia2019-07-081-1/+2
* Merge pull request #28632 from linuxbox2/wip-rgwfile-advexpMatt Benjamin2019-07-011-0/+17
|\
| * rgw_file: advance_mtime() should consider namespace expirationMatt Benjamin2019-06-181-0/+17
* | rgw_file: introduce fast S3 Unix stats (immutable)Matt Benjamin2019-06-281-8/+65
|/
* Merge pull request #28451 from linuxbox2/wip-rgwfile-dirinvMatt Benjamin2019-06-101-1/+1
|\
| * rgw_file: all directories are virtual with respect to contentsMatt Benjamin2019-06-071-1/+1
* | rgw_file: permit lookup_handle to lookup root_fhMatt Benjamin2019-06-061-7/+15
|/
* rgw_file: pretty-print fh_keyMatt Benjamin2019-06-051-0/+9
* rgw_file: include tenant in hashes of objectMatt Benjamin2019-06-051-5/+5
* rgw_file: include tenant when hashing bucket namesMatt Benjamin2019-06-051-5/+13
* rgw: add optional_yield to PutObjProcessorsCasey Bodley2019-04-241-1/+1
* rgw: log refactoring for putobj_processorAli Maredia2019-04-221-1/+1
* Merge pull request #26439 from taoCH/wip-fix-librgw-empty-etagJ. Eric Ivancich2019-04-031-0/+12
|\
| * rgw_file: save etag and acl info in setattrtaoCH2019-02-191-0/+12
* | rgw: pubsub add perf counters. fix error handlingYuval Lifshitz2019-02-131-0/+1
* | rgw: tighten storage_class assignmentYehuda Sadeh2019-01-041-0/+1
|/
* common: modernize and refactor occurrences of bufferlist::buffers_t.Radoslaw Zarzynski2018-12-011-1/+1
* common: abstract the container type of bufferlist::_buffers.Radoslaw Zarzynski2018-12-011-1/+1
* Merge pull request #19684 from taoCH/wip-librgw-symbolic-linkYuri Weinstein2018-11-201-0/+163
|\
| * librgw: support symbolic linktaoCH2018-11-071-0/+163
* | Merge pull request #24846 from taoCH/wip-fix-librgw-quota-checkYuri Weinstein2018-11-191-1/+12
|\ \
| * | librgw: not check max_objects when creating filetaoCH2018-10-311-1/+12
| |/
* | rgw: don't include rgw_zone.h in svc_zone.hYehuda Sadeh2018-11-081-0/+1
* | rgw: minor adjustmentsYehuda Sadeh2018-11-081-1/+1
|/
* rgw: rgw_file uses AtomicObjectProcessorCasey Bodley2018-10-161-57/+28
* rgw: temporarily disable putobj filtersCasey Bodley2018-10-161-9/+11
* common: Call ceph_abort(), not abort()Adam C. Emerson2018-08-271-1/+1
* rgw: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-5/+5
* rgw: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* rgw: use coarse_real_clock for req_state::timeCasey Bodley2018-05-091-2/+1
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* src/rgw/rgw_file.cc: fix lock_guard usageDanny Al-Gaaf2018-04-261-1/+1
* Merge pull request #20834 from linuxbox2/wip-linkedCasey Bodley2018-04-121-0/+5
|\
| * rgw_file: conditionally unlink handles when direct deletedMatt Benjamin2018-03-101-0/+5
* | misc: fix various log messagesGu Zhongyan2018-04-091-1/+1
|/
* Merge pull request #20093 from supriti/wip_rgw_ganesha_dfMatt Benjamin2018-02-201-12/+21
|\
| * RGW-NFS: Use rados cluster_stat to report filesystem usageSupriti Singh2018-01-291-12/+21
* | Merge pull request #20145 from linuxbox2/rgwf-deref-readdir-offMatt Benjamin2018-02-051-1/+1
|\ \