summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gfapi: fix for not able to rename foldersRaghavendra Talur2013-07-161-8/+11
* gfapi: fix read past EOF in glfs_preadv()Anand Avati2013-06-201-3/+4
* gfapi: async discard supportBrian Foster2013-06-131-0/+35
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+34
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+34
* gfapi: add new API glfs_dup() to copy a file descriptorAnand Avati2013-05-291-0/+42
* gfapi: handle graph switch (cwd, fds, locks)Anand Avati2013-05-281-64/+341
* gfapi: provide stable st_dev in stat structureAnand Avati2013-05-251-4/+12