summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads
Commit message (Expand)AuthorAgeFilesLines
* Revert "glusterfsd: Memleak in glusterfsd process while brick mux is on"Mohit Agrawal2018-05-251-3/+3
* Revert "gluster: Sometimes Brick process is crashed at the time of stopping b...Mohit Agrawal2018-05-251-1/+1
* gluster: Sometimes Brick process is crashed at the time of stopping brickMohit Agrawal2018-04-191-1/+1
* xlators/performance: Add pass-through optionVarsha Rao2018-04-111-0/+13
* perfomance/io-threads: Add option to disable client disconnect featureVarsha Rao2018-02-282-1/+24
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-271-3/+3
* performance/io-threads: nuke everything from a client when it disconnectsVarsha Rao2018-02-271-2/+37
* performance/io-threads: Add threads to priority based stagnant queuesVarsha Rao2018-02-222-5/+200
* xlators/features/namespace: Add namespace xlator and link into brick graphVarsha Rao2018-02-211-47/+11
* Revert "glusterfsd: Memleak in glusterfsd process while brick mux is on"Mohit Agrawal2018-02-191-1/+2
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-151-2/+1
* io-threads: Implement put fopPoornima G2018-02-121-0/+13
* performance/io-threads: expose io-thread queue depthsVarsha Rao2018-02-082-45/+70
* core: add some examples of site.h usageJeff Darcy2018-01-301-1/+1
* performance/io-threads: Fix checked_return coverity errorVarsha Rao2018-01-181-5/+18
* performance/io-threads: volume option fixes for GD2Pranith Kumar K2018-01-031-0/+19
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-83/+13
* performance/io-threads: Reduce the number of timing calls in iot_workerMax Rijevski2017-12-071-3/+4
* rio/everywhere: add icreate/namelink fopSusant Palai2017-12-051-0/+2
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-1/+5
* glusterfs: Not able to mount running volume after enable brick mux and stoppe...Mohit Agrawal2017-05-311-1/+2
* libglusterfs: fix race condition in client_ctx_setZhou Zhengping2017-05-121-2/+4
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-011-1/+1
* performance/io-threads: Exit threads in fini() as wellPranith Kumar K2016-11-212-11/+32
* performance/io-threads: Exit all threads on PARENT_DOWNPranith Kumar K2016-10-232-17/+40
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-1/+2
* io-threads: distribute work fairly among clientsJeff Darcy2016-07-283-13/+107
* io-threads: remove least-rate-limit option and codeJeff Darcy2016-07-282-96/+2
* io-threads.c: add serveral fops support in io-threadsZhou Zhengping2016-07-171-8/+45
* io-threads: add setactivelk () fopSusant Palai2016-05-011-0/+1
* io-threads: add getactivelk () fopSusant Palai2016-05-011-0/+1
* io-threads: Add lease() fopPoornima G2016-04-211-0/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-241-1/+1
* feature/performace: Fix broken buildKotresh HR2015-06-281-1/+1
* Logging: Porting the performance translatorarao2015-06-272-22/+137
* build: do not #include "config.h" in each fileNiels de Vos2015-05-292-10/+0
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-0/+1
* performance/io-threads: Fix static analysis errorPranith Kumar K2014-10-201-4/+2
* performance/io-threads: Remove code duplicationPranith Kumar K2014-02-241-1896/+78
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-2/+2
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+51
* core: block unused signals in created threadsAnand Avati2013-09-251-1/+1
* performance/io-threads: fix potential use after free crashBrian Foster2013-08-011-1/+1
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+52
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+52
* performance/io-threads: Fix range-check for least-rate-limitPranith Kumar K2013-03-211-0/+1
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-2/+1
* perf/io-threads: least-rate-limit least priority throttlingBrian Foster2012-11-212-2/+94