summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/md-cache: make cache timeout reconfigurable via cliRaghavendra Bhat2012-05-291-3/+3
* performance/quick-read: fix race-conditions in qr_unlink.Raghavendra G2012-05-233-46/+80
* performance/md-cache: use mdc_fsetattr_cbk as the callback if setattr is on a fdRaghavendra Bhat2012-05-211-1/+1
* mount/fuse: Use state->lk_lock to print lock information on EAGAIN.Mohammed Junaid2012-05-151-1/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-1020-283/+103
* quick-read, md-cache: selectively cache xattr data to conserve memoryBrian Foster2012-05-082-7/+94
* core: coverity issues fixedAmar Tumballi2012-04-231-4/+6
* clean up handling of special client pidsCsaba Henk2012-04-231-1/+1
* performance/io-threads: Change the thread scaling logic.Pranith Kumar K2012-04-202-6/+8
* performance/quick-read: disable reading from cache if unlink hasRaghavendra G2012-04-181-0/+4
* md-cache: fix dict memory leak in mdc_inode_xatt_updateBrian Foster2012-04-121-2/+0
* md-cache: fix time comparison to support 0 timeoutBrian Foster2012-04-021-2/+2
* performance/quick-read: open shouldn't be worried about checkingRaghavendra G2012-04-022-73/+0
* performance/io-cache: Enhance state-dump outputshishir gowda2012-04-011-4/+10
* performance/quick-read: fix build errors.Raghavendra G2012-03-282-9/+13
* performance/quick-read: make unlink aware of open-behind behaviour of quick-r...Raghavendra G2012-03-283-24/+336
* performance/write-behind: queue setattr fop with writes always.v3.3.0qa32Raghavendra G2012-03-271-8/+1
* core: adding extra data for fopsAmar Tumballi2012-03-2210-786/+887
* performance/read-ahead: destroy pages which survived from being flushedRaghavendra G2012-03-203-2/+10
* performance/io-cache: destroy the pages which survived inRaghavendra G2012-03-202-0/+6
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-181-1/+1
* performance/io-cache: cleanup the xlator private data completely in fini.Raghavendra G2012-03-141-1/+16
* performance/read-ahead: cleanup xlator private data completely in fini.Raghavendra G2012-03-141-2/+5
* performance/quick-read: implement finiRaghavendra G2012-03-141-0/+51
* performance/io-cache: store op_errno in page.Raghavendra G2012-03-144-4/+8
* Print non-zero timestamps in statedumpv3.3.0qa27Vijay Bellur2012-03-112-10/+15
* performance/io-cache: pass appropriate op_errno even during successfulRaghavendra G2012-03-084-11/+21
* performance/io-cache: move mem-pool initialisation to init.Raghavendra G2012-03-081-24/+13
* Fix memory leaks found in readdirVijay Bellur2012-03-011-0/+2
* perf/md-cache: hold lock on modification of md_cache structureAmar Tumballi2012-02-291-36/+69
* mempool: adjustments in pool sizesAmar Tumballi2012-02-224-4/+4
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-2110-81/+79
* features/md-cache: Change strdup to gf_strdupVijay Bellur2012-02-211-1/+1
* Honor O_SYNC etc. properly.Jeff Darcy2012-02-211-2/+28
* performance/md-cache: Add mem_acct_initPranith Kumar K2012-02-201-0/+8
* md-cache: replace stat-prefetch with md-cache in a backward compatible wayAnand Avati2012-02-207-4426/+10
* md-cache: meta-data caching translatorAnand Avati2012-02-205-1/+1813
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-202-0/+4
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-148-138/+122
* read-ahead: add performance.read-ahead--page-count option to 'volume set' fra...Kaushik BV2012-02-031-42/+25
* performanc/stat-prefetch: check if loc->gfid is present before checking loc->...Raghavendra Bhat2012-02-021-5/+10
* Fix race between read-ahead and write.Jeff Darcy2012-01-303-26/+68
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+49
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-253-9/+46
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-204-141/+84
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-163-6/+6
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-163-103/+65
* build: warning suppression (round n)Amar Tumballi2011-10-201-2/+16
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-015-213/+93
* performance/io-cache,quick-read: increase cache-size limitKaushal M2011-09-292-11/+106