summaryrefslogtreecommitdiffstats
path: root/xlators/debug
Commit message (Expand)AuthorAgeFilesLines
* io-stats: fix BSD build failureAtin Mukherjee2015-11-021-1/+1
* debug/io-stats: Add FOP sampling featureRichard Wareing2015-11-012-28/+468
* xlators: add JSON FOP statistics dumps every N secondsRichard Wareing2015-10-083-105/+478
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-243-3/+3
* all: reduce "inline" usageJeff Darcy2015-09-012-3/+3
* debug/trace: Print total write size in trace_writevKrutika Dhananjay2015-08-311-2/+7
* build: do not #include "config.h" in each fileNiels de Vos2015-05-294-19/+0
* io-stats: Fixing dereference after null check.arao2015-04-101-1/+2
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-4/+4
* io-stats : null dereference coverity fix.Manikandan Selvaganesh2015-03-301-5/+7
* core: use gf_time_fmt() instead of localtime()+strftime()Kaleb S. KEITHLEY2014-11-201-37/+22
* xlator/io-stat: Check and copy loc->pathShyam2014-11-051-3/+9
* io-stats: Adding private data dumping methodVipul Nayyar2014-09-031-3/+74
* build: make GLUSTERD_WORKDIR rely on localstatedirHarshavardhana2014-08-071-2/+2
* debug/io-stats: Free conf on init failuresPranith Kumar K2014-06-301-15/+23
* libglusterfs: Don't allow '-0' as input value for numbersPranith Kumar K2014-06-221-0/+3
* logging: Introduce suppression of repetitive log messagesKrutika Dhananjay2014-04-301-0/+65
* debug/trace: Fix length issue found in compilationPranith Kumar K2014-04-291-44/+45
* build: MacOSX Porting fixesHarshavardhana2014-04-243-38/+39
* logging: Make logger and log format configurable through cliKrutika Dhananjay2014-04-111-0/+67
* debug/io-stats:fix compile warningRavishankar N2014-03-221-1/+1
* cli: Add options to the CLI that let the user control the reset ofDawit Alemu2014-01-241-21/+84
* cli: Add an option to fetch just incremental or cumulative I/0Dawit Alemu2013-12-032-19/+40
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+23
* cluster/afr : Implementation of command "gluster volume heal vn statistics"Venkatesh Somyajulu2013-10-141-1/+1
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+27
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+26
* debug/error-gen: Add support for reconfiguring options.Vijay Bellur2013-02-261-66/+102
* features: add a directory-protection translatorJeff Darcy2013-02-171-1/+1
* Debug/io-stats: Enable INFO level in syslogRaghavendra Talur2013-02-111-1/+1
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-073-3/+3
* debug/io-stats: Handle open failures gracefullyPranith Kumar K2013-01-231-1/+0
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-2/+1
* debug/trace: save the recent fops received in the event-historyRaghavendra Bhat2013-01-174-975/+1993
* debug/error-gen : Added dumpops to print private values of error-gen in the s...Avra Sengupta2012-11-291-0/+38
* debug/error-gen: add the short write pseudo-errorBrian Foster2012-11-192-5/+36
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-033-6/+9
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-033-6/+6
* build: remove -nostartfiles flagJeff Darcy2012-10-023-3/+3
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-013-3/+3
* CLI: Displaying time as N/A when unix time is 0Varun Shastry2012-09-171-3/+4
* All: License message changeVarun Shastry2012-09-136-42/+36
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-3/+4
* All: License message changeVarun Shastry2012-08-286-87/+32
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-1/+2
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-132-94/+47
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-292-54/+33
* debug/io-stats: if some dict operation fails then goto out instead of proceedingRaghavendra Bhat2012-06-171-2/+8
* debug/io-stats: do not store the string allocated from stack into dictRaghavendra Bhat2012-06-131-49/+55