summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/common-utils.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/dht: use readdir for fix-layout in rebalance (#2243)Pranith Kumar Karampuri2021-03-221-2/+26
* locks: remove unused conditional switch to spin_lock code (#2007)Vinayak hariharmath2021-01-191-5/+0
* avoiding memory allocation while printing traceRinku Kothiya2021-01-111-12/+3
* runner: moving to posix_spawnp instead of fork (#1644)Nikhil Ladha2020-12-021-3/+16
* enahancement/debug: Option to generate core dump without killing the process ...Vinayak hariharmath2020-11-231-0/+11
* libglusterfs: fix dict leakRavishankar N2020-09-011-8/+22
* Remove need for /proc on FreeBSDDaniel Morante2020-08-091-0/+9
* Use sysctl for get_mem_size() on FreeBSDDaniel Morante2020-08-091-1/+1
* libglusterfs: add library wrapper for time()Dmitry Antipov2020-08-101-3/+3
* glusterfs: infinite loop in common-utils.cSaju-Mohammed2020-08-041-16/+9
* dht - fixing xattr inconsistencyBarak Sason Rofman2020-07-071-0/+16
* libglusterfs, glusterd: tweak directory scanningDmitry Antipov2020-07-011-4/+3
* storage/posix, libglusterfs: library function to sync filesystemDmitry Antipov2020-06-221-0/+20
* Indicate timezone offsets in timestampsCsaba Henk2020-03-121-1/+1
* libglusterfs/common-utils: structure loggingyatipadia2019-11-171-121/+92
* common-utils.c: add gf_strn2boolean() functionYaniv Kaul2019-11-051-0/+68
* posix-helpers.c (and others): minor changes to posix_xattr_fill()Yaniv Kaul2019-10-201-2/+2
* libglusterfs: remove dependency of rpcAmar Tumballi2019-06-281-68/+0
* backup-volfile-server: ignore duplicate entriesAmar Tumballi2019-07-221-2/+4
* Replace usleep() with nanosleep()Vijay Bellur2019-06-201-0/+18
* multiple files: another attempt to remove includesYaniv Kaul2019-06-091-3/+0
* core: only log seek errors if SEEK_HOLE/SEEK_DATA is availableNiels de Vos2019-04-081-0/+4
* glusterfsd: Multiple shd processes are spawned on brick_mux environmentMohit Agrawal2019-03-011-1/+2
* glusterd: change the op-versionSanju Rakonde2019-03-081-1/+1
* core: make compute_cksum function op_version compatibleSanju Rakonde2019-03-041-5/+10
* glusterd: manage upgrade to current masterAmar Tumballi2018-12-171-5/+5
* core: make gf_thread_create() easier to useXavi Hernandez2019-01-241-30/+80
* afr/self-heal:Fix wrong type checkingRavishankar N2019-01-241-0/+23
* rpc: use address-family option from vol fileMilind Changire2019-01-221-2/+15
* core: Feature added to accept CidrIp in auth.allowRinku Kothiya2019-01-011-2/+32
* fix 32-bit-build-smoke warningsIraj Jamali2018-12-171-1/+1
* libglusterfs/common-utils.c: Fix buffer size for checksum computationVarsha Rao2019-01-091-2/+2
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-191-3/+7
* core: move invalid port logs to DEBUG log levelMilind Changire2018-12-121-1/+1
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-10/+10
* Coverity fix for calling risky function - fscanfPoornima G2018-11-221-1/+1
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-091-1/+1
* core: Portmap entries showing stale brick entries when bricks are downMohit Agrawal2018-11-061-1/+4
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-10-211-4/+0
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-09-251-16/+0
* Land part 2 of clang-format changesGluster Ant2018-09-121-3513/+3540
* features/uss: Use xxh64 to generate gfid instead of md5sumRaghavendra Manjunath2018-08-231-0/+170
* libglusterfs : fix coverity issues in common-utils.cSunny Kumar2018-08-131-6/+18
* libglusterfs/src/common-utils.c: Move to GF_MALLOC() instead of GF_CALLOC() w...Yaniv Kaul2018-08-081-7/+7
* Fix physical memory detection on NetBSDEmmanuel Dreyfus2018-08-201-1/+11
* libglusterfs/src/common-utils.c: strncpy -> sprintf, remove dead code.Yaniv Kaul2018-08-081-120/+5
* contrib: Remove gf_mkostemp copied from GLibCShyamsundarR2018-07-301-4/+12
* contrib/xxhash: update to latest xxHash (0.6.5)Yaniv Kaul2018-07-211-7/+8
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-3/+3
* logging: check for fmts not being NULLAmar Tumballi2018-07-131-2/+1