summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* For systems where O_DIRECTORY does not exist, we defined it as 0,Emmanuel Dreyfus2011-08-121-1/+1
* Change Copyright current yearPranith Kumar K2011-08-1021-21/+21
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-0621-63/+63
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-311-5/+7
* performance/io-cache: hold lock on ioc_inode whereever a page is being access...Raghavendra G2011-07-294-845/+947
* performance/quick-read: Handle unwinding of frame corresponding to read fop p...Raghavendra G2011-07-291-115/+220
* io-threads: Initialize mutex and condshishir gowda2011-07-171-0/+12
* write-behind: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-4/+43
* quick-read: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-1/+20
* io-threads: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-8/+26
* io-cache: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-15/+91
* performance/quick-read: Perform error handling only when GF_CALLOC failsVijay Bellur2011-06-221-1/+1
* performance/quick-read: reset open_in_transit to zero in case of an error.Raghavendra G2011-06-221-0/+1
* performance-translators: print path to file while dumping fdctx.Raghavendra G2011-06-142-1/+19
* performance/read-ahead: dump pages in read-ahead cache.Raghavendra G2011-06-141-0/+91
* performance/stat-prefetch: dump cache and list of ops waiting for lookup comp...Raghavendra G2011-06-141-0/+178
* performance/quick-read: dump inode and fdctx during statedump.Raghavendra G2011-06-141-0/+126
* performance/io-cache: print cache information during state dump.Raghavendra G2011-06-143-10/+156
* performance/io-cache: fix the check of min and max file size.Amar Tumballi2011-06-081-1/+1
* Fix typo in log message related to io-threads.Sachidananda2011-05-311-3/+3
* performance/stat-prefetch: return ESTALE if inode's gfid is not the same as c...Raghavendra G2011-05-311-0/+9
* quick-read: Fix dirname(3) usageAnand Avati2011-05-301-5/+6
* stat-prefetch: fix dirname(3) usageAnand Avati2011-05-301-2/+8
* performance/io-cache: fix annoying logs during reconfigureAmar Tumballi2011-05-271-53/+56
* 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.Raghavendra G2011-01-271-0/+1
* performance/quick-read: Fix unwinding of same frame twice when qr_loc_fill fa...Raghavendra 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