summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server3_1-fops.c
Commit message (Expand)AuthorAgeFilesLines
* xlators/protocol: better filenameAmar Tumballi2012-07-041-5744/+0
* protocol/server: do not wind opendir call if fd creation failsRaghavendra Bhat2012-06-011-2/+8
* 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/{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
* protocol/server: validate connection object before dereferencingAmar Tumballi2012-04-111-19/+10
* Replace GPLV3 MD5 with OpenSSL MD5Kaleb KEITHLEY2012-04-041-2/+3
* core: adding extra data for fopsAmar Tumballi2012-03-221-398/+1031
* protocol/server: send forget on the renamed inodeRaghavendra Bhat2012-03-181-0/+28
* protocol/server: memory leak fixes.Raghavendra G2012-03-171-0/+4
* protocol/server: Avoid race in add/del locker, connection_cleanupPranith Kumar K2012-03-171-8/+8
* protocol: remove the 'path<>' from rename() and link()Amar Tumballi2012-02-161-8/+0
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-2/+5
* protocol: code cleanupAmar Tumballi2012-02-141-437/+120
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+94
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-3/+29
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-8/+12
* rpc: extend actors with flag signing if privilege is requiredCsaba Henk2012-01-211-43/+43
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-58/+27
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-170/+172
* protocol/server: check for the fd being NULL and unwindRaghavendra Bhat2011-09-291-0/+8
* glusterfs protocol: handshake to log the version of the peerAmar Tumballi2011-09-211-1/+1
* distribute rebalance: handle the open file migrationAmar Tumballi2011-09-121-1/+6
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-86/+42
* glusterfs protocol: bring in variable sized iobuf supportAmar Tumballi2011-09-071-44/+88
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* RPC unify code changekrishna2011-07-291-1/+26
* protocol/server: logging changesRaghavendra Bhat2011-06-081-1/+1
* prevent few excessive logsAmar Tumballi2011-04-211-7/+5
* remove excessive logs due to log enhancementAmar Tumballi2011-04-131-5/+5
* protocol/server: prevent unnessary logs in INFO levelAmar Tumballi2011-04-101-10/+11
* protocol/server: log enhancementsAmar Tumballi2011-03-171-71/+132
* protocol/server: White space cleanup and NULL check validations.Mohammed Junaid Ahmed2011-03-171-8/+7
* protocol/server: Distinguishing the locks based on the type of fop like inode...Mohammed Junaid Ahmed2011-01-241-8/+8
* protocol/server: array declarations changed to alloca()Amar Tumballi2010-11-081-102/+55
* use uuid_copy instead of memcpyRaghavendra Bhat2010-11-021-1/+1
* copy the gfid of root to the iatt structure of rootRaghavendra Bhat2010-10-291-0/+2
* protocol/server: be consistent in setting rsp.dict_len and rsp.dictAnand Avati2010-10-121-3/+3
* Glusterfsd Crash in server_link_cbkKaushik BV2010-10-071-15/+0
* features/locks: cluster/afr: Misc fixes for lock recovery.Pavan Sondur2010-10-051-0/+5
* rpc: don't refer to 'req' after calling 'prog->actor()'Amar Tumballi2010-10-041-93/+174
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-1/+3