summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/call-stub.c
Commit message (Expand)AuthorAgeFilesLines
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+67
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+64
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+65
* call-stub: remove fall-through in ftruncatePranith Kumar K2013-02-211-0/+1
* call-stub: internal refactorAnand Avati2013-02-191-2399/+924
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-18/+9
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* Replace GPLV3 MD5 with OpenSSL MD5Kaleb KEITHLEY2012-04-041-2/+2
* core: adding extra data for fopsAmar Tumballi2012-03-221-252/+468
* libglusterfs/call-stub: ref dict while storing it in readdirp stubRaghavendra G2012-03-191-1/+7
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-7/+13
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+76
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-2/+5
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-6/+0
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-1/+1
* 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
* libglusterfs/call-stub: Allow unwinding of frames for rename during call_resu...Raghavendra G2011-06-161-2/+0
* libglusterfs/src/*.c: log enhancementAmar Tumballi2011-03-171-75/+66
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-171-2533/+2531
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-13/+13
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-4/+4
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-5/+8
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-7/+9
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-8/+9
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-6/+9
* Fix memory corruption in mem poolshishir gowda2010-08-181-2/+1
* mem pool for call_stub_tshishir gowda2010-08-061-3/+11
* removed last few remaining 'ERR_ABORT's from codebaseAmar Tumballi2010-07-281-3/+5
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-061-102/+0
* Memory accounting changesVijay Bellur2010-04-231-32/+33
* backword compatibility with 3.0.x releases - restoredAmar Tumballi2010-04-071-24/+16
* fop namespace cleanup.Amar Tumballi2010-03-311-343/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-161-44/+44
* bug fixes in call-stub creation for {fsetattr, fxattrop}_cbk()Amar Tumballi2009-12-171-2/+2
* call-stub: fix leak of fxattrop dictionaryAnand Avati2009-10-291-1/+1
* assign client_readdirp to .readdirp in protocol/client & fix 2 other bugs in ...Pavan Sondur2009-10-071-2/+2
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-414/+0
* core: Separate readdirp and readdir fopsShehjar Tikoo2009-10-061-0/+109
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-50/+175
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-0/+202
* libglusterfs: Add RCHECKSUM fop.Vikas Gorur2009-09-221-1/+109
* libglusterfs/call-stub - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-2/+2
* libglusterfs: Add empty and NULL dirents list checksShehjar Tikoo2009-06-081-0/+6
* THIS: set appropriately in call stub resumesAnand V. Avati2009-05-221-4/+11
* call-stub: Check for NULL in the correct variableShehjar Tikoo2009-04-221-1/+1