summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* gfapi: async fops should unref in callbacksRaghavendra Talur2016-11-051-18/+12
* gfapi: warn when glfs_realpath() returned malloc'd memoryNiels de Vos2016-10-111-8/+39
* gfapi: Fix few fd ref leaksSoumya Koduri2016-09-261-0/+21
* gfapi: do not cache upcalls if the application is not interestedNiels de Vos2016-08-251-1/+2
* gfapi: add missing glfs_truncateJeff Darcy2016-08-111-0/+44
* gfapi: use const qualifier for glfs_*timens()Oleksandr Natalenko2016-08-101-3/+5
* glfs/upcall: entries should be removed under mutex lockSoumya Koduri2016-07-221-1/+3
* gfapi: update count when glfs_buf_copy is usedRaghavendra Talur2016-07-071-2/+3
* gfapi : check the value "iovec" in glfs_io_async_cbk only for readJiffin Tony Thottan2016-06-281-1/+6
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-101-1/+0
* gfapi: Fix a deadlock caused by graph switch while aio in progressPoornima G2016-05-061-206/+362
* gfapi: fill iatt in readdirp_cbk if entry->inode is nullMohammed Rafi KC2016-04-281-0/+11
* gfapi: set need_lookup flag on response listMohammed Rafi KC2016-04-271-1/+1
* gfapi: preserve glfd state during glfs_dupRajesh Joseph2016-03-141-0/+1
* gfapi : Avoid double freeing of dict in glfs_*_*getxattrJiffin Tony Thottan2016-02-231-5/+10
* api: glfs_lseek must return repositioned offset for SEEK_SET, SEEK_CUR flagsAnoop C S2016-02-111-0/+2
* libgfapi: glfd close is not correctly handled for async fopRajesh Joseph2016-02-101-9/+172
* gfapi: add support for SEEK_HOLE and SEEK_DATA in glfs_lseek()Niels de Vos2016-02-041-2/+69
* gfapi: send lookup if inode_ctx is not setMohammed Rafi KC2016-01-131-0/+2
* gfapi: function exit should use __GLFS_EXIT_FSMilind Changire2015-11-091-8/+8
* gfapi: xattr key length check to avoid brick crashMilind Changire2015-10-091-0/+50
* libgfapi : port missing gf_log's to gf_msgManikandan Selvaganesh2015-08-311-6/+6
* 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-101-2/+2
* gfapi: Update loc->inode accordingly in 'glfs_loc_link'Soumya Koduri2015-07-091-5/+11
* libgfapi: send explicit lookups on inodes linked in readdirpRaghavendra Bhat2015-07-021-1/+15
* libgfapi: Store and restore THIS in every API exposed by libgfapiPoornima G2015-05-081-60/+308
* libgfapi : anonymous fd supportJiffin Tony Thottan2015-05-051-0/+155
* Upcall: Send stat as part of cache_invalidation notificationsSoumya Koduri2015-05-051-1/+4
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-04-301-7/+67
* 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-081-37/+39
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-5/+5
* features/bit-rot: Implementation of bit-rot xlatorVenky Shankar2015-03-241-21/+0
* gfapi: APIs to store and process upcall notifications receivedSoumya Koduri2015-03-171-0/+85
* api: versioned symbols for glfs_resolve()Ravishankar N2015-01-151-13/+13
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2015-01-121-85/+85
* api: export glfs_resolve()Ravishankar N2015-01-061-13/+13
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-4/+4
* api: versioned symbols in libgfapi.so for compatibilityKaleb S. KEITHLEY2014-11-071-218/+396
* rebalance: ``check_free_space`` should ignore quota_statfsHarshavardhana2014-10-311-1/+1
* libgfapi : glfs_create()/glfs_h_creat()/glfs_open()/glfs_h_open() should setAtin Mukherjee2014-07-281-2/+2
* make snapview-server more compatible with NFS serverRaghavendra Bhat2014-07-161-3/+7
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-021-0/+2
* libgfapi: In glfs_*chown, if uid or gid is -1, do not set the corresponding f...Poornima Gurusiddaiah2014-06-231-15/+36
* core: add @xdata parameter to syncop_[f]removexattr()Anand Avati2014-02-131-2/+2
* libgfapi: Fix pointer dereference before NULL checkJose A. Rivera2014-01-241-8/+8
* syncop: Change return value of syncopPranith Kumar K2014-01-191-0/+36
* libgfapi: Fixing possible dereferencing of null pointer "glfd"Lalatendu Mohanty2014-01-161-1/+1
* libgfapi : Fixing some NULL pointer dereferencing issues.Lalatendu Mohanty2014-01-091-4/+8