summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/io-cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* 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
* 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: Disable caching when files are opened with GF_OPEN_NOWBRaghavendra G2010-08-061-0/+5
* 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
* 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-231-25/+52
* performance/io-cache: make use of nano second resolution of mtime during cach...Raghavendra G2010-04-081-1/+5
* iatt: changes across the codebaseAnand V. Avati2010-03-161-39/+23
* 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-251-64/+127
* Added null checks in "fini"Harshavardhana Ranganath2009-12-181-0/+3
* fixes to compile on MacOSX (no fuse client)Amar Tumballi2009-12-011-1/+12
* 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-261-4/+54
* performance/io-cache: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-18/+24
* performance/io-cache: don't use stat got in read_cbk if it is zero-filled.Raghavendra G2009-11-201-6/+15
* performance/io-cache: change the data-types to be big enough to hold size of ...Raghavendra G2009-10-301-4/+4
* performance/io-cache: change the hash function used for rbtree based hash table.Raghavendra G2009-10-291-5/+11
* performance/io-cache: change data structure used to store page-cache.Raghavendra G2009-10-281-6/+7
* 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-071-1/+1
* 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
* io-cache: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* io-cache: handle memory allocation failuresRaghavendra G2009-06-111-38/+241
* 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-051-10/+9
* io-cache: indentation and logging fixesRaghavendra G2009-05-051-287/+201
* iobuf - account with iobref_size() instead of iov_length (vector)Anand V. Avati2009-04-171-2/+3
* 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-121-16/+23
* 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-261-1/+1
* Added all filesVikas Gorur2009-02-181-0/+1478