summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed unused option 'page-size' in io-cacheAmar Tumballi2009-06-091-5/+0
* io-cache: prevent frames from getting woken up while page is getting validatedAnand Avati2009-06-031-1/+1
* io-cache logging level fixesAnand V. Avati2009-05-054-33/+32
* io-cache: indentation and logging fixesRaghavendra G2009-05-054-509/+426
* iobuf - account with iobref_size() instead of iov_length (vector)Anand V. Avati2009-04-172-5/+9
* use ctx->page_size in all translators and transports instead of having their ...Anand V. Avati2009-04-131-19/+1
* updated performance/io-cache with new readv writev prototypesAnand V. Avati2009-04-123-34/+41
* fixed deadlock in io-cacheVikas Gorur2009-03-071-6/+3
* code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...Raghavendra G2009-03-051-22/+21
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-264-4/+4
* Added all filesVikas Gorur2009-02-186-0/+2804