summaryrefslogtreecommitdiffstats
path: root/src/global/pidfile.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: fix compiler warning due to difference in order of struct memebersWillem Jan Withagen2021-04-161-6/+6
* global: Windows supportLucian Petrut2020-09-211-0/+4
* global: don't override the pidfile-locking errno.Radoslaw Zarzynski2020-06-021-1/+2
* global: Build without using namespace declarations in headersAdam C. Emerson2020-03-221-0/+2
* global/pidfile: pass string_view instead of ConfigProxy to pidfile_write()Kefu Chai2019-05-061-19/+15
* *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-1/+1
* global: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-1/+1
* common: be more informative if set PID-file failsWillem Jan Withagen2018-08-211-2/+8
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-3/+3
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* src/global/pidfile.cc: Assign elements in structures individuallyWillem Jan Withagen2016-07-311-1/+6
* global: negative error return code for pidfh::write()xie xingguo2016-06-061-1/+1
* tests: test_pidfile.sh lingering processesLoic Dachary2016-02-251-1/+4
* global: do not start two daemons with a single pid-file (part 2)Loic Dachary2016-02-051-84/+142
* global/pidfile: do not start two daemons with a single pid-fileshun-s2016-01-261-37/+113
* compat: avoid unused warn with TEMP_FAILURE_RETRYNoah Watkins2014-02-231-2/+2
* pidfile: fix fd leak from pidfile_remove()Sage Weil2012-09-281-1/+1
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-0/+6
* Move signal, pidfile to globalColin Patrick McCabe2011-06-211-0/+92