summaryrefslogtreecommitdiffstats
path: root/src/global (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: cache pthread namesPatrick Donnelly2024-10-251-1/+1
* global: Call getnam_r with a 64KiB buffer on the heapAdam Emerson2024-10-031-2/+7
* cmake: link against legacy-option-headers instead of depend on itKefu Chai2024-04-271-1/+1
* crimson: add set_val and rm_val to global conf.Rongqi Sun2023-12-121-0/+29
* test: fix Windows ::_creatLucian Petrut2023-11-221-0/+4
* blk/kernel: add plugin system for devices with compression and move VDO suppo...Martin Ohmacht2022-09-281-0/+8
* rgwlib: rework linkageMatt Benjamin2022-09-091-1/+1
* global: always disable log to stderr when redirected to /dev/null胡玮文2022-08-061-2/+1
* global: don't return EBADF if write to stderr/stdout胡玮文2022-08-061-1/+1
* global: cleanup stall comments胡玮文2022-08-061-12/+8
* RGW - Allow starting RGW/dbstore without connecting to MonsDaniel Gryniewicz2022-04-271-0/+4
* common: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* common/BackTrace: refactor into Clib and Py implementationsSage Weil2021-06-231-1/+1
* global/signal_handler: expose function to generate crash dumpSage Weil2021-06-232-50/+74
* *: always include <filesystem>Kefu Chai2021-06-091-7/+2
* Merge pull request #41154 from rzarzynski/wip-global-backtrace-bug-50647Kefu Chai2021-06-051-12/+28
|\
| * global: fault handlers cope with simultaneous faults now.Radoslaw Zarzynski2021-05-051-12/+28
* | cmake: let libglobal_obj depend on legacy-option-headersKefu Chai2021-05-041-0/+1
|/
* core: fix compiler warning due to difference in order of struct memebersWillem Jan Withagen2021-04-161-6/+6
* src/global/signal_handler.h: fix preprocessor logic for alpineDuncan Bellamy2021-02-251-2/+2
* src/*: do not pass cct to ceph_version_to_str()Kefu Chai2020-12-101-1/+1
* global: reexpand the conf meta in all the child processesXiubo Li2020-11-231-0/+3
* test: Use a config variable debug_version_for_testingDavid Zafman2020-11-121-1/+1
* Merge PR #32777 into masterJan Fajerski2020-11-091-2/+3
|\
| * global, common: Print config parse errorsLucian Petrut2020-10-281-1/+2
| * common: define DEV_NULLLucian Petrut2020-10-221-1/+1
* | common: remove useless log_early check condition hereChangcheng Liu2020-10-191-5/+0
|/
* global: Windows supportLucian Petrut2020-09-214-8/+82
* common: remove data_dir_option in func global_initChangcheng Liu2020-09-092-5/+2
* cmake: detect and use sigdescr_np() if availableDavid Disseldorp2020-09-011-3/+5
* global: don't override the pidfile-locking errno.Radoslaw Zarzynski2020-06-021-1/+2
* global: mark pidfile_write() with [[nodiscard]].Radoslaw Zarzynski2020-06-021-1/+1
* monc: Asifoact MonClientAdam C. Emerson2020-05-152-16/+6
* global: Build without using namespace declarations in headersAdam C. Emerson2020-03-223-8/+18
* crimson:add alien blue storeChunmei Liu2020-02-281-2/+2
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-284-10/+12
* global: ensure CEPH_ARGS is decoded before early arg processingJason Dillaman2020-01-241-0/+3
* cmake: do not include global_context.cc multiple timesKefu Chai2020-01-111-7/+2
* global/global_context: s/ceph::common/crimson::common/Kefu Chai2020-01-111-2/+5
* common: allow running without configJoao Eduardo Luis2019-12-021-1/+6
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-222-6/+16
* Merge pull request #16715 from adamemerson/wip-I-Object!Casey Bodley2019-11-192-16/+6
|\
| * monc: Asifoact MonClientAdam C. Emerson2019-11-042-16/+6
* | global: disable THP for Ceph daemonsPatrick Donnelly2019-11-131-0/+5
|/
* include/compat: add flags arg to pipe_cloexecSage Weil2019-10-011-2/+2
* global: update HOME environment variable when dropping privilegesJason Dillaman2019-08-221-9/+22
* Merge pull request #28012 from rouming/bootstrap-after-setuidKefu Chai2019-07-281-12/+22
|\
| * global/global_init: do first transport connection after setuid()Roman Penyaev2019-05-071-12/+22
* | src/: parser returns up to one errorKefu Chai2019-06-251-2/+2
* | global/global_context: always add '\0' after strncpy()Kefu Chai2019-06-031-2/+4
|/