summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* gfapi: Fix deadlock while processing upcallSoumya Koduri2019-08-021-33/+131
* gfapi: fix incorrect initialization of upcall syncop argumentsSoumya Koduri2019-07-051-37/+72
* gfapi: Unblock epoll thread for upcall processingSoumya Koduri2019-04-011-8/+34
* api: bad GFAPI_4.1.6 blockKaleb S. KEITHLEY2019-01-291-2/+3
* gfapi: Access fs->oldvolfile under mutex lockSoumya Koduri2019-01-091-0/+6
* gfapi: Offload callback notifications to synctaskSoumya Koduri2018-12-122-10/+45
* gfapi: Send fop_attr dict as part of syncop_openSoumya Koduri2018-11-291-1/+1
* gfapi: fix bad dict setting of lease-idKinglong Mee2018-11-121-10/+16
* gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-186-21/+62
* api: fill out attribute information if not validRaghavendra Gowdappa2018-10-171-2/+10
* gfapi: Cleanup alias filev5.0rc0ShyamsundarR2018-09-173-8/+1
* gfapi: revert several patchs that introduced pre/post attrsShyamsundarR2018-09-175-225/+42
* gfapi: revert "gfapi: return pre/post attributes at callback for glfs api"ShyamsundarR2018-09-174-366/+91
* Land part 2 of clang-format changesGluster Ant2018-09-127-10783/+10766
* Land clang-format changesGluster Ant2018-09-125-894/+848
* core: python3Kaleb S. KEITHLEY2018-09-031-1/+1
* 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-228-26/+27
* 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
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-05-301-1/+1
* 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
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-05-021-3/+4
* core/build/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-04-121-1/+1
* gfapi: fix a couple of minor issuesKaleb S. KEITHLEY2018-04-053-6/+2
* python: Remove all uses of find_library. Fixes #1450593Niklas Hambüchen2018-03-241-1/+1
* glusterd: TLS verification fails while using intermediate CAMohit Agrawal2018-03-191-0/+1
* Fetch backup volfile servers from glusterd2Prashanth Pai2018-02-162-52/+72
* gfapi: return pre/post attributes at callback for glfs apiKinglong Mee2018-02-124-96/+379
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-124-8/+37
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-125-17/+72
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-124-26/+93
* libgfapi: Remove need_lookup from readdirpKinglong Mee2018-02-081-9/+2
* libgfapi: skip nameless lookup if stat is NULLKinglong Mee2018-02-081-2/+3
* gfapi : New APIs have been added to use lease feature in glusterSoumya Koduri2018-01-2610-29/+279