summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads/src/io-threads.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: s/GNU Affero General Public/GNU General Public/v3.1.6qa6Pranith Kumar K2011-08-061-3/+3
* io-threads: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-171-8/+26
* io-threads: Initialize mutex and condshishir gowda2011-07-171-0/+12
* io-threads: use slow/normal/fast classification of fopsAnand Avati2011-02-221-168/+75
* io-threads: implement bulk and priority queuesAnand Avati2011-02-221-11/+45
* io-threads: whitespace cleanupAnand Avati2011-02-221-12/+9
* performance/io-threads: implement rchecksum fop.Raghavendra G2010-12-141-0/+52
* performance/io-threads: fix warnings due to format string mismatches during i...Raghavendra G2010-12-121-4/+6
* Copyright changesVijay Bellur2010-10-111-1/+1
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-051-0/+42
* mgmt/Glusterd : Reply to CLI error: graph constructionKaushik BV2010-10-051-0/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-4/+4
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-3/+3
* io-threads: fix NULL dereference in 'reconfigure()'Amar Tumballi2010-09-271-6/+5
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-181-0/+41
* io-threads: return -1 in case of 'init()' failuresAmar Tumballi2010-09-131-1/+1
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+5
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+6
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+5
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+4
* log added in case of invalid options provided for the io-threads volumeKaushik BV2010-08-121-3/+10
* Remove dead variables reported by clang.Sachidananda2010-08-021-1/+1
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-061-53/+0
* io-threads: initialize conf->w_attrAnand Avati2010-06-221-0/+2
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* Memory accounting changesVijay Bellur2010-04-231-3/+22
* iatt: changes across the codebaseAnand V. Avati2010-03-161-36/+36
* io-threads: more fixesAnand Avati2010-02-271-6/+13
* io-threads: single queue/multi-thread modelAnand Avati2010-02-221-836/+140
* performance/io-threads: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-90/+102
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* io-threads: Support readdirp fopShehjar Tikoo2009-10-061-0/+51
* io-threads: NFS-friendly logic changesShehjar Tikoo2009-10-011-25/+31
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-22/+36
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-207/+33
* Add iot_fxattrop to io-threadsPavan Sondur2009-09-171-0/+1
* io-threads: Fix missed notification in sem_timedwaitShehjar Tikoo2009-06-111-3/+2
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-211-0/+1
* io-threads: Use boolean enums instead of integer 1Shehjar Tikoo2009-05-201-2/+2
* io-threads: Change mutexes/condvars to spinlocks/semaphoresShehjar Tikoo2009-05-201-34/+72
* io-threads: Support mem-pool allocator for iot_request_tShehjar Tikoo2009-05-201-23/+29
* io-threads: Add graceful shutdown of worker threadsRaghavendra G2009-05-201-22/+73
* io-threads: handle memory allocation failuresRaghavendra G2009-05-201-197/+760
* io-threads: Clarify thread count rangeShehjar Tikoo2009-05-051-15/+21
* io-threads: indentation and logging fixesRaghavendra G2009-05-051-113/+155
* io-threads: Add fxattrop fopShehjar Tikoo2009-04-221-666/+565
* io-threads: Add xattrop fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add readdir fopShehjar Tikoo2009-04-221-0/+36
* io-threads: Add removexattr fopShehjar Tikoo2009-04-221-0/+45