summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-handleops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* api/libgfapi: Add support for statfs handleMohammed Rafi KC2015-05-051-0/+51
* Upcall: Send stat as part of cache_invalidation notificationsSoumya Koduri2015-05-051-35/+97
* gfapi: Skip and delete the upcall entry if not foundSoumya Koduri2015-05-041-20/+32
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-04-301-14/+22
* libgfapi : port gfapi to new logging frameworkHumble Devassy Chirammal2015-04-281-2/+5
* gfapi: Modified CACHE_INVALIDATE flagsSoumya Koduri2015-04-191-10/+4
* gfapi: Fix in glfs_h_create_from_handleSoumya Koduri2015-04-191-3/+7
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-19/+19
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-6/+6
* Upcall: Added xlator options to enable cache-invalidationSoumya Koduri2015-03-311-12/+11
* gfapi: add glfs_h_acl_set() and glfs_h_acl_get()Niels de Vos2015-03-181-11/+117
* gfapi: APIs to store and process upcall notifications receivedSoumya Koduri2015-03-171-0/+129
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2015-01-121-48/+45
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-1/+1
* gfapi: always close the fd in glfs_h_creat()Niels de Vos2014-12-201-1/+1
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2014-11-071-83/+155
* nfs-ganesha dumps core when Pynfs tests OPDG1O and OPDG11 are run.Meghana Madhusudhan2014-08-011-6/+15
* libgfapi : glfs_create()/glfs_h_creat()/glfs_open()/glfs_h_open() should setAtin Mukherjee2014-07-281-1/+2
* make snapview-server more compatible with NFS serverRaghavendra Bhat2014-07-161-1/+8
* libgfapi: Fixed few memory leaks in glfs_h_getxattr, glfs_h_setxattr calls.Soumya Koduri2014-06-021-1182/+1187
* user servicable snapshotsRaghavendra Bhat2014-05-291-0/+51
* libgfapi: A minor bug-fix in glfs_h_setxattr and glfs_h_removexattr calls.Soumya Koduri2014-04-281-2/+3
* Added Handle-based ops to get/set/remove extended attributes in the libgfapi.Soumya Koduri2014-04-181-0/+160