summaryrefslogtreecommitdiffstats
path: root/api/src
Commit message (Expand)AuthorAgeFilesLines
* Updating the glfs_setattr and glfs_fsetattr public APIs to use glfs_statArjun Sharma2019-02-272-61/+84
* api: Update all future API versions to rel-6ShyamsundarR2019-02-075-75/+73
* api: bad GFAPI_4.1.6 blockKaleb S. KEITHLEY2019-01-301-2/+3
* rpc: use address-family option from vol fileMilind Changire2019-01-221-4/+7
* gfapi : making glfs_setattr/glfs_fsetattr as publicArjun2019-01-167-64/+135
* core: Resolve dict_leak at the time of destroying graphMohit Agrawal2019-01-141-2/+2
* gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2019-01-075-50/+159
* gfapi: new api glfs_statx as linux's statxShyamsundarR2019-01-076-3/+273
* glfs-fops.c: fix the bad string length for snprintfKinglong Mee2019-01-071-2/+2
* gfapi: nit cleanup related to releasing fs->mutex lockSoumya Koduri2018-12-311-1/+1
* libgfapi : fix coverity issueSunny Kumar2018-12-311-2/+4
* gfapi: Access fs->oldvolfile under mutex lockSoumya Koduri2018-12-251-0/+6
* clang: Fix various missing checks for empty listShyamsundarR2018-12-141-16/+16
* xlator: make 'xlator_api' mandatoryAmar Tumballi2018-12-131-3/+18
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-125-1/+197
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-059-36/+36
* gfapi: Offload callback notifications to synctaskSoumya Koduri2018-11-262-10/+45
* gfapi: Send fop_attr dict as part of syncop_openSoumya Koduri2018-11-171-1/+1
* gfapi: fix bad dict setting of lease-idKinglong Mee2018-11-081-10/+16
* api: fill out attribute information if not validRaghavendra Gowdappa2018-10-171-2/+10
* libgfapi: Send path with "." for the root when loc.parent is setKinglong Mee2018-10-161-1/+1
* gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-166-22/+63
* gfapi: fix crash of using uninitialized fs->ctxKinglong Mee2018-10-101-1/+6
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* libgfapi: fix use after freed of clnt when dispatching eventsKinglong Mee2018-09-261-2/+7
* api: old and new versioned symbols must appear in each section of gfapi.mapKaleb S. KEITHLEY2018-09-251-39/+46
* gfapi: Cleanup alias fileShyamsundarR2018-09-173-7/+1
* Land part 2 of clang-format changesGluster Ant2018-09-126-9323/+9266
* Land clang-format changesGluster Ant2018-09-125-894/+848
* build: add --enable-asan configure optionsNiels de Vos2018-08-301-7/+9
* glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'sYaniv Kaul2018-08-242-6/+6
* coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-221-1/+3
* api/src/glfs.c: move to GF_MALLOC() instead of GF_CALLOC()Yaniv Kaul2018-08-221-1/+1
* gfapi: Use inode_forget in case of unlink/rename objectsKinglong Mee2018-08-213-3/+21
* gfapi : Handle the path == "" glfs_resolve_atJiffin Tony Thottan2018-08-131-7/+10
* coverity: Fix remaining SECURE_TEMP issues reportedShyamsundarR2018-08-031-5/+27
* libgfapi: fix memory leak on old volume filesZhang Huan2018-07-282-2/+5
* 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-273-3/+3
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-227-24/+25
* gfapi : Coverity FixesJiffin Tony Thottan2018-06-141-3/+2
* api: cleanup headersKaleb S. KEITHLEY2018-06-1111-261/+377
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-041-2/+0
* libgfapi: Fix lookup on rootKotresh HR2018-05-281-2/+2
* api: missing __THROW on pub function declsKaleb S. KEITHLEY2018-05-252-5/+5
* core: make glfs_iobuf_copy() consumable for general purpose.Susant Palai2018-05-241-47/+4
* gfapi: various broken symbol versionsKaleb S. KEITHLEY2018-05-106-80/+107
* gfapi: acutally avoid recall callback when closedv4.2devThomas Hindoe Paaboel Andersen2018-05-061-1/+2
* gfapi : RECALL_LEASE implementationSoumya Koduri2018-05-048-28/+532
* gfapi: fix a couple of minor issuesKaleb S. KEITHLEY2018-04-053-6/+2