summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* gfapi: Move the SECURE_ACCESS_FILE check out of glfs_mgmt_initMôshe van der Sterre2020-09-292-5/+5
* gfapi: Check the fd argument before accessing itXavi Hernandez2020-09-252-0/+75
* api: libgfapi symbol versions break LTO in Fedora rawhide/f33Kaleb S. KEITHLEY2020-07-036-355/+210
* cluster/afr: Delay post-op for fsyncPranith Kumar K2020-06-081-1/+14
* syncop: improve scaling and implement more toolsXavi Hernandez2020-05-131-1/+1
* gfapi: Suspend synctasks instead of blocking themSoumya Koduri2020-04-073-2/+50
* libgfapi: fix resource leakSunny Kumar2020-02-031-0/+1
* multiple xlators: reduce key lengthYaniv Kaul2020-01-141-3/+1
* api-glfs-fops: structure loggingyatipadia2020-01-147-286/+330
* api: Fix documentation path in READMENiklas Hambüchen2019-11-131-1/+1
* rpc: align structsYaniv Kaul2019-10-171-8/+8
* libgfapi : Dereference after null check - coverity fixPurna Pavan Chandra Aekkaladevi2019-09-301-1/+6
* gfapi: Update the version of 'glfs_h_creat_open'Soumya Koduri2019-09-274-8/+8
* gfapi: 'glfs_h_creat_open' - new API to create handle and open fdSoumya Koduri2019-09-254-0/+147
* libgfapi: return correct errno on invalid volume nameSheetal Pamecha2019-09-121-1/+14
* api: fixing a coverity issueBarak Sason2019-08-201-2/+4
* gfapi: provide version for statedump pathAmar Tumballi2019-08-134-4/+4
* gfapi: Fix deadlock while processing upcallSoumya Koduri2019-08-021-33/+131
* gfapi: increase function-coverageAmar Tumballi2019-07-311-0/+2
* event: rename event_XXX with gf_ prefixedXiubo Li2019-07-291-5/+5
* cli: defer create_frame() (and dict creation) to later stages.Yaniv Kaul2019-07-161-4/+7
* Replace usleep() with nanosleep()Vijay Bellur2019-07-111-1/+1
* gfapi: set right pargfid according to parent's inodeKinglong Mee2019-06-251-0/+3
* 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