mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
RGW - Make sure editor settings are correct for all files
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
This commit is contained in:
parent
329463b386
commit
90d0b934ac
@ -79,7 +79,7 @@ by section.
|
||||
header is:
|
||||
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
* Formatting > Conditionals:
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* create rgw admin user
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_ACL_H
|
||||
#define CEPH_RGW_ACL_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_ACL_S3_H
|
||||
#define CEPH_RGW_ACL_S3_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_ACL_SWIFT_H
|
||||
#define CEPH_RGW_ACL_SWIFT_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <errno.h>
|
||||
#include <iostream>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "include/rgw/librgw_admin_user.h"
|
||||
#include "rgw_admin_user.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* create rgw admin user
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "include/compat.h"
|
||||
#include "rgw_amqp.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_arn.h"
|
||||
#include "rgw_common.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/asio/write.hpp>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_ASIO_CLIENT_H
|
||||
#define RGW_ASIO_CLIENT_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_ASIO_FRONTEND_H
|
||||
#define RGW_ASIO_FRONTEND_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <array>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
|
||||
#ifndef CEPH_RGW_AUTH_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_AUTH_FILTERS_H
|
||||
#define CEPH_RGW_AUTH_FILTERS_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
|
||||
#ifndef CEPH_RGW_AUTH_KEYSTONE_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
|
||||
#ifndef CEPH_RGW_AUTH_REGISTRY_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_AUTH_S3_H
|
||||
#define CEPH_RGW_AUTH_S3_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_B64_H
|
||||
#define RGW_B64_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_BASIC_TYPES_H
|
||||
#define CEPH_RGW_BASIC_TYPES_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_BUCKET_H
|
||||
#define CEPH_RGW_BUCKET_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_cache.h"
|
||||
#include "rgw_perf_counters.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGWCACHE_H
|
||||
#define CEPH_RGWCACHE_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_MONGOOSE_H
|
||||
#define CEPH_RGW_MONGOOSE_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "common/config.h"
|
||||
#include "rgw_common.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_CIVETWEB_LOG_H
|
||||
#define CEPH_RGW_CIVETWEB_LOG_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_CLIENT_IO_H
|
||||
#define CEPH_RGW_CLIENT_IO_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_CLIENT_IO_DECOIMPL_H
|
||||
#define CEPH_RGW_CLIENT_IO_DECOIMPL_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <errno.h>
|
||||
#include <vector>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_compression.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_COMPRESSION_H
|
||||
#define CEPH_RGW_COMPRESSION_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "include/Context.h"
|
||||
#include "common/ceph_json.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_COROUTINE_H
|
||||
#define CEPH_RGW_COROUTINE_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "include/compat.h"
|
||||
#include "rgw_sal.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_CR_RADOS_H
|
||||
#define CEPH_RGW_CR_RADOS_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_cr_rest.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_CR_REST_H
|
||||
#define CEPH_RGW_CR_REST_H
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "common/errno.h"
|
||||
|
||||
#include "rgw_cr_tools.h"
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_CR_TOOLS_H
|
||||
#define CEPH_RGW_CR_TOOLS_H
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/**
|
||||
* Crypto filters for Put/Post/Get operations.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/**
|
||||
* Crypto filters for Put/Post/Get operations.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* rgw_crypt_sanitize.cc
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_RGW_CRYPT_SANITIZE_H_
|
||||
#define RGW_RGW_CRYPT_SANITIZE_H_
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <boost/utility/string_ref.hpp>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_DATA_SYNC_H
|
||||
#define CEPH_RGW_DATA_SYNC_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_common.h"
|
||||
#include "rgw_rados.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "common/async/completion.h"
|
||||
#include "rgw_dmclock_async_scheduler.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
*
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
*
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
*
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_DMCLOCK_SCHEDULER_CTX_H
|
||||
#define RGW_DMCLOCK_SCHEDULER_CTX_H
|
||||
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_dmclock_scheduler.h"
|
||||
#include "rgw_dmclock_sync_scheduler.h"
|
||||
#include "rgw_dmclock_scheduler_ctx.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
*
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_common.h"
|
||||
#include "rgw_log.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_ES_QUERY_H
|
||||
#define CEPH_RGW_ES_QUERY_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_fcgi.h"
|
||||
#include "acconfig.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_FCGI_H
|
||||
#define CEPH_RGW_FCGI_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "common/errno.h"
|
||||
#include "common/Throttle.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "include/compat.h"
|
||||
#include "include/rados/rgw_file.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_FILE_H
|
||||
#define RGW_FILE_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_FORMATS_H
|
||||
#define CEPH_RGW_FORMATS_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef RGW_FRONTEND_H
|
||||
#define RGW_FRONTEND_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_gc.h"
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_GC_H
|
||||
#define CEPH_RGW_GC_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "include/compat.h"
|
||||
#include "common/errno.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#ifndef CEPH_RGW_HTTP_CLIENT_H
|
||||
#define CEPH_RGW_HTTP_CLIENT_H
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
#include "rgw_http_client_curl.h"
|
||||
#include <mutex>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
// vim: ts=8 sw=2 smarttab ft=cpp
|
||||
|
||||
/*
|
||||
* Ceph - scalable distributed file system
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user