summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/write-behind: detect short writes and pend an EIO errorBrian Foster2012-07-251-1/+15
* performance/write-behind: preserve lk-owner while syncing writes.Raghavendra G2012-07-251-66/+143
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-136-32/+12
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-132-8/+39
* md-cache: cache SELinux and Posix ACL xattrs only if enabledAnand Avati2012-07-041-5/+56
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-292-8/+6
* io-cache,quick-read: bring down log levelAnand Avati2012-06-072-4/+5
* 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