summaryrefslogtreecommitdiffstats
path: root/xlators/debug/io-stats/src/io-stats.c
Commit message (Expand)AuthorAgeFilesLines
* xlators: prefer libglusterfs time APIDmitry Antipov2020-09-071-13/+4
* libglusterfs: fix dict leakRavishankar N2020-09-041-2/+5
* debug/io-stats: simplify and cleanup internal time managementDmitry Antipov2020-08-241-45/+32
* libglusterfs: add functions to calculate time differenceDmitry Antipov2020-08-211-6/+2
* Indicate timezone offsets in timestampsCsaba Henk2020-06-151-25/+11
* multiple xlators: reduce key lengthYaniv Kaul2020-01-141-13/+14
* debug/io-stats: add an option to set volume-idAmar Tumballi2019-11-291-0/+13
* libglusterfs: remove dependency of rpcAmar Tumballi2019-08-161-11/+21
* core: Log level changes do not effect on running client processMohit Agrawal2019-04-151-9/+13
* core: implement a global thread poolXavi Hernandez2019-02-181-1/+40
* Don't depend on string options to be valid alwaysPranith Kumar K2018-12-171-11/+11
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-121-0/+27
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-0/+15
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-9/+9
* debug/io-stats: Fix json outputChris Holcombe2018-12-051-33/+29
* clang: Fix io-stats.c NULL pointer issue reported by clangShyamsundarR2018-12-031-5/+6
* io-stats: prevent taking file dump on server sideAmar Tumballi2018-11-051-0/+9
* glusterfs: During reconfigure set log-level per xlator levelMohit Agrawal2018-10-241-1/+31
* debug/io-stats: io stats filenames contain garbageN Balachandran2018-10-171-4/+23
* Multiple xlators: perform gettimeofday() not under lockYaniv Kaul2018-10-161-1/+6
* Land part 2 of clang-format changesGluster Ant2018-09-121-3550/+3292
* io-stats: dump io-stats info in /var/run/glusterAmar Tumballi2018-09-051-9/+25
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-8/+0
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* io-stats: Terminate dump thread when dump interval is set to 0ShyamsundarR2018-07-091-1/+11
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-271-1/+0
* xlators/features/namespace: Add namespace xlator and link into brick graphVarsha Rao2018-02-211-1/+1
* Revert "glusterfsd: Memleak in glusterfsd process while brick mux is on"Mohit Agrawal2018-02-191-0/+1
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-151-1/+0
* performance/io-threads: expose io-thread queue depthsVarsha Rao2018-02-081-0/+27
* debug/io-stats: io-stats options for GD2Krutika Dhananjay2018-01-261-0/+54
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-17/+12
* debug/io-stats: Adding stat for weighted & unweighted average latencyRichard Wareing2017-12-091-0/+32
* libglusterfs: specify ctx in gf_log_set_loglevelZhang Huan2017-12-061-2/+2
* Revert "debug/io-stats: Append stats for each interval in the same file"cholcombe9732017-11-201-1/+1
* libglusterfs/atomic: Improved atomic supportXavier Hernandez2017-11-141-2/+2
* debug/io-stats: Coverity fix in io-statsAshish Pandey2017-11-131-13/+29
* stack: change gettimeofday() to clock_gettime()Amar Tumballi2017-11-061-11/+11
* xlators/io-stats: Coverity Fix CHECKED_RETURN in resolve_group_nameMohammed Azhar Padariyakam2017-10-031-2/+3
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-4/+4
* common-utils: Remove fop_enum_to_string, get_fop_intPranith Kumar K2017-07-181-1/+1
* debug/io-stats: Append stats for each interval in the same fileKrutika Dhananjay2017-07-061-1/+1
* debug/io-stats: Provide option to select stats output formatKrutika Dhananjay2017-06-151-10/+40
* io-stats: fix some memory leak after finiKinglong Mee2017-04-271-0/+4
* io-stats: use gf_atomic_t instead of partial atomic variablesNiels de Vos2017-04-101-355/+392
* libglusterfs: provide standardized atomic operationsNiels de Vos2017-04-051-1/+7
* events: use attribute(format(/printf)) to catch fmt string errorsKaleb S. KEITHLEY2017-02-261-2/+2
* Added the missing FOPs in the io-stats xlatormenakamohan2017-02-051-0/+168
* io-stats: Add stats for upcall notificationsv3.10devPoornima G2016-08-311-0/+87
* core: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-3/+2