summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* client: Support readdirp fopShehjar Tikoo2009-10-061-0/+91
* server: Support readdirp fopShehjar Tikoo2009-10-061-0/+109
* stat-prefetch: Port stat-prefetching to readdirp fopShehjar Tikoo2009-10-061-1/+2
* io-threads: Support readdirp fopShehjar Tikoo2009-10-061-0/+51
* trace: Support readdirp fopShehjar Tikoo2009-10-061-0/+37
* io-stats: Support readdirp fopShehjar Tikoo2009-10-061-0/+24
* error-gen: Support readdirp fopShehjar Tikoo2009-10-061-0/+28
* unify: Support readdirp fopShehjar Tikoo2009-10-061-0/+24
* map: Support readdirp fopShehjar Tikoo2009-10-061-13/+91
* ha: Support readdirp fopShehjar Tikoo2009-10-061-18/+47
* distribute: Support readdirp fopShehjar Tikoo2009-10-062-5/+112
* afr: Support readdirp fopShehjar Tikoo2009-10-063-10/+77
* posix: Support readdirp fopShehjar Tikoo2009-10-061-16/+38
* core: Separate readdirp and readdir fopsShehjar Tikoo2009-10-069-1/+199
* storage/posix: Process "glusterfs.content" key in lookup only for regular files.Vikas Gorur2009-10-061-1/+3
* features/locks: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-053-19/+22
* storage/posix: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-051-49/+59
* libglusterfs: Add STACK_UNWIND_STRICT macro.Vikas Gorur2009-10-051-0/+18
* 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
* libglusterfsclient: Remove redundant fchown and fchmodShehjar Tikoo2009-10-011-78/+0
* libglusterfsclient: Use fsetattr for fchownShehjar Tikoo2009-10-011-1/+7
* libglusterfsclient: Use fsetattr for fchmodShehjar Tikoo2009-10-011-1/+5
* libglusterfsclient: Support fsetattr fopShehjar Tikoo2009-10-011-0/+41
* libglusterfsclient: Remove redundant chown codeShehjar Tikoo2009-10-011-38/+0
* libglusterfsclient: Remove redundant chmod codeShehjar Tikoo2009-10-011-37/+0
* libglusterfsclient: Remove redundant utimens codeShehjar Tikoo2009-10-011-42/+0
* libglusterfsclient: Use setattr for utimeShehjar Tikoo2009-10-011-8/+13
* libglusterfsclient: Use setattr for utimesShehjar Tikoo2009-10-011-7/+9
* libglusterfsclient: Use setattr for chownShehjar Tikoo2009-10-011-1/+6
* libglusterfsclient: Use setattr for chmodShehjar Tikoo2009-10-011-1/+5
* libglusterfsclient: Support setattr fopShehjar Tikoo2009-10-011-0/+40
* distribute: NFS-friendly logic changesShehjar Tikoo2009-10-014-101/+320
* ha: Handle memory allocation failuresShehjar Tikoo2009-10-012-15/+618
* ha: NFS-friendly logic changesShehjar Tikoo2009-10-012-22/+46