summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* gfapi : check the value "iovec" in glfs_io_async_cbk only for readJiffin Tony Thottan2016-06-291-1/+6
* gfapi: fill iatt in readdirp_cbk if entry->inode is nullMohammed Rafi KC2016-05-231-0/+11
* gfapi: set need_lookup flag on response listMohammed Rafi KC2016-05-231-1/+1
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-111-1/+0
* gfapi: Fix a deadlock caused by graph switch while aio in progressPoornima G2016-05-061-206/+362
* gfapi: preserve glfd state during glfs_dupRajesh Joseph2016-03-301-0/+1
* libgfapi: glfd close is not correctly handled for async fopRajesh Joseph2016-03-301-9/+172
* gfapi: return EINVAL for unsupported lseek() operationsNiels de Vos2016-03-091-1/+9
* gfapi: send lookup if inode_ctx is not setMohammed Rafi KC2016-02-271-0/+2
* gfapi: xattr key length check to avoid brick crashMilind Changire2015-11-091-0/+50
* libgfapi : port missing gf_log's to gf_msgManikandan Selvaganesh2015-08-311-6/+6
* syncop: Include iatt to 'syncop_link' argsSoumya Koduri2015-07-151-2/+2
* gfapi: Update loc->inode accordingly in 'glfs_loc_link'Soumya Koduri2015-07-101-5/+11
* libgfapi: send explicit lookups on inodes linked in readdirpRaghavendra Bhat2015-07-061-1/+15
* libgfapi: Store and restore THIS in every API exposed by libgfapiPoornima G2015-05-091-60/+308
* libgfapi : anonymous fd supportJiffin Tony Thottan2015-05-071-0/+155
* Upcall: Send stat as part of cache_invalidation notificationsSoumya Koduri2015-05-071-1/+4
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-05-071-7/+67
* 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
* syncops: expose @flags in syncop_rmdir()Anand Avati2013-11-211-1/+1
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-2/+2
* gfapi: introduce glfs_readdir() and glfs_readdirplus() APIsAnand Avati2013-11-131-2/+72
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+65
* gfapi: object handle based API extensionsR.Shyamsundar2013-10-111-15/+3
* gfapi: Fix iobuf leaks in gfapiPoornima2013-10-111-5/+5
* gfapi: use native STACK_WIND for read _async() callsAnand Avati2013-09-171-10/+81
* gfapi: store the open/create flags in fd_t objectPoornima2013-09-061-0/+2
* api: Add null check for active_subvol in glfs_close.Raghavendra Talur2013-08-291-0/+5
* libgfapi : Fix for hardlink creation on SMB mountAnand Avati2013-08-131-0/+9
* gfapi: perform open() on pre-existing inode in glfs_creat()Anand Avati2013-07-311-3/+7
* gfapi: fix glfs_readlink()Anand Avati2013-07-311-1/+6
* api: Avoid a NULL deref in glfs_open().Vijay Bellur2013-07-301-1/+1