summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/io-cache: fix deadlock in ioc_fault_cbkv3.1.6qa4Raghavendra G2011-08-051-21/+2
* performance/io-cache: hold lock on ioc_inode whereever a page is being access...Raghavendra G2011-07-295-1592/+1697
* performance/quick-read: Handle unwinding of frameRaghavendra G2011-07-291-115/+220
* quick-read: Fix dirname(3) usageAnand Avati2011-07-291-5/+6
* performance/quick-read: Perform error handling only when GF_CALLOC failsVijay Bellur2011-07-291-1/+1
* performance/quick-read: dump inode and fdctx during statedump.Raghavendra G2011-07-291-0/+126
* performance/quick-read: propagate errors during open back to actual fops.Raghavendra G2011-07-293-360/+867
* write-behind: changes in volume_options to assistKaushik BV2011-07-171-4/+40
* quick-read: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-171-1/+20
* io-threads: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-171-8/+26
* io-cache: changes in volume_options to assist volumeKaushik BV2011-07-171-22/+97
* io-threads: Initialize mutex and condshishir gowda2011-07-171-0/+12
* performance/quick-read: reset open_in_transit to zero in case of an error.v3.1.6qa1Raghavendra G2011-07-121-0/+1
* Fixed improper output when 'min-file-size' is more than 'max-file-size' in vo...Rahul2011-06-081-1/+1
* performance/io-cache: fix the check of min and max file size.Amar Tumballi2011-06-081-8/+10
* performance/write-behind: initialize lock in wb-file before wb-file is set in...Raghavendra G2011-05-311-25/+31
* performance/stat-prefetch: return ESTALE if inode's gfid is not the same as c...Raghavendra G2011-05-311-0/+9
* performance/io-cache: Whitespace cleanupVijay Bellur2011-02-281-205/+201
* check the op_ret for less than zero in sp_create_cbk since posix can send neg...Raghavendra Bhat2011-02-221-1/+1
* io-threads: use slow/normal/fast classification of fopsAnand Avati2011-02-221-168/+75
* io-threads: implement bulk and priority queuesAnand Avati2011-02-222-12/+55
* io-threads: whitespace cleanupAnand Avati2011-02-221-12/+9
* performance/quick-read: disable caching for fds opened with GF_OPEN_NOWB flags.Raghavendra G2011-02-181-2/+4
* performance/io-cache: disable caching if indicated by NFS.v3.1.2gsyncqa4Raghavendra G2011-01-271-0/+1
* performance/quick-read: Fix unwinding of same frame twice when qr_loc_fill fa...v3.1.2qa4Raghavendra G2011-01-111-42/+22
* check the value of op_ret pointer not the addressRaghavendra Bhat2011-01-071-1/+1
* performance/io-threads: implement rchecksum fop.Raghavendra G2010-12-141-0/+52
* performance/quick-read: fix warnings due to format string mismatches during i...Raghavendra G2010-12-121-1/+1
* performance/io-cache: fix warnings due to format string mismatches during inv...Raghavendra G2010-12-121-20/+28
* performance/io-threads: fix warnings due to format string mismatches during i...Raghavendra G2010-12-121-4/+6
* performance/write-behind: fix warnings due to format string mismatches during...Raghavendra G2010-12-121-11/+11
* stat-prefetch: changes to incorporate gfidv3.1.1qa11Anand Avati2010-11-251-1/+7
* performance/quick-read: handle the errors in qr_loc_fill properly when an fop...v3.1.1qa6Raghavendra G2010-11-131-2/+24
* Remove the hard-coded thread-count option in volgenKaushik BV2010-11-071-1/+1
* performance/quick-read: white space cleanupVijay Bellur2010-10-281-110/+110
* performance/quick-read: set right validation checksVijay Bellur2010-10-281-2/+2
* NULL checks in the fops of io-cacheRaghavendra Bhat2010-10-261-7/+34
* Change assert to GF_ASSERTVijay Bellur2010-10-125-6/+6
* Copyright changesVijay Bellur2010-10-1117-17/+17
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-082-1/+5
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-073-7/+74
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-054-2/+343
* mgmt/Glusterd : Reply to CLI error: graph constructionKaushik BV2010-10-051-0/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-0421-63/+63
* stat-prefetch: reduce the stat-prefetch mem-pool sizeAmar Tumballi2010-10-041-1/+1
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-022-11/+11
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-014-12/+12
* check if the table is NULL before accessing itRaghavendra Bhat2010-10-011-1/+6
* io-threads: fix NULL dereference in 'reconfigure()'Amar Tumballi2010-09-271-6/+5
* performance/quick-read: fix memory leaks.Raghavendra G2010-09-221-3/+1