summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not fail lookup() in case of split-brain.2.0.0rc9Vikas Gorur2009-04-231-6/+0
* "option unhashed-sticky-bit on/off"krishna2009-04-233-5/+25
* fix build warning in locks translatorAnand V. Avati2009-04-231-1/+1
* minor build fix - set EXTRA_DIST to point to MacOSX/Portfile instead of PortfileAnand V. Avati2009-04-231-1/+1
* fix bdb_db_get() to return exactly read bytes and to copy the read data to gi...Basavanagowda Kanur2009-04-232-10/+18
* mod_glusterfs/lighttpd/1.4: port to use virtual mountpoints.Raghavendra G2009-04-232-17/+15
* mod_glusterfs/lighttpd/1.4: ensure each line is no more than 80 charactersRaghavendra G2009-04-231-39/+58
* mod_glusterfs: port apache/1.3/mod_glusterfs to use virtual mount pointsRaghavendra G2009-04-231-19/+8
* apache/1.3/mod_glusterfs: ensure each line is of maximum 80 characters.Raghavendra G2009-04-231-39/+42
* libglusterfsclient: implement glusterfs_umountRaghavendra G2009-04-232-0/+41
* mod_glusterfs: port apache/2.2/mod_glusterfs to use virtual mount pointsRaghavendra G2009-04-231-58/+24
* mod_glusterfs: coding guidelines related changesRaghavendra G2009-04-231-454/+578
* replicate dir self-heal - when creating a missing dir/file, set pending xattr...Anand V. Avati2009-04-231-13/+68
* fix in afr directory self-heal (partial healing)Anand V. Avati2009-04-231-0/+5
* Add MacOSX based packaging file into repoHarshavardhana2009-04-222-1/+85
* Bug fix in releasing inode locks when transport gets disconnected.Vikas Gorur2009-04-221-10/+46
* Release all pending locks in pl_forget().Vikas Gorur2009-04-221-4/+44
* iobuf_pool->arenas_cnt should be incremented in iobuf_arena_alloc, and not io...Anand V. Avati2009-04-221-1/+2
* 0-byte write guardAnand V. Avati2009-04-221-1/+2
* handle iobuf NULL return case in fuse-bridge, by waiting 10 seconds and tryin...Anand V. Avati2009-04-221-0/+7
* fd leak fixAnand V. Avati2009-04-222-4/+7
* afr_lookup_cbk - self-heal getting missedAnand V. Avati2009-04-221-25/+25
* posix: Ensure EINVAL return on NULL argsShehjar Tikoo2009-04-221-1/+1
* call-stub: Check for NULL in the correct variableShehjar Tikoo2009-04-221-1/+1
* io-threads: Add fxattrop fopShehjar Tikoo2009-04-221-666/+565
* io-threads: Add xattrop fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add readdir fopShehjar Tikoo2009-04-221-0/+36
* io-threads: Add removexattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add fsetxattr fopShehjar Tikoo2009-04-221-0/+35
* io-threads: Add fgetxattr fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add getxattr fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add setxattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add statfs fopShehjar Tikoo2009-04-221-1/+34
* io-threads: Add fsyncdir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add opendir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add link fopShehjar Tikoo2009-04-221-0/+37
* libglusterfsclient: Add VMP-based realpathShehjar Tikoo2009-04-212-3/+27
* libglusterfsclient: Add VMP-based readlinkShehjar Tikoo2009-04-212-4/+34
* libglusterfsclient: Add VMP-based symlinkShehjar Tikoo2009-04-212-2/+32
* libglusterfsclient: Add VMP-based unlinkShehjar Tikoo2009-04-212-1/+28
* libglusterfsclient: Add VMP-based mkfifoShehjar Tikoo2009-04-212-1/+29
* libglusterfsclient: Add VMP-based mknodShehjar Tikoo2009-04-212-4/+28
* libglusterfsclient: Add VMP-based utimeShehjar Tikoo2009-04-212-2/+33
* libglusterfsclient: Add VMP-based utimesShehjar Tikoo2009-04-212-2/+30
* libglusterfsclient: Add VMP-based statvfsShehjar Tikoo2009-04-212-2/+33
* libglusterfsclient: Add VMP-based statfsShehjar Tikoo2009-04-212-1/+31
* libglusterfsclient: Add VMP-based linkShehjar Tikoo2009-04-212-1/+44
* libglusterfsclient: Add VMP-based opendirShehjar Tikoo2009-04-212-1/+29
* libglusterfsclient: Add VMP-based chownShehjar Tikoo2009-04-212-2/+30
* libglusterfsclient: Add VMP-based chmodShehjar Tikoo2009-04-212-1/+27