summaryrefslogtreecommitdiffstats
path: root/argp-standalone
Commit message (Expand)AuthorAgeFilesLines
* Make changes such that glusterfs builds with Werror and fix LONG_LONG_MAX def...Pavan Sondur2009-10-012-5/+6
* Added all filesVikas Gorur2009-02-1819-0/+6938
pan>/+131 * api: Update all future API versions to rel-7Rinku Kothiya2019-07-244-4/+4 * glfs: add syscall.h after header cleanupAmar Tumballi2019-06-141-0/+1 * multiple files: another attempt to remove includesYaniv Kaul2019-06-142-13/+0 * gfapi: provide an api for setting statedump pathAmar Tumballi2019-06-144-0/+98 * gfapi: fix incorrect initialization of upcall syncop argumentsSoumya Koduri2019-06-141-37/+72 * across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-1/+1 * api/glfsxmp.c: minor fixesSheetal Pamecha2019-05-261-63/+236 * core: avoid dynamic TLS allocation when possibleXavi Hernandez2019-04-241-2/+1 * gfapi: Unblock epoll thread for upcall processingSoumya Koduri2019-03-291-8/+34 * gfapi: add function to set client-pidRavishankar N2019-03-264-0/+26 * rpc/transport: Missing a ref on dict while creating transport objectMohammed Rafi KC2019-03-201-2/+8 * Updating the glfs_setattr and glfs_fsetattr public APIs to use glfs_statArjun Sharma2019-02-272-61/+84 * api: Update all future API versions to rel-6ShyamsundarR2019-02-075-75/+73 * api: bad GFAPI_4.1.6 blockKaleb S. KEITHLEY2019-01-301-2/+3 * rpc: use address-family option from vol fileMilind Changire2019-01-221-4/+7 * gfapi : making glfs_setattr/glfs_fsetattr as publicArjun2019-01-167-64/+135 * core: Resolve dict_leak at the time of destroying graphMohit Agrawal2019-01-141-2/+2 * gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2019-01-075-50/+159 * gfapi: new api glfs_statx as linux's statxShyamsundarR2019-01-076-3/+273 * glfs-fops.c: fix the bad string length for snprintfKinglong Mee2019-01-071-2/+2 * gfapi: nit cleanup related to releasing fs->mutex lockSoumya Koduri2018-12-311-1/+1 * libgfapi : fix coverity issueSunny Kumar2018-12-311-2/+4 * gfapi: Access fs->oldvolfile under mutex lockSoumya Koduri2018-12-251-0/+6 * clang: Fix various missing checks for empty listShyamsundarR2018-12-141-16/+16 * xlator: make 'xlator_api' mandatoryAmar Tumballi2018-12-131-3/+18 * copy_file_range support in GlusterFSRaghavendra Bhat2018-12-125-1/+197 * libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-059-36/+36 * gfapi: Offload callback notifications to synctaskSoumya Koduri2018-11-262-10/+45 * gfapi: Send fop_attr dict as part of syncop_openSoumya Koduri2018-11-171-1/+1 * gfapi: fix bad dict setting of lease-idKinglong Mee2018-11-081-10/+16 * api: fill out attribute information if not validRaghavendra Gowdappa2018-10-171-2/+10 * libgfapi: Send path with "." for the root when loc.parent is setKinglong Mee2018-10-161-1/+1 * gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-166-22/+63 * gfapi: fix crash of using uninitialized fs->ctxKinglong Mee2018-10-101-1/+6 * all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1 * libgfapi: fix use after freed of clnt when dispatching eventsKinglong Mee2018-09-261-2/+7 * api: old and new versioned symbols must appear in each section of gfapi.mapKaleb S. KEITHLEY2018-09-251-39/+46 * gfapi: Cleanup alias fileShyamsundarR2018-09-173-7/+1 * Land part 2 of clang-format changesGluster Ant2018-09-127-10783/+10766 * Land clang-format changesGluster Ant2018-09-125-894/+848 * core: python3Kaleb S. KEITHLEY2018-09-031-1/+1 * build: add --enable-asan configure optionsNiels de Vos2018-08-301-7/+9 * glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'sYaniv Kaul2018-08-242-6/+6 * coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-221-1/+3 * api/src/glfs.c: move to GF_MALLOC() instead of GF_CALLOC()Yaniv Kaul2018-08-221-1/+1 * gfapi: Use inode_forget in case of unlink/rename objectsKinglong Mee2018-08-213-3/+21 * gfapi : Handle the path == "" glfs_resolve_atJiffin Tony Thottan2018-08-131-7/+10