summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* glusterd: TLS verification fails while using intermediate CAMohit Agrawal2018-03-191-0/+1
* Fetch backup volfile servers from glusterd2Prashanth Pai2018-02-162-52/+72
* gfapi: return pre/post attributes at callback for glfs apiKinglong Mee2018-02-124-96/+379
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-124-8/+37
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-125-17/+72
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-124-26/+93
* libgfapi: Remove need_lookup from readdirpKinglong Mee2018-02-081-9/+2
* libgfapi: skip nameless lookup if stat is NULLKinglong Mee2018-02-081-2/+3
* gfapi : New APIs have been added to use lease feature in glusterSoumya Koduri2018-01-2610-29/+279
* build: use libtirpc by default, even if ipv6 is not the defaultKaleb S. KEITHLEY2018-01-261-1/+1
* libgfapi: Add new api for supporting mandatory-locksAnoop C S2018-01-225-32/+147
* gfapi : added glfs_setfsleaseid() for setting lease idSoumya Koduri2018-01-194-0/+31
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-173-10/+10
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-84/+60
* gfapi: fix issue when glfs_set_logging is called concurrentlyZhang Huan2017-12-061-5/+0
* libglusterfs: specify ctx in gf_log_set_loglevelZhang Huan2017-12-061-1/+1
* gfapi: avoid nameless lookup when inode_find successKinglong Mee2017-11-281-2/+22
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* *.pc: Fix include path in CflagsAndrea Bolognani2017-11-081-2/+2
* gfapi: Fix several coverity issues in glfs-fops.cMohammed Rafi KC2017-11-081-3/+5
* gfapi: Register/Unregister Upcall events' callbackSoumya Koduri2017-10-318-95/+402
* gfapi: update symbol version of glfd_set_lk_owner to 3.10.7Soumya Koduri2017-10-174-12/+11
* gfapi: free xlator_cmdline_option_t when set through glfs_set_xlator_option()Niels de Vos2017-10-131-1/+22
* gfapi: set lkowner in glfdSoumya Koduri2017-10-125-0/+87
* gfapi: adds a glfs_mem_header for exported memoryKinglong Mee2017-09-014-38/+137
* Infra to indentify processhari gowtham2017-08-161-0/+16
* gfapi: Duplicate the buffer sent in setxattr callsPoornima G2017-08-073-6/+21
* tests/gfapi : add test case for nameless lookups in glfs_resolve_component()Jiffin Tony Thottan2017-08-021-1/+2
* gfapi: mark glfs_ipc() for internal use onlyNiels de Vos2017-07-265-20/+10
* mem-pool: initialize pthread_key_t pool_key in mem_pool_init_early()Niels de Vos2017-07-191-1/+2
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-1/+1
* gfapi: prevent mem-pool leak in case glfs_new_fs() failsNiels de Vos2017-07-121-12/+21
* mgtm/core : use sha hash function for volfile checkMohammed Rafi KC2017-07-101-2/+2
* gfapi+libglusterfs: fix mem_pools_fini without mem_pools_init caseJeff Darcy2017-07-091-6/+6
* gfapi: add mem_pools_init and mem_pools_fini callsKaleb S. KEITHLEY2017-07-051-0/+12
* multiple: fix struct/typedef inconsistenciesJeff Darcy2017-06-301-2/+2
* gfapi : Resolve "." and ".." only for named lookupsJiffin Tony Thottan2017-06-201-8/+64
* gfapi: change root lookup from nameless to named lookupMohammed Rafi KC2017-06-092-2/+35
* gfapi: fix handling of dot and double dot in pathMohammed Rafi KC2017-05-141-24/+17
* gfapi: Fix few severe coverity issuesSoumya Koduri2017-05-053-2/+9
* gfapi/handleops: Introducing glfs_xreaddirplus_r() fop for handleopsSoumya Koduri2017-05-0210-4/+303
* api: fix typo of glfs_upcall_get_eventKinglong Mee2017-05-022-2/+2
* api: fix two typos of GFAPI_PUBLIC function defineKinglong Mee2017-04-292-2/+2
* api: free the xattr data after using in glfs_volfile_fetchKinglong Mee2017-04-261-0/+2
* api: fix bad release of dict causes memory leakKinglong Mee2017-04-251-2/+4
* api: free all dynamic memory returned from xdr_to_genericKinglong Mee2017-04-211-1/+4
* api: Fix incorrect strcmp() during fs initialisationKrutika Dhananjay2017-04-182-4/+4
* gfapi: Fix inode ref leak in anonymous fd I/O APIsSoumya Koduri2017-04-181-0/+6
* gfapi: prevent off-by-one buffer overrun in glfs_sysrq()Niels de Vos2017-04-181-5/+5
* gfapi: remove unneeded NULL-check in glfs_fsync_async_common()Niels de Vos2017-04-111-2/+1