summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/quick-read: reset open_in_transit to zero in case of an error.Raghavendra G2011-06-221-0/+1
* performance/quick-read: Perform error handling only when GF_CALLOC failsVijay Bellur2011-06-221-1/+1
* performance/io-cache: fix the check of min and max file size.Amar Tumballi2011-06-081-1/+1
* performance/stat-prefetch: return ESTALE if inode's gfid is not the same as c...Raghavendra G2011-05-311-0/+9
* performance/write-behind: initialize lock in wb-file before wb-file is set in...branchpoint-3.2Raghavendra G2011-04-291-20/+26
* remove excessive logs due to log enhancementAmar Tumballi2011-04-132-2/+4
* CLI : Validate options farmework.Gaurav2011-03-234-268/+71
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-1/+1
* performance/stat-prefetch: logging enhancementsAmar Tumballi2011-03-171-417/+813
* performance/stat-prefetch: whitespace related changes to adhere to coding gui...Raghavendra G2011-03-173-220/+204
* performance/write-behind: logging enhancementsRaghavendra G2011-03-171-262/+453
* performance/write-behind: whitespace cleanup.Raghavendra G2011-03-171-492/+427
* performance/read-ahead: logging enhancements.Raghavendra G2011-03-172-80/+221
* performance/read-ahead: white space related changes to adhere to coding guide...Raghavendra G2011-03-174-912/+924
* performance/quick-read: logging enhancementsAmar Tumballi2011-03-171-54/+291
* performance/quick-read: propagate errors during open back to actual fops.Raghavendra G2011-03-171-19/+539
* performance/quick-read: whitespace related changes to adhere to coding guidel...Raghavendra G2011-03-173-341/+328
* performance/io-cache: logging enhancementsRaghavendra G2011-03-173-65/+172
* performance/io-cache: whitespace related changes to adhere to coding guidelines.Raghavendra G2011-03-174-740/+741
* 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