summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* NetBSD build fixes for release-3.5Emmanuel Dreyfus2014-06-081-0/+9
* libgfapi: Added Handle-based ops to get/set/remove extended attributes in the...Soumya Koduri2014-05-223-1/+178
* libgfapi: Added support to fetch volume info from glusterd and store in glfs...Soumya Koduri2014-05-123-2/+284
* gfapi: glfs_set_volfile_server() now entertains multiple callsHarshavardhana2014-05-094-54/+191
* features/glupy: Rename Glupy python module to avoid namespace conflictJustin Clift2014-03-243-6/+6
* gfapi: Closed the logfile fd and initialize to NULL in glfs_finiPoornima G2014-01-201-2/+2
* libgfapi : Fixing some NULL pointer dereferencing issues.Lalatendu Mohanty2014-01-141-4/+8
* syncops: expose @flags in syncop_rmdir()Anand Avati2013-11-212-2/+2
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-142-4/+4
* gfapi: Closed the logfile fd in glfs_finiPoornima2013-11-141-0/+3
* gfapi: introduce glfs_readdir() and glfs_readdirplus() APIsAnand Avati2013-11-135-2/+96
* glusterfs: zerofill supportM. Mohan Kumar2013-11-102-0/+71
* gfapi: remove unnecessary call to glfs_resolve_base()Anand Avati2013-11-071-1/+2
* libgfapi: fixing tabs in glfsxmp.c with whitespaceLalatendu Mohanty2013-10-271-1450/+1450
* gfapi: fix mem-types initialisationKrutika Dhananjay2013-10-243-2/+15
* gfapi: wake migration waiters after migrationAnand Avati2013-10-221-0/+3
* gfapi: fix return value of glfs_finiKrishnan Parthasarathi2013-10-171-4/+8
* libgfapi: Fix to compilation failure/warnings for examples/glfsxmp.cLalatendu Mohanty2013-10-163-18/+32
* gfapi: object handle based API extensionsR.Shyamsundar2013-10-1110-25/+2952
* gfapi: Fix iobuf leaks in gfapiPoornima2013-10-111-5/+5
* glusterfsd, libgfapi: destroy the temporary graphs constructed for comparisonRaghavendra Bhat2013-10-031-157/+2
* gfapi.py: support dynamic loading of versioned librariesNiels de Vos2013-10-024-11/+45
* core: block unused signals in created threadsAnand Avati2013-09-251-1/+1
* logging: Expose set_log_file_path() in libglusterfs.Vijay Bellur2013-09-242-7/+17
* gfapi: implement a minimial glfs_fini()Anand Avati2013-09-172-4/+74
* 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-062-0/+3
* gfapi: apply an upper bound on nested symlink resolutionAnand Avati2013-09-052-1/+13
* glusterfs, gfapi: fix symbol clashAnand Avati2013-09-051-2/+2
* api: Add null check for active_subvol in glfs_close.Raghavendra Talur2013-08-291-0/+5
* api: Fill loc.path and loc.gfid before syncop_open.Raghavendra Talur2013-08-291-0/+9
* synctask: minor enhancementsAnand Avati2013-08-281-1/+1
* api: Set errno before invoking glfs_init_done()Vijay Bellur2013-08-251-4/+11
* gfapi: Add description of glfs_io_cbk function as a commentAnand Avati2013-08-231-0/+23
* libgfapi : Fix for hardlink creation on SMB mountAnand Avati2013-08-131-0/+9
* log: set ident to openlogBala.FA2013-08-131-1/+2
* Fix broken parallel installTiziano Müller2013-07-311-0/+4
* 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: handle failures in graph switchesAnand Avati2013-07-281-0/+3
* 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-132-0/+38
* glusterfs: discard (hole punch) supportBrian Foster2013-06-133-2/+43
* gluster: add fallocate fop supportBrian Foster2013-06-133-0/+50
* api: Fix api.so and libgfapi.so build time dependencyAnand Avati2013-05-301-2/+1
* gfapi: add new API glfs_dup() to copy a file descriptorAnand Avati2013-05-292-0/+43
* api/Makefile: link api.so against libgfapi (and dependencies)Anand Avati2013-05-291-1/+6
* gfapi: handle graph switch (cwd, fds, locks)Anand Avati2013-05-285-132/+944