summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable glusterfs client to exit after a configured number of failed connects ...Raghavendra G2009-04-015-1/+30
* Avoid infinite loop while parsing volume specification files on Linux/ARM.Raghavendra G2009-04-011-2/+4
* Add new type of option type INTERNET_ADDRESS for validationRaghavendra G2009-04-015-7/+157
* log message changes in mount/fuse for SETLK, GETLK, GETXATTR, SETXATTR fopsBasavanagowda Kanur2009-04-011-5/+14
* Add support for log-level NORMAL in fuse mount helper script.Raghavendra G2009-03-312-6/+14
* first call of fuse is INIT internal call, and not first system call. 2nd call...Anand V. Avati2009-03-281-2/+6
* memory leak (of header) when frame is attempted to be xfer'ed when transport ...Anand V. Avati2009-03-281-0/+2
* ping-pong timer: - share last_sent and last_received between channels so that...Anand V. Avati2009-03-282-33/+29
* fix duplicate setting of values in inode->ctx and fd->ctxAnand V. Avati2009-03-262-10/+26
* libglusterfsclient: Fix NULL argument bugShehjar Tikoo2009-03-261-0/+1
* posix_unlink - open/unlink/close only regular filesAnand V. Avati2009-03-261-7/+10
* Enhancements to distribute selfhealAnand V. Avati2009-03-263-51/+117
* make the location of the mount utility tunable at configure timeCsaba Henk2009-03-262-1/+7
* Fixed typo in warning string in afr.cVikas Gorur2009-03-261-1/+1
* Changed the gf_log warning for return of null via CALLOC from 'old' to 'newdata'Bharat Shetty Barkur2009-03-261-1/+1
* fix to rm of large file blocking other operations on the same directory conta...Raghavendra G2009-03-241-0/+15
* Made self heal logic more precise.Vikas Gorur2009-03-241-22/+233
* dht memory leak fixRaghavendra G2009-03-241-1/+1
* fixes crash in write-behindAmar Tumballi2009-03-221-2/+3
* when the both channels in client protocol is disconnected, fd's are marked as...Amar Tumballi2009-03-211-35/+64
* fixes issue of hashing to wrong subvolumes in case when a subvolume is downAmar Tumballi2009-03-211-2/+2
* fixed sys_<fops> related warnings. (on mac os x and opensolaris)Amar Tumballi2009-03-193-3/+4
* dht_layout_dir_cmp - if xattr is missing, it is an error only if cached layou...Anand V. Avati2009-03-191-11/+18
* Add return after STACK_UNWINDShehjar Tikoo2009-03-181-0/+2
* Moving few translators which are not well tested, are in beta stage to 'testi...Amar Tumballi2009-03-187-7/+7
* ib-verbs recv-size and send-size argument takes SIZET arguments now.Amar Tumballi2009-03-182-11/+31
* afr data self heal bug fixAmar Tumballi2009-03-181-3/+3
* Merge branch 'master' of ssh://avati@git.sv.gnu.org/srv/git/glusterAnand V. Avati2009-03-170-0/+0
|\
| * write behind preserves order of fops with respect to writesRaghavendra G2009-03-121-404/+947
* | IO-threads Cleanup: Remove useless data structures.Shehjar Tikoo2009-03-172-109/+0
* | IO-threads Cleanup: Clean-up request scheduling and queueing interface.Shehjar Tikoo2009-03-171-216/+61
* | IO-threads Cleanup: Change workers list to dynamically allocated arrayShehjar Tikoo2009-03-172-28/+51
* | IO-threads Cleanup: Change request queue into a struct list_headShehjar Tikoo2009-03-172-24/+20
* | Add system call abstraction layerVikas Gorur2009-03-176-45/+663
* | write behind preserves order of fops with respect to writesRaghavendra G2009-03-131-404/+947
* | implement forget for cluster/unifyBasavanagowda Kanur2009-03-131-0/+18
* | unify revalidate should propogate the error from any of the subvolume upto th...Basavanagowda Kanur2009-03-131-0/+7
|/
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-1228-150/+278
* xlator.c option validation should check for empty valid options list (for str...Basavanagowda Kanur2009-03-121-4/+6
* feature to span the export directory across different mountpointsAmar Tumballi2009-03-102-9/+80
* ping timer will not timeout if we recently got POLLOUT on the socket i.e if (...Krishna Srinivas2009-03-101-4/+4
* Fixed two more occurrences of poll_out variables used for logging.Bharat Shetty Barkur2009-03-101-2/+2
* removed word "tla" from last of the remaining filesHarshavardhana2009-03-104-16/+9
* failover to any active transport when requested channel is not connectedAnand V. Avati2009-03-102-2/+30
* Fixed build problems for init script installation.Harshavardhana2009-03-092-3/+5
* dht_readdir_cbk - retry on same subvol if no entries match the hashAnand V. Avati2009-03-091-5/+15
* changing the conversion specifier from 'd' to 'o' while printing st_modeRaghavendra G2009-03-071-17/+23
* added fgetxattr and fsetxattr FOPsVikas Gorur2009-03-0712-23/+977
* fixed deadlock in io-cacheVikas Gorur2009-03-071-6/+3
* Changed the default transport-timeout to 600Krishna Srinivas2009-03-051-2/+2