summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/call-stub.c
Commit message (Expand)AuthorAgeFilesLines
...
* merging fd_ref/fd_unref implementationBasavanagowda Kanur2017-05-051-26/+47
* Code change to use the new algorithm during write to take care of splitbrain ...Krishna Srinivas2017-05-051-0/+2
* * added GF_FILENAME_MAX (256) to the code, which reduces the array size of ch...Amar Tumballi2017-05-051-2/+2
* * checksum made as fop.Amar Tumballi2017-05-051-0/+90
* added new fop gf_lkVikas Gorur2017-05-051-0/+76
* Added ERR_ABORT() macro which aborts when memory allocation failureBala A2017-05-051-0/+1
* Added FREE() macro and removed freee() macro.Bala A2017-05-051-12/+12
* memory leak fixes in libglusterfsclientRaghavendra G2017-05-051-2/+1
* getxattr/setxattr changes to bdb, posix, unifyBasavanagowda Kanur2017-05-051-2/+5
* merging raghavendra@zresearch.com/glusterfs--mod-glusterfs--1.0Raghavendra G2017-05-051-0/+24
* * scheduler/alu.c:Amar Tumballi2017-05-051-4/+239
* updated copyright to 2008, updated configure script to not fail, but print co...Anand V. Avati2017-05-051-1/+6
* * Added another argument 'flag' to getdents() fop.Amar Tumballi2017-05-051-5/+8
* Summary: migrations, name change from readdir->getdents writedir->setdents ge...Krishna Srinivas2017-05-051-65/+66
* support for accepting -n via fstab (glusterfs client), thanks to Matthias SaouAnand V. Avati2017-05-051-0/+2
* lookup now carries extra argument need_xattr which tells posix if xattr dicti...Krishna Srinivas2017-05-051-2/+5
* Changes for directory versioning.Krishna Srinivas2017-05-051-5/+16
* dict_ref in call stub checking for refs, and not for countAnand V. Avati2017-05-051-2/+2
* license upgradeAnand V. Avati2017-05-051-17/+17
* merged from glusterfs--tmp--2.5Anand V. Avati2017-05-051-22/+27
* added freee() macro to catch possible double freeAnand V. Avati2017-05-051-11/+11
* removed reply, meta threads from io-threads. Also retained only those fops th...Raghavendra G2017-05-051-1/+0
* inode forget is put as a callback to avoid race conditionsAnand V. Avati2017-05-051-64/+11
* * io-cache deadlock issue solvedBasavanagowda Kanur2017-05-051-1/+3
* * removed 'inode_unref' in server_protocol_inode_prune().Amar Tumballi2017-05-051-1/+2
* * libglusterfs/src/call_stub:Amar Tumballi2017-05-051-3/+1
* * added dict_ref() and dict_unref() in posix_getxattr() for case having no xattrBasavanagowda Kanur2017-05-051-4/+0
* dict ref/unref fixes for setxattrAnand V. Avati2017-05-051-1/+4
* * fixes in writedir()Amar Tumballi2017-05-051-3/+2
* getxattr_cbk - correctly ref and unref dictionariesAnand V. Avati2017-05-051-2/+4
* * call_stub: in stub_writedir(), call_stub_new () was called with argumentAmar Tumballi2017-05-051-2/+2
* fixed memory leak in call-stub. thread scheduling added to lookup in io-threadsRaghavendra G2017-05-051-0/+16
* uncommenting inode_unref in call_resume of forgetRaghavendra G2017-05-051-3/+7
* added the transport name to gf_log in bail_transportRaghavendra G2017-05-051-0/+4
* any fop with a valid inode passed to it as argument gets scheduled to an I/O ...Raghavendra G2017-05-051-1/+8
* fixes in call-stubAnand V. Avati2017-05-051-3/+5
* io-threads and call-stub now implements all the fops. Currently works with po...Raghavendra G2017-05-051-61/+397
* fd_create/fd_destroy wrapper functionsAnand V. Avati2017-05-051-4/+7
* fixed local allocation in truncate() in io-trheadsAnand V. Avati2017-05-051-2/+2
* buffer is unrefed in call_resume_unwind of writev only if count > 0Raghavendra G2017-05-051-1/+1
* readv_cbk in call_frame_unwind is made to dict_unref the response only if rea...Raghavendra G2017-05-051-2/+3
* fixed mem leak in call-stub for writev and readv_cbkAnand V. Avati2017-05-051-0/+8
* * fixed ghostly disappearance bug in protocol/server (return 0)Basavanagowda Kanur2017-05-051-2/+9
* bug-fixes in io-threads/call-stubRaghavendra G2017-05-051-2/+2
* * used call_resume in place of STACK_WIND, whenever calll_stub is created in Basavanagowda Kanur2017-05-051-12/+5
* added lock_wipe, inode_unrefRaghavendra G2017-05-051-327/+428
* call-stubRaghavendra G2017-05-051-68/+373
* * protocol/serverBasavanagowda Kanur2017-05-051-0/+7
* inode.c fixes in forgetAnand V. Avati2017-05-051-0/+6
* * libglusterfs/src/*:Amar Tumballi2017-05-051-76/+10