summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* performance/io-cache: don't use stat got in read_cbk if it is zero-filled.Raghavendra G2009-11-202-16/+29
* performance/io-cache: change the data-types to be big enough to hold size of ...Raghavendra G2009-10-302-5/+5
* performance/io-cache: change the hash function used for rbtree based hash table.Raghavendra G2009-10-292-12/+16
* libglusterfs/rbtree: change rbthash_init_table to take no of expected entries...Raghavendra G2009-10-281-4/+9
* performance/io-cache: fix memory leak.Raghavendra G2009-10-281-0/+1
* performance/io-cache: fix double free.Raghavendra G2009-10-281-1/+1
* performance/io-cache: change data structure used to store page-cache.Raghavendra G2009-10-285-69/+90
* performance/io-cache: remove caching in lookup.Raghavendra G2009-10-151-219/+0
* io-cache: NFS-friendly changesShehjar Tikoo2009-10-141-3/+4
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-074-5/+5
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-9/+35
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-35/+19
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* 2.0.6 patch for io-cache pattern-matched non-cachingStephan von Krawczynski2009-09-151-5/+23
* fix build warnings in 'io-cache'Amar Tumballi2009-07-201-1/+7
* io-cache: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* io-cache: handle memory allocation failuresRaghavendra G2009-06-114-65/+373