summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads/src/io-threads.c
Commit message (Expand)AuthorAgeFilesLines
* Detach iot_worker to release its resourcesLiguang Li2019-11-061-0/+1
* io-threads: Prioritize fops with NO_ROOT_SQUASH pidSusant Palai2019-03-061-1/+3
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-011-6/+1
* performance/io-threads: Improve debuggability in statedumpVijay Bellur2019-01-071-6/+23
* multiple-files: clang-scan fixesAmar Tumballi2018-12-311-1/+1
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-0/+15
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-8/+8
* all: fix the format string exceptionsAmar Tumballi2018-11-051-1/+1
* xlators: some high severity coverity fixesBhumika Goyal2018-10-221-0/+2
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-121-11/+13
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-081-8/+43
* Land part 2 of clang-format changesGluster Ant2018-09-121-995/+973
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-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-281-1/+23
* 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-221-5/+195
* 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-081-30/+65
* 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
* 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
* performance/io-threads: Exit threads in fini() as wellPranith Kumar K2016-11-211-11/+30
* performance/io-threads: Exit all threads on PARENT_DOWNPranith Kumar K2016-10-231-17/+39
* io-threads: distribute work fairly among clientsJeff Darcy2016-07-281-11/+92
* io-threads: remove least-rate-limit option and codeJeff Darcy2016-07-281-85/+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
* Logging: Porting the performance translatorarao2015-06-271-22/+34
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+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