summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* nfs: make subdir mounting work for Solaris 10 clientsBipin Kunal2017-04-291-1/+5
* gfapi: glfs_subvol_done should NOT wait for graph migration.Rajesh Joseph2017-01-023-14/+28
* libglusterfs:Now mempool is added to ctx pool list under a lockRajesh Joseph2016-11-281-2/+0
* gfapi: async fops should unref in callbacksRaghavendra Talur2016-11-071-18/+12
* gfapi/upcall: Fix mismatch in few upcall API SYMVERSoumya Koduri2016-11-061-3/+3
* gfapi: add glfs_free() to glfs.hNiels de Vos2016-10-213-0/+5
* gfapi: redesign the public interface for upcall consumersNiels de Vos2016-10-197-97/+422
* gfapi: Fix few fd ref leaksSoumya Koduri2016-09-301-0/+21
* tests: Enable all gfapi test casesRajesh Joseph2016-09-211-1/+1
* gfapi: SSL connection for mgmt connection is not workingRajesh Joseph2016-08-311-0/+5
* gfapi: do not cache upcalls if the application is not interestedNiels de Vos2016-08-313-1/+7
* gfapi: add missing glfs_truncateJeff Darcy2016-08-124-3/+51
* gfapi: use const qualifier for glfs_*timens()Oleksandr Natalenko2016-08-122-6/+8
* gfapi: Fix IO error caused when there is consecutive graph switchesPoornima G2016-08-113-6/+23
* glfs/upcall: entries should be removed under mutex lockSoumya Koduri2016-08-032-2/+4
* gfapi/upcall: Fix a ref leakSoumya Koduri2016-08-011-0/+4
* gfapi: update count when glfs_buf_copy is usedRaghavendra Talur2016-07-071-2/+3
* gfapi : check the value "iovec" in glfs_io_async_cbk only for readJiffin Tony Thottan2016-07-041-1/+6
* gfapi/handleops: Avoid using glfd during createSoumya Koduri2016-07-011-23/+9
* gfapi/upcall: Ignore handle create failuresSoumya Koduri2016-06-171-24/+118
* gfapi: Fix IO error caused when there is consecutive graph switchesPoornima G2016-06-171-1/+0
* api: revert addition of glfs_ipc_xd()Kaleb S KEITHLEY2016-06-133-16/+2
* libglusterfs (timer): race conditions, illegal mem access, mem leakKaleb S KEITHLEY2016-06-081-4/+4
* gfapi/upcall: Use GF_CALLOC while allocating variablesSoumya Koduri2016-05-241-1/+2
* gfapi: clear loc.gfid when retrying after ESTALERaghavendra Talur2016-05-121-0/+1
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-114-8/+18
* gfapi: Fix a deadlock caused by graph switch while aio in progressPoornima G2016-05-061-206/+362
* gfapi: fill iatt in readdirp_cbk if entry->inode is nullMohammed Rafi KC2016-04-281-0/+11
* gfapi: set need_lookup flag on response listMohammed Rafi KC2016-04-271-1/+1
* glfs-mgmt: fix connecting to multiple volfile transportsPrasanna Kumar Kalever2016-03-241-26/+57
* gfapi: Fix the crashes caused by global_xlator and THISPoornima G2016-03-221-7/+53
* gfapi: preserve glfd state during glfs_dupRajesh Joseph2016-03-141-0/+1
* gfapi: Use inode_forget in case of handle objectsSoumya Koduri2016-02-231-0/+3
* gfapi: Add xlator_cbks fops in gfapiSoumya Koduri2016-02-231-1/+23
* gfapi : Avoid double freeing of dict in glfs_*_*getxattrJiffin Tony Thottan2016-02-231-5/+10
* gfapi : fixing listxattr call for handle opsJiffin Tony Thottan2016-02-231-11/+15
* glusterd: Bug fixes for IPv6 supportNithin D2016-02-201-0/+12
* experimental: add fdl (Full Data Logging) translatorJeff Darcy2016-02-133-2/+16
* api: glfs_lseek must return repositioned offset for SEEK_SET, SEEK_CUR flagsAnoop C S2016-02-111-0/+2
* libgfapi: glfd close is not correctly handled for async fopRajesh Joseph2016-02-104-40/+224
* gfapi: Remove TODO for merging of locksAnoop C S2016-02-041-1/+0
* gfapi: add support for SEEK_HOLE and SEEK_DATA in glfs_lseek()Niels de Vos2016-02-041-2/+69
* gfapi: send lookup if inode_ctx is not setMohammed Rafi KC2016-01-133-5/+18
* api: Fix errno being set to EINVAL even on successPrashanth Pai2016-01-051-0/+2
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* Upcall: Read gfid from iatt in case of invalid inodeSoumya Koduri2015-12-011-0/+4
* libgfapi: To support set_volfile-server-transport type "unix"Mohamed Ashiq2015-11-173-13/+25
* gfapi: function exit should use __GLFS_EXIT_FSMilind Changire2015-11-091-8/+8
* gfapi: xattr key length check to avoid brick crashMilind Changire2015-10-092-0/+70
* gfapi: transport and port are optional for glfs_set_volfile_serverRaghavendra Talur2015-09-281-12/+43