summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* debug/trace: Check asprintf return value to avoid warning, while buildvinayak hegde2009-10-091-7/+11
* performance/stat-prefetch: checking for cache and creation if not present is ...Raghavendra G2009-10-091-23/+64
* performance/stat-prefetch: lookup path in xattrop if it is not already looked...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: implement sp_entrylk.Raghavendra G2009-10-091-0/+85
* performance/stat-prefetch: implement sp_inodelk.Raghavendra G2009-10-091-0/+83
* performance/stat-prefetch: lookup path in removexattr if it is not already lo...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: implement sp_getxattr.Raghavendra G2009-10-091-0/+89
* performance/stat-prefetch: lookup path in setxattr if it is not already looke...Raghavendra G2009-10-091-10/+71
* performance/stat-prefetch: lookup path in opendir if it is not already looked...Raghavendra G2009-10-091-9/+72
* performance/stat-prefetch: lookup path in create if it is not already looked up.Raghavendra G2009-10-091-15/+88
* performance/stat-prefetch: remove stat corresponding to oldloc->path from cac...Raghavendra G2009-10-091-3/+9
* performance/stat-prefetch: lookup oldloc->path in link if it has not already ...Raghavendra G2009-10-091-12/+83
* performance/stat-prefetch: lookup oldpath and newpath in rename if they've no...Raghavendra G2009-10-092-17/+185
* performance/stat-prefetch: lookup path in symlink if it is not already looked...Raghavendra G2009-10-091-12/+73
* performance/stat-prefetch: lookup path in rmdir if it is not already looked up.Raghavendra G2009-10-091-13/+71
* performance/stat-prefetch: lookup path in unlink if it is not already looked up.Raghavendra G2009-10-091-12/+70
* performance/stat-prefetch: fix mkdir to unwind with proper number of arguments.Raghavendra G2009-10-091-2/+2
* performance/stat-prefetch: lookup path in mkdir if it is not already looked up.Raghavendra G2009-10-091-12/+75
* performance/stat-prefetch: lookup path in mknod if it is not already looked up.Raghavendra G2009-10-091-12/+75
* peformance/stat-prefetch: lookup path in readlink if it is not already looked...Raghavendra G2009-10-091-10/+70
* performance/stat-prefetch: implement sp_accessRaghavendra G2009-10-091-0/+79
* performance/stat-prefetch: lookup path in truncate if it is not already looke...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: lookup path in setattr if it is not already looked...Raghavendra G2009-10-091-11/+70
* performance/stat-prefetch: implement sp_stat.Raghavendra G2009-10-091-0/+87
* performance/stat-prefetch: lookup path in checksum if it is not already looke...Raghavendra G2009-10-091-10/+69
* performance/stat-prefetch: lookup the path in open if it is not already looke...Raghavendra G2009-10-091-9/+77
* performance/stat-prefetch: implement procedure sp_process_inode_ctx.Raghavendra G2009-10-091-0/+93
* performance/stat-prefetch: use op_errno instead of errno to store error code.Raghavendra G2009-10-092-116/+198
* performance/stat-prefetch: Add support code to implement lookup-behind.Raghavendra G2009-10-092-55/+199
* performance/stat-prefetch: remove lookup-behind in sp_lookup.Raghavendra G2009-10-091-60/+8
* performance/stat-prefetch: optimizations to sp_lookup.Raghavendra G2009-10-091-1/+12
* performance/stat-prefetch: Add accounting of cache hits and misses.Raghavendra G2009-10-092-0/+17
* performance/stat-prefetch: change behaviour of sp_lookup when xattr_req is no...Raghavendra G2009-10-091-8/+28
* performance/stat-prefetch: change the cache to use rbtree based hashtable ins...Raghavendra G2009-10-093-36/+46
* performance/stat-prefetch: fix memory leaksRaghavendra G2009-10-091-16/+37
* debug/error-gen: Feature enhancement of error-gen translatorvinayak hegde2009-10-083-167/+1004
* performance/write-behind: Refining the check for fd_ctx in fdsRaghavendra G2009-10-081-120/+145
* libglusterfs/defaults: default_readdirp should call fops->readdirp instead of...Raghavendra G2009-10-081-1/+1
* performance/write-behind: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-081-39/+51
* cluster/dht: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-084-98/+107
* Initialize local before any call to STACK_WIND to prevent a crashPavan Sondur2009-10-071-9/+10
* assign client_readdirp to .readdirp in protocol/client & fix 2 other bugs in ...Pavan Sondur2009-10-072-2/+3
* mount/fuse: Handle FATTR_MODE flag properly.Vikas Gorur2009-10-071-0/+3
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-07233-259/+259
* cluster/afr: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-076-98/+136
* mount/fuse: Don't send fsetattr if ATIME or MTIME needs to be changed.Vikas Gorur2009-10-061-1/+8
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-0612-910/+58
* core: Add rbtree based hash tableShehjar Tikoo2009-10-065-3/+1517
* mem-pool: Include stdlib for calloc()Shehjar Tikoo2009-10-061-0/+1
* libglusterfsclient: Port directory reading to readdirp fopShehjar Tikoo2009-10-061-9/+6