summaryrefslogtreecommitdiffstats
path: root/src/test/librgw_file_gp.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/file: change function signature to match the one generated by cythonyuval Lifshitz2022-11-101-1/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-6/+3
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw_file: add librgw unit test argumentsMatt Benjamin2021-01-251-1/+24
* rgw_file: fix librgw_file_gp unit test and driverMatt Benjamin2020-12-161-0/+11
* test: do not include unnecessary includesKefu Chai2019-09-021-1/+0
* rgw_file: introduce fast S3 Unix stats (immutable)Matt Benjamin2019-06-281-2/+3
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* src: Fix typosimransinghal2018-03-251-1/+1
* rgw_file: introduce rgw_mount2 with a bucket name parameterGui Hecheng2017-07-221-2/+2
* rgw_file: introduce rgw_lookup type hintsMatt Benjamin2017-04-131-1/+2
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* rgw_file: fix/update rgw_open flag argumentsMatt Benjamin2016-08-121-1/+1
* test/librgw_file_*: use size_t* for rgw_read argSigned-off-by: Eric Lee2016-03-091-1/+1
* librgw: update rgw_* api calls so that all take a flags argMatt Benjamin2016-02-121-11/+13
* librgw: conditionally send '.' and '..' (rgw_readdir)Matt Benjamin2016-02-121-1/+1
* Fix copyright statements on new test driver files (Red Hat, Inc.)Matt Benjamin2016-02-121-1/+1
* librgw: fix size computation in RGWStatObjRequestMatt Benjamin2016-02-121-1/+15
* librgw: introduce RGW_LOOKUP_FLAG_CREATEMatt Benjamin2016-02-121-1/+1
* librgw_file_gp: check test state before closing null fh handleMatt Benjamin2016-02-121-4/+12
* librgw_file_gp: don't leak a buffer::listMatt Benjamin2016-02-121-2/+1
* librgw: checksum verify writev/readv read-after-writeMatt Benjamin2016-02-121-15/+58
* librgw: really make hexdump optional, set resid in readv unit testMatt Benjamin2016-02-121-6/+17
* librgw: fix 2 dout problemsMatt Benjamin2016-02-121-2/+8
* librgw: try-implement rgw_readv/rgw_writevMatt Benjamin2016-02-121-12/+85
* librgw: improve rgw_write and add WRITE_READ_VERIFYMatt Benjamin2016-02-121-3/+29
* librgw: rework library CephContext* and initMatt Benjamin2016-02-121-1/+1
* librgw: implement RGWGetObjRequestMatt Benjamin2016-02-121-6/+29
* librgw: add --prelist to gp to prime cacheMatt Benjamin2016-02-121-5/+45
* librgw: fix rgw_open param names and invocationMatt Benjamin2016-02-121-6/+12
* librgw: fs->root_fh is a pointer (and assign it)Matt Benjamin2016-02-121-1/+1
* librgw: add ZPage/ZPageSet abstraction (gp unit tests)Matt Benjamin2016-02-121-0/+75
* librgw: rgw_file_handle refactor, plus get/putMatt Benjamin2016-02-121-0/+158