summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-handleops.c
Commit message (Expand)AuthorAgeFilesLines
* api: libgfapi symbol versions break LTO in Fedora rawhide/f33Kaleb S. KEITHLEY2020-07-031-64/+36
* api-glfs-fops: structure loggingyatipadia2020-01-141-20/+18
* gfapi: Update the version of 'glfs_h_creat_open'Soumya Koduri2019-09-271-1/+1
* gfapi: 'glfs_h_creat_open' - new API to create handle and open fdSoumya Koduri2019-09-251-0/+135
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-1/+1
* gfapi : making glfs_setattr/glfs_fsetattr as publicArjun2019-01-161-1/+1
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-2/+2
* gfapi: Send fop_attr dict as part of syncop_openSoumya Koduri2018-11-171-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-1914/+1933
* gfapi: Use inode_forget in case of unlink/rename objectsKinglong Mee2018-08-211-1/+6
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-4/+4
* api: cleanup headersKaleb S. KEITHLEY2018-06-111-1/+1
* gfapi : RECALL_LEASE implementationSoumya Koduri2018-05-041-0/+7
* 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-261-6/+62
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-171-4/+4
* gfapi: avoid nameless lookup when inode_find successKinglong Mee2017-11-281-2/+22
* gfapi: Register/Unregister Upcall events' callbackSoumya Koduri2017-10-311-1/+1
* gfapi: adds a glfs_mem_header for exported memoryKinglong Mee2017-09-011-3/+12
* gfapi: Duplicate the buffer sent in setxattr callsPoornima G2017-08-071-1/+7
* gfapi: Fix few severe coverity issuesSoumya Koduri2017-05-051-0/+1
* gfapi/handleops: Introducing glfs_xreaddirplus_r() fop for handleopsSoumya Koduri2017-05-021-0/+45
* api: fix bad release of dict causes memory leakKinglong Mee2017-04-251-2/+4
* gfapi: redesign the public interface for upcall consumersNiels de Vos2016-09-281-60/+166
* gfapi: do not cache upcalls if the application is not interestedNiels de Vos2016-08-251-0/+4
* gfapi/upcall: Fix a ref leakSoumya Koduri2016-07-241-0/+4
* glfs/upcall: entries should be removed under mutex lockSoumya Koduri2016-07-221-1/+1
* gfapi/handleops: Avoid using glfd during createSoumya Koduri2016-06-281-23/+9
* libgfapi/upcall : prepend "glfs_" to callback_arg, callback_inode_argJiffin Tony Thottan2016-06-101-6/+6
* gfapi/upcall : remove unused variable ret in glfs_h_find_handleJiffin Tony Thottan2016-05-311-2/+0
* gfapi/upcall: Use GF_CALLOC while allocating variablesSoumya Koduri2016-05-241-1/+2
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-101-5/+3
* gfapi/upcall: Ignore handle create failuresSoumya Koduri2016-05-021-24/+118
* gfapi: Use inode_forget in case of handle objectsSoumya Koduri2016-02-231-0/+3
* gfapi : fixing listxattr call for handle opsJiffin Tony Thottan2016-02-231-11/+15
* libgfapi: glfd close is not correctly handled for async fopRajesh Joseph2016-02-101-5/+10
* gfapi: send lookup if inode_ctx is not setMohammed Rafi KC2016-01-131-2/+6
* Upcall: Read gfid from iatt in case of invalid inodeSoumya Koduri2015-12-011-0/+4
* gfapi: xattr key length check to avoid brick crashMilind Changire2015-10-091-0/+20
* libgfapi : port missing gf_log's to gf_msgManikandan Selvaganesh2015-08-311-4/+4
* libgfapi: adding 'follow' flag to glfs_h_lookupat()Jiffin Tony Thottan2015-08-241-3/+12
* syncop: Include iatt to 'syncop_link' argsSoumya Koduri2015-07-101-3/+3
* gfapi: Update loc->inode accordingly in 'glfs_loc_link'Soumya Koduri2015-07-091-10/+0
* Revert "Upcall/gfapi: Return ENOTSUP when upcall feature is disabled"Niels de Vos2015-06-281-12/+0
* gfapi : symlink resolution for glfs_objectJiffin Tony Thottan2015-06-281-2/+23
* Upcall/gfapi: Return ENOTSUP when upcall feature is disabledSoumya Koduri2015-06-271-0/+12
* gfapi: zero size issue in glfs_h_acl_set()Jiffin Tony Thottan2015-05-281-2/+2
* gfapi: fix compile warning in pub_glfs_h_access()Niels de Vos2015-05-091-2/+3
* libgfapi: Store and restore THIS in every API exposed by libgfapiPoornima G2015-05-081-40/+155
* libgfapi : anonymous fd supportJiffin Tony Thottan2015-05-051-0/+48