summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Make getvolfile.py example pep8 compliantPatrick Uiterwijk2017-01-121-29/+30
* gfapi: glfs_subvol_done should NOT wait for graph migration.Rajesh Joseph2016-11-293-14/+28
* gfapi: Fix memory leak in glfs-mgmtRajesh Joseph2016-11-281-0/+3
* libglusterfs:Now mempool is added to ctx pool list under a lockRajesh Joseph2016-11-221-2/+0
* gfapi: async fops should unref in callbacksRaghavendra Talur2016-11-051-18/+12
* gfapi/upcall: Fix mismatch in few upcall API SYMVERSoumya Koduri2016-11-031-3/+3
* gfapi: add glfs_free() to glfs.hNiels de Vos2016-10-183-0/+5
* trivial: correct some spelling mistakes in comments and logsNiels de Vos2016-10-181-1/+1
* gfapi: correct the gfapi.map for glfs_ipc@GFAPI_4_0_0Niels de Vos2016-10-131-1/+1
* gfapi: warn when glfs_realpath() returned malloc'd memoryNiels de Vos2016-10-115-10/+50
* gfapi: redesign the public interface for upcall consumersNiels de Vos2016-09-287-98/+424
* gfapi: Fix few fd ref leaksSoumya Koduri2016-09-261-0/+21
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-0/+1
* md-cache: Register the list of xattrs with cache-invalidationPoornima G2016-08-301-22/+0
* gfapi: SSL connection for mgmt connection is not workingRajesh Joseph2016-08-281-0/+5
* gfapi: do not cache upcalls if the application is not interestedNiels de Vos2016-08-253-1/+7
* gfapi: add missing glfs_truncateJeff Darcy2016-08-114-4/+52
* gfapi: use const qualifier for glfs_*timens()Oleksandr Natalenko2016-08-102-6/+8
* gfapi: Fix IO error caused when there is consecutive graph switchesPoornima G2016-08-103-6/+23
* gfapi: fix glfs_set_volfile_server docPrasanna Kumar Kalever2016-08-021-4/+3
* gfapi: deprecate rdma support for management connectionsPrasanna Kumar Kalever2016-07-271-4/+25
* dict: Don't expose get_new_dict/dict_destroyPranith Kumar K2016-07-251-1/+1
* gfapi/upcall: Fix a ref leakSoumya Koduri2016-07-241-0/+4
* glfs/upcall: entries should be removed under mutex lockSoumya Koduri2016-07-222-2/+4
* tests: Enable all gfapi test casesPoornima G2016-07-201-1/+1
* gfapi: update count when glfs_buf_copy is usedRaghavendra Talur2016-07-071-2/+3
* logging: Change log file name for glusterdVijay Bellur2016-07-041-1/+1
* libgfapi : free parameters allocated by glfs_set_volfile_server()Jiffin Tony Thottan2016-06-301-0/+25
* gfapi/handleops: Avoid using glfd during createSoumya Koduri2016-06-281-23/+9
* gfapi : check the value "iovec" in glfs_io_async_cbk only for readJiffin Tony Thottan2016-06-281-1/+6
* gfapi: Fix IO error caused when there is consecutive graph switchesPoornima G2016-06-161-1/+0
* api: use versioned symbols for minor ABI changeKaleb S KEITHLEY2016-06-144-15/+13
* api: Fix a typo in gfapi logging message frameworkAnoop C S2016-06-141-1/+1
* libgfapi/upcall : prepend "glfs_" to callback_arg, callback_inode_argJiffin Tony Thottan2016-06-103-13/+13
* libglusterfs (timer): race conditions, illegal mem access, mem leakKaleb S KEITHLEY2016-06-011-4/+4
* gfapi/upcall : remove unused variable ret in glfs_h_find_handleJiffin Tony Thottan2016-05-311-2/+0
* gfapi/upcall: Use GF_CALLOC while allocating variablesSoumya Koduri2016-05-241-1/+2
* gfapi: clear loc.gfid when retrying after ESTALERaghavendra Talur2016-05-101-0/+1
* gfapi: fix compile warning on 32-bit systemsNiels de Vos2016-05-101-1/+1
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-104-8/+18
* gfapi: Fix a deadlock caused by graph switch while aio in progressPoornima G2016-05-061-206/+362
* gfapi/upcall: Ignore handle create failuresSoumya Koduri2016-05-021-24/+118
* gfapi: fill iatt in readdirp_cbk if entry->inode is nullMohammed Rafi KC2016-04-281-0/+11
* gfapi: set need_lookup flag on response listMohammed Rafi KC2016-04-271-1/+1
* glfs-mgmt: fix connecting to multiple volfile transportsPrasanna Kumar Kalever2016-03-241-26/+57
* gfapi: Fix the crashes caused by global_xlator and THISPoornima G2016-03-221-7/+53
* gfapi: preserve glfd state during glfs_dupRajesh Joseph2016-03-141-0/+1
* gfapi: Use inode_forget in case of handle objectsSoumya Koduri2016-02-231-0/+3
* gfapi: Add xlator_cbks fops in gfapiSoumya Koduri2016-02-231-1/+23
* gfapi : Avoid double freeing of dict in glfs_*_*getxattrJiffin Tony Thottan2016-02-231-5/+10