summaryrefslogtreecommitdiffstats
path: root/src/common/util.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/util: do not print error if VERSION_ID is missingKefu Chai2017-09-181-1/+1
* common/util: port collect_sys_info() to osxKefu Chai2017-09-161-2/+34
* os,common: check __APPLE__ for osx not DARWINKefu Chai2017-09-161-1/+1
* common: add bytes2str pretty print functionPatrick Donnelly2017-09-131-0/+16
* common: Remove redundant includesJos Collin2017-05-171-2/+0
* core: Prefix /proc/ with FreeBSD emulationWillem Jan Withagen2017-04-051-2/+3
* common: Change cleanbin() to use base64 encoding, update ceph-objectstore-toolDavid Zafman2016-11-091-18/+31
* common: Move cleanbin() function to common/util.ccDavid Zafman2016-11-091-0/+23
* Merge pull request #11365 from badone/wip-lsb_release-removeYuri Weinstein2016-10-311-29/+2
|\
| * common: Remove the runtime dependency on lsb_releaseBrad Hubbard2016-10-071-29/+2
* | common: move ceph_version up into collect_sys_infoJohn Spray2016-09-291-0/+4
|/
* common/util: add support for distro info from /etc/os-release fileJohn Coyle2016-04-061-22/+74
* common: remove unused buf_is_zeroPiotr Dałek2016-01-121-20/+0
* compat: include proper headers for FreeBSDYan, Zheng2015-09-111-1/+1
* common/util: include sys/param.h and mount.h on DARWINDennis Schafroth2015-08-311-0/+5
* mon: add 'node ls {all,mds,mon,osd}' asokKefu Chai2015-05-071-0/+18
* osd: extract collect_sys_info() out of OSD::_collect_metadata()Kefu Chai2015-05-071-0/+109
* common: util: add get_fs_stats() functionJoao Eduardo Luis2014-09-221-0/+22
* Use 'k' when printing 'kilo'; accept either 'K' or 'k' as inputDan Mick2013-10-011-0/+1
* common: util: add 'unit_to_bytesize()' functionJoao Eduardo Luis2013-03-301-0/+69
* librbd: move buf_is_zero() to new common/util.cc and include/util.hDan Mick2012-12-221-0/+36