summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* performance/stat-prefetch: remove stat corresponding to oldloc->path from cac...Raghavendra G2009-10-071-0/+10
* performance/stat-prefetch: lookup oldloc->path in link if it has not already ...Raghavendra G2009-10-071-13/+82
* performance/stat-prefetch: lookup oldpath and newpath in rename if they've no...Raghavendra G2009-10-072-19/+185
* performance/stat-prefetch: do lookup of path in symlink if it is not already ...Raghavendra G2009-10-071-13/+74
* performance/stat-prefetch: do lookup in rmdir if the path has not already bee...Raghavendra G2009-10-071-14/+71
* performance/stat-prefetch: lookup the path in mkdir if it is not already look...Raghavendra G2009-10-071-13/+75
* performance/stat-prefetch: do lookup in unlink if the path has not already be...Raghavendra G2009-10-071-12/+71
* performance/stat-prefetch: do lookup in readlink if the path is not already l...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: do lookup in mknod if the path is not already look...Raghavendra G2009-10-071-13/+75
* performance/stat-prefetch: implement sp_access.Raghavendra G2009-10-071-0/+79
* performance/stat-prefetch: do lookup in utimens if the path is not already lo...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: do lookup in truncate if the path is not already l...Raghavendra G2009-10-071-10/+72
* performance/stat-prefetch: lookup the path in chown if it is not already look...Raghavendra G2009-10-071-10/+71
* performance/stat-prefetch: lookup the path in chmod if it is not already look...Raghavendra G2009-10-071-10/+70
* performance/stat-prefetch: lookup the path in stat if the it is not already l...Raghavendra G2009-10-071-0/+79
* performance/stat-prefetch: do lookup on the path in checksum if it is not alr...Raghavendra G2009-10-071-10/+69
* performance/stat-prefetch: lookup the path in open if it is not already looke...Raghavendra G2009-10-071-11/+75
* performance/stat-prefetch: implement procedure sp_process_inode_ctx.Raghavendra G2009-10-071-0/+93
* performance/stat-prefetch: use op_errno instead of errno to store error code.Raghavendra G2009-10-072-154/+260
* performance/stat-prefetch: Add support code to implement lookup-behind.Raghavendra G2009-10-072-22/+203
* performance/stat-prefetch: remove lookup-behind in sp_lookup.Raghavendra G2009-10-071-56/+4
* added few missing options in translator's option arrayAmar Tumballi2009-10-072-1/+7
* 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