summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.c
Commit message (Expand)AuthorAgeFilesLines
* gfapi/upcall: Fix mismatch in few upcall API SYMVERSoumya Koduri2016-11-061-3/+3
* gfapi: redesign the public interface for upcall consumersNiels de Vos2016-10-031-0/+104
* libgfapi: glfd close is not correctly handled for async fopRajesh Joseph2016-03-301-22/+28
* gfapi: Fix the crashes caused by global_xlator and THISPoornima G2016-03-301-7/+53
* libgfapi: Gracefully exit when glfd is invalidPrashanth Pai2015-08-261-2/+4
* libgfapi: introduce bit flags for pthread mutex and cond variablesHumble Devassy Chirammal2015-06-221-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-091-31/+88
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-05-071-0/+2
* libgfapi : port gfapi to new logging frameworkHumble Devassy Chirammal2015-05-071-19/+26
* 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
* log: enhance gluster log format with message ID and standardize errno reportingShyamsundarR2014-03-281-5/+6
* api: add glfs_get_volfileJeff Darcy2014-03-051-0/+20
* libgfapi: Add proper NULL checksJose A. Rivera2014-02-141-0/+14
* libgfapi: Remove useless call to lstatJose A. Rivera2014-01-241-9/+0
* libgfapi: Fix pointer dereference before NULL checkJose A. Rivera2014-01-241-0/+4
* gfapi: Closed the logfile fd and initialize to NULL in glfs_finiPoornima G2013-12-261-2/+2
* gfapi: Closed the logfile fd in glfs_finiPoornima2013-11-141-0/+3
* gfapi: introduce glfs_readdir() and glfs_readdirplus() APIsAnand Avati2013-11-131-0/+3
* gfapi: fix mem-types initialisationKrutika Dhananjay2013-10-241-1/+1
* gfapi: fix return value of glfs_finiKrishnan Parthasarathi2013-10-171-4/+8
* gfapi: object handle based API extensionsR.Shyamsundar2013-10-111-0/+14
* core: block unused signals in created threadsAnand Avati2013-09-251-1/+1
* logging: Expose set_log_file_path() in libglusterfs.Vijay Bellur2013-09-241-6/+14
* gfapi: implement a minimial glfs_fini()Anand Avati2013-09-171-4/+44
* synctask: minor enhancementsAnand Avati2013-08-281-1/+1