summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.c
Commit message (Expand)AuthorAgeFilesLines
* gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-161-18/+26
* gfapi: fix crash of using uninitialized fs->ctxKinglong Mee2018-10-101-1/+6
* libgfapi: fix use after freed of clnt when dispatching eventsKinglong Mee2018-09-261-2/+7
* Land part 2 of clang-format changesGluster Ant2018-09-121-1209/+1161
* glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'sYaniv Kaul2018-08-241-2/+4
* api/src/glfs.c: move to GF_MALLOC() instead of GF_CALLOC()Yaniv Kaul2018-08-221-1/+1
* libgfapi: fix memory leak on old volume filesZhang Huan2018-07-281-0/+3
* libgfapi: add missing unref of mgmt client in glfs_finiZhang Huan2018-07-281-0/+1
* build: rename event.h to gf-event.hNiels de Vos2018-07-271-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* api: cleanup headersKaleb S. KEITHLEY2018-06-111-1/+1
* gfapi: various broken symbol versionsKaleb S. KEITHLEY2018-05-101-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