summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgfapi, timer: Fix a crash seen in timer when glfs_fini was invoked.Poornima G2015-03-171-3/+10
* gfapi: APIs to store and process upcall notifications receivedSoumya Koduri2015-03-171-2/+38
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-0/+24
* gfapi: improve source comments and error messages.Humble Devassy Chirammal2015-03-161-1/+7
* libgfapi: initialize child_down_count cond. variable.Humble Devassy Chirammal2015-03-161-0/+1
* gfapi: Add NULL check for volname in glfs_new()Prashanth Pai2015-03-081-0/+10
* glfs_fini: Clean up all the resources allocated in glfs_new.Poornima G2015-03-041-5/+121
* libgfapi: In glfs_init() set the cwd to "/".Poornima G2015-02-271-0/+5
* epoll: Adding the ability to configure epoll threadsShyam2015-02-071-1/+2
* uss: disable memory accounting for the snapshot daemonRaghavendra Bhat2015-01-281-1/+2
* gfapi: allow transport=NULL for set_volfile_server()Niels de Vos2015-01-201-5/+7
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2015-01-121-5/+2
* api, glusterfsd: Cleanup upon failure in glusterfs_ctx_defaults_init()Vijay Bellur2014-12-091-7/+14
* libgfapi: Wait for GF_EVENT_CHILD_DOWN in glfs_fini()Anoop C S2014-12-081-15/+49
* core: fix remaining *printf formation warnings on 32-bitKaleb S. KEITHLEY2014-11-261-2/+2
* mem_acct : Check return value of xlator_mem_acct_init().Humble Chirammal2014-11-151-3/+7
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2014-11-071-22/+68
* gNFS: Subdir mount does not work on UDP protoSantosh Kumar Pradhan2014-10-071-0/+37
* glfs_fini: Fix a possible hang in glfs_fini.Poornima G2014-06-021-15/+23
* mem-accounting: enable memory accounting by defaultAnand Avati2014-05-051-4/+0
* logging: Introduce suppression of repetitive log messagesKrutika Dhananjay2014-04-301-0/+11
* gfapi: In glfs_set_volfile_server() remove the port number check.Poornima G2014-04-081-1/+1
* gfapi: glfs_set_volfile_server() now entertains multiple callsHarshavardhana2014-04-011-20/+104