summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* gfapi: prevent mem-pool leak in case glfs_new_fs() failsNiels de Vos2017-07-121-12/+21
* mgtm/core : use sha hash function for volfile checkMohammed Rafi KC2017-07-101-2/+2
* gfapi+libglusterfs: fix mem_pools_fini without mem_pools_init caseJeff Darcy2017-07-091-6/+6
* gfapi: add mem_pools_init and mem_pools_fini callsKaleb S. KEITHLEY2017-07-051-0/+12
* multiple: fix struct/typedef inconsistenciesJeff Darcy2017-06-301-2/+2
* gfapi : Resolve "." and ".." only for named lookupsJiffin Tony Thottan2017-06-201-8/+64
* gfapi: change root lookup from nameless to named lookupMohammed Rafi KC2017-06-092-2/+35
* gfapi: fix handling of dot and double dot in pathMohammed Rafi KC2017-05-141-24/+17
* gfapi: Fix few severe coverity issuesSoumya Koduri2017-05-053-2/+9
* gfapi/handleops: Introducing glfs_xreaddirplus_r() fop for handleopsSoumya Koduri2017-05-0210-4/+303
* api: fix typo of glfs_upcall_get_eventKinglong Mee2017-05-022-2/+2
* api: fix two typos of GFAPI_PUBLIC function defineKinglong Mee2017-04-292-2/+2
* api: free the xattr data after using in glfs_volfile_fetchKinglong Mee2017-04-261-0/+2
* api: fix bad release of dict causes memory leakKinglong Mee2017-04-251-2/+4
* api: free all dynamic memory returned from xdr_to_genericKinglong Mee2017-04-211-1/+4
* api: Fix incorrect strcmp() during fs initialisationKrutika Dhananjay2017-04-182-4/+4
* gfapi: Fix inode ref leak in anonymous fd I/O APIsSoumya Koduri2017-04-181-0/+6
* gfapi: prevent off-by-one buffer overrun in glfs_sysrq()Niels de Vos2017-04-181-5/+5
* gfapi: remove unneeded NULL-check in glfs_fsync_async_common()Niels de Vos2017-04-111-2/+1
* nfs: make subdir mounting work for Solaris 10 clientsBipin Kunal2017-04-071-1/+5
* gfapi: Dump graph upon initilization/switch for better debugging experienceKrutika Dhananjay2017-03-201-0/+2
* rpc: avoid logging success on failureMilind Changire2017-03-071-5/+10
* gfapi: OBS build fails in post build analysisKaleb S. KEITHLEY2017-02-231-4/+5
* refcount: typecast function for calling on freeNiels de Vos2017-01-311-7/+3
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-1/+1
* gfapi: create statedump when glusterd requests itNiels de Vos2017-01-241-0/+61
* gfapi: add API to trigger events for debugging and troubleshootingNiels de Vos2017-01-195-5/+88
* 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