summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.c
Commit message (Expand)AuthorAgeFilesLines
* gfapi: various broken symbol versionsKaleb S. KEITHLEY2018-05-111-3/+6
* gfapi : RECALL_LEASE implementationSoumya Koduri2018-05-041-2/+101
* Fetch backup volfile servers from glusterd2Prashanth Pai2018-02-161-50/+25
* gfapi : New APIs have been added to use lease feature in glusterSoumya Koduri2018-01-261-1/+1
* gfapi : added glfs_setfsleaseid() for setting lease idSoumya Koduri2018-01-191-0/+18
* gfapi: fix issue when glfs_set_logging is called concurrentlyZhang Huan2017-12-061-5/+0
* libglusterfs: specify ctx in gf_log_set_loglevelZhang Huan2017-12-061-1/+1
* gfapi: Register/Unregister Upcall events' callbackSoumya Koduri2017-10-311-0/+100
* gfapi: free xlator_cmdline_option_t when set through glfs_set_xlator_option()Niels de Vos2017-10-131-1/+22
* gfapi: adds a glfs_mem_header for exported memoryKinglong Mee2017-09-011-28/+1
* Infra to indentify processhari gowtham2017-08-161-0/+16
* gfapi: mark glfs_ipc() for internal use onlyNiels de Vos2017-07-261-10/+2
* mem-pool: initialize pthread_key_t pool_key in mem_pool_init_early()Niels de Vos2017-07-191-1/+2
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-1/+1
* gfapi: prevent mem-pool leak in case glfs_new_fs() failsNiels de Vos2017-07-121-12/+21
* 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
* gfapi/handleops: Introducing glfs_xreaddirplus_r() fop for handleopsSoumya Koduri2017-05-021-0/+10
* gfapi: prevent off-by-one buffer overrun in glfs_sysrq()Niels de Vos2017-04-181-5/+5
* 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
* gfapi: add API to trigger events for debugging and troubleshootingNiels de Vos2017-01-191-3/+61
* gfapi: glfs_subvol_done should NOT wait for graph migration.Rajesh Joseph2016-11-291-4/+4
* libglusterfs:Now mempool is added to ctx pool list under a lockRajesh Joseph2016-11-221-2/+0
* gfapi/upcall: Fix mismatch in few upcall API SYMVERSoumya Koduri2016-11-031-3/+3
* gfapi: redesign the public interface for upcall consumersNiels de Vos2016-09-281-0/+104
* gfapi: deprecate rdma support for management connectionsPrasanna Kumar Kalever2016-07-271-4/+25
* tests: Enable all gfapi test casesPoornima G2016-07-201-1/+1
* 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
* api: use versioned symbols for minor ABI changeKaleb S KEITHLEY2016-06-141-6/+6
* libglusterfs (timer): race conditions, illegal mem access, mem leakKaleb S KEITHLEY2016-06-011-4/+4
* gfapi: fix compile warning on 32-bit systemsNiels de Vos2016-05-101-1/+1
* gfapi: Fix the crashes caused by global_xlator and THISPoornima G2016-03-221-7/+53
* experimental: add fdl (Full Data Logging) translatorJeff Darcy2016-02-131-2/+10
* libgfapi: glfd close is not correctly handled for async fopRajesh Joseph2016-02-101-22/+28
* gfapi: Remove TODO for merging of locksAnoop C S2016-02-041-1/+0
* gfapi: transport and port are optional for glfs_set_volfile_serverRaghavendra Talur2015-09-281-12/+43
* libgfapi: Gracefully exit when glfd is invalidPrashanth Pai2015-07-071-2/+4
* Revert "Upcall/gfapi: Return ENOTSUP when upcall feature is disabled"Niels de Vos2015-06-281-58/+1
* Upcall/gfapi: Return ENOTSUP when upcall feature is disabledSoumya Koduri2015-06-271-1/+58
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* libgfapi: introduce bit flags for pthread mutex and cond variablesHumble Devassy Chirammal2015-05-281-73/+50
* core: use reference counting for mem_acct structuresJeff Darcy2015-05-091-1/+1
* libgfapi: Store and restore THIS in every API exposed by libgfapiPoornima G2015-05-081-31/+88
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-04-301-0/+2
* libgfapi : port gfapi to new logging frameworkHumble Devassy Chirammal2015-04-281-19/+26
* gfapi: Reduce the log-level from ERROR to TRACEAnoop C S2015-04-241-1/+1
* libgfapi : return if gf_strdup failedHumble Devassy Chirammal2015-04-011-1/+2
* libgfapi: revamp glfs_new functionHumble Devassy Chirammal2015-03-301-29/+78