summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* libgfapi: adding 'follow' flag to glfs_h_lookupat()Jiffin Tony Thottan2015-08-245-27/+42
* libgfapi: non-default symbol version macros are incorrectKaleb S. KEITHLEY2015-08-191-2/+2
* rpc: add owner xlator argument to rpc_clnt_newKrishnan Parthasarathi2015-08-122-2/+1
* gfapi: remove unused variables in priv_glfs_process_upcall_event()Niels de Vos2015-07-241-2/+0
* syncop: Include iatt to 'syncop_link' argsSoumya Koduri2015-07-102-5/+5
* gfapi: correct symbol versioning in glfs-handles.hNiels de Vos2015-07-101-2/+2
* gfapi: Update loc->inode accordingly in 'glfs_loc_link'Soumya Koduri2015-07-092-15/+11
* libgfapi: Gracefully exit when glfd is invalidPrashanth Pai2015-07-072-4/+6
* build: Mac OS X build issues, header guard macrosKaleb S. KEITHLEY2015-07-041-2/+2
* build: Mac OS X build issues, gfapi symbol versionsKaleb S. KEITHLEY2015-07-042-3/+3
* libgfapi: send explicit lookups on inodes linked in readdirpRaghavendra Bhat2015-07-022-14/+51
* Revert "Upcall/gfapi: Return ENOTSUP when upcall feature is disabled"Niels de Vos2015-06-284-72/+1
* gfapi : symlink resolution for glfs_objectJiffin Tony Thottan2015-06-283-2/+64
* Upcall/gfapi: Return ENOTSUP when upcall feature is disabledSoumya Koduri2015-06-274-1/+72
* build: do not #include "config.h" in each fileNiels de Vos2015-05-295-25/+0
* libgfapi: introduce bit flags for pthread mutex and cond variablesHumble Devassy Chirammal2015-05-282-73/+100
* 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
* core: use reference counting for mem_acct structuresJeff Darcy2015-05-091-1/+1
* libgfapi: Store and restore THIS in every API exposed by libgfapiPoornima G2015-05-085-145/+591
* libgfapi : anonymous fd supportJiffin Tony Thottan2015-05-056-0/+226
* api/libgfapi: Add support for statfs handleMohammed Rafi KC2015-05-054-0/+57
* Upcall: Send stat as part of cache_invalidation notificationsSoumya Koduri2015-05-054-39/+134
* 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-305-35/+96
* Fix ENOKEY build failure on non Linux systemsEmmanuel Dreyfus2015-04-291-3/+3
* libgfapi : port gfapi to new logging frameworkHumble Devassy Chirammal2015-04-287-92/+254
* gfapi: Reduce the log-level from ERROR to TRACEAnoop C S2015-04-241-1/+1
* gfapi: Modified CACHE_INVALIDATE flagsSoumya Koduri2015-04-192-28/+21
* gfapi: Fix in glfs_h_create_from_handleSoumya Koduri2015-04-192-3/+10
* gfapi: fix potential non-0-terminated string (CID 1134002)Michael Adam2015-04-181-1/+2
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-083-67/+69
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-045-27/+27
* libgfapi : return if gf_strdup failedHumble Devassy Chirammal2015-04-011-1/+2
* Upcall: Added xlator options to enable cache-invalidationSoumya Koduri2015-03-312-18/+16
* libgfapi: revamp glfs_new functionHumble Devassy Chirammal2015-03-301-29/+78
* features/bit-rot: Implementation of bit-rot xlatorVenky Shankar2015-03-241-21/+0
* gfapi: space/tab conversion in gfapi.mapNiels de Vos2015-03-191-5/+5
* gfapi: add glfs_h_acl_set() and glfs_h_acl_get()Niels de Vos2015-03-187-13/+140
* libgfapi, timer: Fix a crash seen in timer when glfs_fini was invoked.Poornima G2015-03-171-3/+10
* gfapi: APIs to store and process upcall notifications receivedSoumya Koduri2015-03-179-4/+370
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-174-1/+40
* gfapi: improve source comments and error messages.Humble Devassy Chirammal2015-03-163-5/+11
* libgfapi: initialize child_down_count cond. variable.Humble Devassy Chirammal2015-03-161-0/+1
* doc: convert gfapi symbol version to markdown and move to docKaleb S. KEITHLEY2015-03-101-226/+1
* gfapi: Add NULL check for volname in glfs_new()Prashanth Pai2015-03-081-0/+10
* Use common loc-touchup in fuse/server/gfapiPranith Kumar K2015-03-081-22/+7
* glfs_fini: Clean up all the resources allocated in glfs_new.Poornima G2015-03-042-7/+122
* libgfapi: In glfs_init() set the cwd to "/".Poornima G2015-02-271-0/+5
* gfapi: handle inode_link failures gracefullyRajesh Joseph2015-02-201-1/+9