summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* gfapi: ignore NULL and -1 parameters in glfs_set_logging()Anand Avati2013-05-251-5/+8
* gfapi: provide stable st_dev in stat structureAnand Avati2013-05-253-4/+16
* gfapi: link inodes in relevant entry FOPsAnand Avati2013-05-251-4/+69
* gfapi: optimistic resolution with ESTALE detectionAnand Avati2013-05-253-60/+248
* gfapi: add new API glfs_set_xlator_option()Anand Avati2013-05-023-1/+45
* gfapi: POSIX locking supportAnand Avati2013-04-243-0/+53
* gfapi: implement readdirplus_r supportAnand Avati2013-04-242-8/+26
* gfapi: handle root (/) resolution gracefully for realpath()Anand Avati2013-04-231-1/+4
* gfapi: support for chdir() and familyAnand Avati2013-04-196-10/+302
* gfapi: dict_unref() xattr_req in fop finish instead of dict_destroy()Anand Avati2013-03-072-5/+5
* Better mechanism to handle memory accountingVijay Bellur2013-02-171-0/+2
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* glusterd,glusterfsd,libgfapi: Client op-versionKaushal M2013-02-061-1/+40
* gfapi: Mark fs->init status done in glfs_init_done for the case of glfs_init_...Mohammed Junaid2013-02-031-4/+15
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-6/+3
* core: remove all the 'inner' functions in codebaseAmar Tumballi2012-12-191-22/+2
* api: update Python wrapperJeff Darcy2012-12-191-24/+395
* libgfapi: "tcp" is documented as the valid transport type instead of "socket".Avra Sengupta2012-11-283-5/+5
* api/examples: updated examples to use new callsAnand Avati2012-11-051-0/+87
* gfapi: added more API callsAnand Avati2012-10-083-2/+1416
* glfs-resolve: fix resolution of "/"Anand Avati2012-10-031-2/+27
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-3/+4
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-3/+1
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1