summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-07218-233/+233
* performance/stat-prefetch: Add accounting of cache hits and misses.Raghavendra G2009-10-072-0/+17
* performance/stat-prefetch: optimizations to sp_lookup.Raghavendra G2009-10-071-1/+12
* performance/stat-prefetch: change behaviour of sp_lookup when xattr_req is no...Raghavendra G2009-10-071-7/+27
* performance/stat-prefetch: change the cache to use rbtree based hashtable ins...Raghavendra G2009-10-073-36/+46
* performance/stat-prefetch: fix memory leaksRaghavendra G2009-10-071-57/+14
* core: Add rbtree based hashtableShehjar Tikoo2009-10-065-3/+1516
* mem-pool: Include stdlib for calloc()Shehjar Tikoo2009-10-061-0/+1
* mem-pool: add mem_pool_destroy.Raghavendra G2009-10-062-0/+16
* storage/posix: Process "glusterfs.content" key in lookup only for regular files.Vikas Gorur2009-10-061-1/+3
* glusterfsd.c:Pipe is used during daemonization as ipc.vinayak hegde2009-10-051-104/+91
* cluster/afr: Initialize local->first_up_child in AFR_LOCAL_INIT.Vikas Gorur2009-10-052-29/+29
* volgen script failed initial tests due to wrong fd definitionv2.0.7Harshavardhana Ranganath2009-10-011-2/+2
* cluster/afr: dir-write: Fix inode number handling.Vikas Gorur2009-09-282-24/+41
* libglusterfsclient: don't destroy the iobuf pool during fini.Raghavendra G2009-09-281-1/+1
* libglusterfsclient: traverse the vmplist during fini only if any entries are ...Raghavendra G2009-09-281-5/+8
* glusterfs volume generatorAmar Tumballi2009-09-282-1/+402
* write-behind: check for NULL file pointer in flush callbackAnand Avati2009-09-241-1/+2
* performance/write-behind: Add NULL checks for file pointer.Raghavendra G2009-09-241-83/+104
* glusterfsd/main: Do a sem_post only if running in daemon mode.Vikas Gorur2009-09-241-2/+2
* booster: Cleanup booster_cleanup and register for atexitShehjar Tikoo2009-09-241-20/+10
* libglusterfsclient: Support TRACE loglevelShehjar Tikoo2009-09-241-1/+4
* libglusterfsclient: Wait for all call pools to be destroyedShehjar Tikoo2009-09-241-0/+34
* libglusterfsclient: Clean up fini and umount code pathsShehjar Tikoo2009-09-241-19/+5
* iobuf, logging: Expose existing functions as requiredShehjar Tikoo2009-09-242-0/+2
* libglusterfsclient: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-241-18/+18
* booster: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-242-159/+159
* libglusterfsclient: Re-validate root inode on every path resolutionShehjar Tikoo2009-09-242-0/+24
* performance/write-behind: Add a NULL check for request->stub before checking ...Raghavendra G2009-09-241-1/+2
* fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...Csaba Henk2009-09-233-5/+52
* Changes for custom daemon function.vinayak hegde2009-09-231-5/+104
* performance/write-behind: store currently aggregated data size in wb_fileRaghavendra G2009-09-231-27/+30
* performance/write-behind: store the current window size in wb_file.Raghavendra G2009-09-231-44/+40
* performance/write-behind: reduce usage of iov_length.Raghavendra G2009-09-231-47/+27
* booster: implement F_DUPFD command in fcntl.Raghavendra G2009-09-221-0/+2
* performance/write-behind: add option "enable-trickling-writes".Raghavendra G2009-09-221-22/+41
* performance/write-behind: reduce traversal of request list during wb_mark_winds.Raghavendra G2009-09-221-35/+28
* performance/write-behind: reduce list-traversal during wb_mark_unwindsRaghavendra G2009-09-221-13/+19
* performance/write-behind: remove redundant traversal of write-requests in the...Raghavendra G2009-09-221-3/+5
* performance/write-behind: Aggregate adjacent contiguous write-buffers into si...Raghavendra G2009-09-221-1/+77
* performance/write-behind: fine-tune logic of wb_mark_windsRaghavendra G2009-09-221-65/+14
* libglusterfsclient: Fix build warningsShehjar Tikoo2009-09-221-18/+20
* booster: Fix build warningsShehjar Tikoo2009-09-221-14/+15
* performance/quick-read: refine logic of qr_readv.Raghavendra G2009-09-221-3/+14
* performance/quick-read: optimizations to lookupRaghavendra G2009-09-221-24/+49
* performance/quick-read: make a comment more explicit.Raghavendra G2009-09-221-2/+2
* performance/quick-read: checking for qr_file in inode-context and creating if...Raghavendra G2009-09-221-30/+45
* performance/quick-read: refine the logic in qr_lookup.Raghavendra G2009-09-221-40/+54
* protocol/client: access glusterfs context from the ctx member of xlator objectRaghavendra G2009-09-222-1/+8
* performance/write-behind: check for the presence of context only in fds not o...Raghavendra G2009-09-221-6/+12