summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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