summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache
Commit message (Expand)AuthorAgeFilesLines
...
* build: warning suppression (round n)Amar Tumballi2011-10-201-2/+16
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-44/+18
* performance/io-cache,quick-read: increase cache-size limitKaushal M2011-09-291-5/+54
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-182-280/+23
* Change Copyright current yearPranith Kumar K2011-08-105-5/+5
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-065-15/+15
* performance/io-cache: hold lock on ioc_inode whereever a page is being access...Raghavendra G2011-07-294-845/+947
* io-cache: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-15/+91
* 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
* performance/io-cache: fix annoying logs during reconfigureAmar Tumballi2011-05-271-53/+56
* remove excessive logs due to log enhancementAmar Tumballi2011-04-131-1/+2
* CLI : Validate options farmework.Gaurav2011-03-231-139/+17
* 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
* performance/io-cache: disable caching if indicated by NFS.v3.1.2gsyncqa4Raghavendra G2011-01-271-0/+1
* performance/io-cache: fix warnings due to format string mismatches during inv...Raghavendra G2010-12-121-20/+28
* NULL checks in the fops of io-cacheRaghavendra Bhat2010-10-261-7/+34
* Change assert to GF_ASSERTVijay Bellur2010-10-122-3/+3
* Copyright changesVijay Bellur2010-10-115-5/+5
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-071-4/+4
* Reply back to CLI on error, by validating each xlator's optsKaushik BV2010-10-051-0/+146
* Change GNU GPL to GNU AGPLPranith K2010-10-045-15/+15
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-2/+2
* check if the table is NULL before accessing itRaghavendra Bhat2010-10-011-1/+6
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-181-0/+159
* performance/io-cache: fix memory leak in ioc_mknod.Raghavendra G2010-09-141-0/+7
* performance/io-cache: Fix clang errors.Sachidananda2010-09-131-51/+37
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-5/+4
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+3
* performance/io-cache: Remove dead assignments.Sachidananda2010-08-231-5/+0
* performance/io-cache: Disable caching when files are opened with GF_OPEN_NOWBRaghavendra G2010-08-062-0/+6
* Delete dead assignments.Sachidananda2010-07-201-6/+1
* performance/io-cache: implement mknod fop.Raghavendra G2010-07-081-1/+85
* performance/io-cache: destroy table->mem_pool in fini.Raghavendra G2010-06-221-1/+8
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* performance/io-cache: Dump private informationVijay Bellur2010-04-291-0/+34
* Memory accounting changesVijay Bellur2010-04-234-46/+120
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-083-5/+14
* iatt: changes across the codebaseAnand V. Avati2010-03-164-52/+36
* performance/io-cache: set path in local during lookup.Raghavendra G2010-02-221-0/+40
* common-utils: gf_log2 handles 0 inputAnand Avati2010-02-221-1/+1
* performance/io-cache: cache only those files whose size falls under configure...Raghavendra G2010-01-252-64/+130
* Added null checks in "fini"Harshavardhana Ranganath2009-12-181-0/+3
* fixes to compile on MacOSX (no fuse client)Amar Tumballi2009-12-012-12/+13
* performance/io-cache: Hold locks on inode before creating rbt tree.Vijay Bellur2009-12-011-20/+29
* Changed rbthash_table_init() to take a mem-pool argument.Vijay Bellur2009-11-263-15/+58
* performance/io-cache: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-242-20/+26