summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* afr: fix directory entry count (#2233)Xavi Hernandez2021-03-091-1/+2
* gfapi: avoid crash while logging message. (#2139)Rinku Kothiya2021-02-091-1/+1
* gfapi: give appropriate error when size exceedsRinku Kothiya2020-11-031-0/+8
* gfapi: Check the fd argument before accessing itXavi Hernandez2020-09-231-0/+70
* api: libgfapi symbol versions break LTO in Fedora rawhide/f33Kaleb S. KEITHLEY2020-07-021-213/+109
* libgfapi: fix resource leakSunny Kumar2020-01-311-0/+1
* api-glfs-fops: structure loggingyatipadia2019-11-251-50/+43
* api: fixing a coverity issueBarak Sason2019-08-181-2/+4
* gfapi: Fix deadlock while processing upcallSoumya Koduri2019-07-251-33/+131
* gfapi: fix incorrect initialization of upcall syncop argumentsSoumya Koduri2019-06-071-37/+72
* gfapi: Unblock epoll thread for upcall processingSoumya Koduri2019-03-281-8/+34
* Updating the glfs_setattr and glfs_fsetattr public APIs to use glfs_statArjun Sharma2019-02-211-59/+82
* api: Update all future API versions to rel-6ShyamsundarR2019-02-051-23/+23
* gfapi : making glfs_setattr/glfs_fsetattr as publicArjun2018-12-041-52/+66
* gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2018-12-201-38/+120
* gfapi: new api glfs_statx as linux's statxShyamsundarR2018-11-211-0/+140
* glfs-fops.c: fix the bad string length for snprintfKinglong Mee2019-01-031-2/+2
* libgfapi : fix coverity issueSunny Kumar2018-12-281-2/+4
* clang: Fix various missing checks for empty listShyamsundarR2018-12-121-16/+16
* copy_file_range support in GlusterFSRaghavendra Bhat2018-11-061-0/+155
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-2/+2
* gfapi: Offload callback notifications to synctaskSoumya Koduri2018-11-181-9/+44
* api: fill out attribute information if not validRaghavendra Gowdappa2018-10-121-2/+10
* gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-101-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-09-251-1/+1
* gfapi: Cleanup alias fileShyamsundarR2018-09-141-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-4204/+4248
* glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'sYaniv Kaul2018-08-211-4/+2
* coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-211-1/+3
* gfapi: Use inode_forget in case of unlink/rename objectsKinglong Mee2018-07-271-1/+10
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-3/+3
* gfapi : Coverity FixesJiffin Tony Thottan2018-06-131-3/+2
* api: cleanup headersKaleb S. KEITHLEY2018-05-211-5/+5
* core: make glfs_iobuf_copy() consumable for general purpose.Susant Palai2018-05-181-47/+4
* gfapi: various broken symbol versionsKaleb S. KEITHLEY2018-05-071-18/+18
* gfapi: acutally avoid recall callback when closedThomas Hindoe Paaboel Andersen2018-05-051-1/+2
* gfapi : RECALL_LEASE implementationSoumya Koduri2018-04-271-26/+385
* gfapi: fix a couple of minor issuesKaleb S. KEITHLEY2018-04-051-0/+2
* gfapi: return pre/post attributes at callback for glfs apiKinglong Mee2018-02-011-55/+331
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-011-4/+31
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-01-181-8/+59
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-18/+82
* libgfapi: Remove need_lookup from readdirpKinglong Mee2018-02-011-9/+2
* gfapi : New APIs have been added to use lease feature in glusterSoumya Koduri2018-01-101-13/+122
* libgfapi: Add new api for supporting mandatory-locksAnoop C S2016-01-191-31/+97
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-051-4/+4
* gfapi: Fix several coverity issues in glfs-fops.cMohammed Rafi KC2017-11-021-3/+5
* gfapi: Register/Unregister Upcall events' callbackSoumya Koduri2017-09-221-50/+136
* gfapi: update symbol version of glfd_set_lk_owner to 3.10.7Soumya Koduri2017-10-131-2/+2
* gfapi: set lkowner in glfdSoumya Koduri2017-10-041-0/+51