summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up log messages in features/locks.Vikas Gorur2009-04-303-57/+64
* cluster/unify - unify_forget() should not try to access inode->ctx, if inode-...Basavanagowda Kanur2009-04-301-1/+1
* mod_glusterfs/apache/2.2: fix segmentation faultRaghavendra G2009-04-301-1/+1
* memory leak fix in auth/login.cRaghavendra G2009-04-301-0/+2
* protocol/server indentation fixesAnand V. Avati2009-04-281-1532/+1048
* protocol/server log level fixesAnand V. Avati2009-04-281-117/+118
* protocol client log cleanupAnand V. Avati2009-04-282-31/+37
* fuse-bridge log cleanupAnand V. Avati2009-04-281-486/+373
* socket transport logging cleanupAnand V. Avati2009-04-281-5/+6
* dht logging cleanupAnand V. Avati2009-04-283-10/+14
* afr logging cleanupAnand V. Avati2009-04-284-52/+45
* libglusterfs log cleanupAnand V. Avati2009-04-282-10/+6
* log message cleanup in distributeAnand V. Avati2009-04-249-291/+242
* log message supressing in DNS resolutionAnand V. Avati2009-04-241-4/+4
* cleanup of logs in socket and ib-verbs transportsAnand V. Avati2009-04-243-64/+65
* Cleaned up log messages in replicate.Vikas Gorur2009-04-2410-186/+179
* Cleaned up log messages in client-protocol.Vikas Gorur2009-04-242-88/+97
* Cleaned up log messages in mount/fuse.Vikas Gorur2009-04-241-120/+120
* Cleaned up log messages in xlator.cVikas Gorur2009-04-241-20/+20
* Cleaned up log messages in spec.yVikas Gorur2009-04-241-31/+28
* Cleaned up log messages in inode.cVikas Gorur2009-04-241-41/+4
* Changed logging format to remove line number & function name from NORMAL and ...Vikas Gorur2009-04-241-4/+10
* Introduce new log level GF_LOG_TRACE.Vikas Gorur2009-04-243-4/+9
* Remove log level TRACE and the macro GF_TRACE.Vikas Gorur2009-04-244-13/+1
* iobuf: Define MAP_ANONYMOUSShehjar Tikoo2009-04-241-0/+11
* rename transport-timeout to frame-timeout, and set default to 30mins2.0.0Anand V. Avati2009-04-242-16/+16
* Revised READMEVikas Gorur2009-04-241-5/+7
* Do not fail lookup() in case of split-brain.Vikas 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