summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src
Commit message (Expand)AuthorAgeFilesLines
...
* logging: log ENOENT errors in DEBUG mode instead of ERROR or INFORaghavendra Bhat2012-09-171-1/+2
* protocol/server: dump the ltable and fd table related inodes onlyRaghavendra Bhat2012-09-172-19/+87
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-064-92/+102
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-202-56/+49
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-8/+2
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-021-11/+29
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-171-1/+2
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-134-208/+103
* protocol/server: return 'xdata' even in case of errorAmar Tumballi2012-07-121-126/+133
* rpc: variable name changesAmar Tumballi2012-07-124-114/+114
* xlators/protocol: better filenameAmar Tumballi2012-07-042-1/+1
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-053-2/+8
* protocol/server: do not wind opendir call if fd creation failsRaghavendra Bhat2012-06-013-3/+13
* protocol: do not log getxattr/ENODATA as warningAnand Avati2012-05-291-1/+1
* server protocol : logging and negative case logic fixesAmar Tumballi2012-05-291-555/+558
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-2/+3
* protocol: handle proper vector size for writev()/readv()Amar Tumballi2012-05-211-7/+53
* protocol/server: fix a crash with NULL dereferenceAmar Tumballi2012-05-201-2/+7
* protocol/server: del_locker should delete one locker per unlockPranith Kumar K2012-05-191-10/+10
* protocol/client: Concatinate the graph uuid along with process uuid inMohammed Junaid2012-05-181-1/+1
* Resolve: Assign correct path while resolvingPranith Kumar K2012-05-081-10/+5
* protocol/{client,server} : Log improvementsKaushal M2012-05-081-4/+6
* libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."Krishna Srinivas2012-05-051-2/+4
* protocol: fix memory leak of lk-owner buffer in *lk() callsAmar Tumballi2012-05-031-0/+9
* log cleanup: in setxattr() pathAmar Tumballi2012-05-021-9/+15
* get rid of ZR_PATH_MAXEmmanuel Dreyfus2012-05-011-2/+2
* core: coverity issues fixedAmar Tumballi2012-04-231-6/+14
* protocol/server: Check if dict arg is NULL in setxattrshishir gowda2012-04-171-1/+1
* protocol/client,server: Lock self healing off by default.Mohammed Junaid2012-04-161-1/+2
* server: Modified logging information to ease log based analysisKrishnan Parthasarathi2012-04-132-3/+3
* xlator/server,xlator/nfs : Fix authentication for address listsKaushal M2012-04-131-1/+7
* protocol/server: validate connection object before dereferencingAmar Tumballi2012-04-111-19/+10
* Fix compiler warnings and typos from Debian build.Jeff Darcy2012-04-101-1/+1
* Replace GPLV3 MD5 with OpenSSL MD5Kaleb KEITHLEY2012-04-042-4/+4
* cli, glusterd: "volume set help" additionsKaushal M2012-03-281-3/+11
* core: adding extra data for fopsAmar Tumballi2012-03-224-407/+1049
* protocol/server: remove the transport from the list irrespective of lock-heal...Raghavendra Bhat2012-03-201-6/+11
* protocol/server: Handle server send reply failure gracefully.Mohammed Junaid2012-03-192-22/+64
* print bound_xl only once in server statedumpRahul C S2012-03-191-0/+12
* Logs: Improved logs in lock/unlock execution pathPranith Kumar K2012-03-182-2/+3
* protocol/server: Clear internal locks on disconnectPranith Kumar K2012-03-184-12/+26
* protocol/server: send forget on the renamed inodeRaghavendra Bhat2012-03-181-0/+28
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-181-3/+13
* protocol/server: memory leak fixes.Raghavendra G2012-03-172-0/+9
* protocol/server: add and remove the transports from the list, inside the lockRaghavendra Bhat2012-03-172-26/+54
* protocol/server: Avoid race in add/del locker, connection_cleanupPranith Kumar K2012-03-174-38/+27
* protocol/server: Remove connection from conf->conns w.o. racePranith Kumar K2012-03-134-8/+47
* protocol/server: Make conn object ref-countedPranith Kumar K2012-03-015-198/+90
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-292-0/+7
* glusterfsd: unref the dict and free the memory to avoid memleakRaghavendra Bhat2012-02-271-0/+2