summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* Updating the glfs_setattr and glfs_fsetattr public APIs to use glfs_statArjun Sharma2019-02-271-59/+82
* api: Update all future API versions to rel-6ShyamsundarR2019-02-071-23/+23
* gfapi : making glfs_setattr/glfs_fsetattr as publicArjun2019-01-161-52/+66
* gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2019-01-071-38/+120
* gfapi: new api glfs_statx as linux's statxShyamsundarR2019-01-071-0/+140
* glfs-fops.c: fix the bad string length for snprintfKinglong Mee2019-01-071-2/+2
* libgfapi : fix coverity issueSunny Kumar2018-12-311-2/+4
* clang: Fix various missing checks for empty listShyamsundarR2018-12-141-16/+16
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-121-0/+155
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-2/+2
* gfapi: Offload callback notifications to synctaskSoumya Koduri2018-11-261-9/+44
* api: fill out attribute information if not validRaghavendra Gowdappa2018-10-171-2/+10
* gfapi: Bug fixes in leases processing code-pathSoumya Koduri2018-10-161-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* gfapi: Cleanup alias fileShyamsundarR2018-09-171-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-241-4/+2
* coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-221-1/+3
* gfapi: Use inode_forget in case of unlink/rename objectsKinglong Mee2018-08-211-1/+10
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-3/+3
* gfapi : Coverity FixesJiffin Tony Thottan2018-06-141-3/+2
* api: cleanup headersKaleb S. KEITHLEY2018-06-111-5/+5
* core: make glfs_iobuf_copy() consumable for general purpose.Susant Palai2018-05-241-47/+4
* gfapi: various broken symbol versionsKaleb S. KEITHLEY2018-05-101-18/+18
* gfapi: acutally avoid recall callback when closedv4.2devThomas Hindoe Paaboel Andersen2018-05-061-1/+2
* gfapi : RECALL_LEASE implementationSoumya Koduri2018-05-041-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-121-55/+331
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-121-4/+31
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-121-8/+59
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-18/+82
* libgfapi: Remove need_lookup from readdirpKinglong Mee2018-02-081-9/+2
* gfapi : New APIs have been added to use lease feature in glusterSoumya Koduri2018-01-261-13/+122
* libgfapi: Add new api for supporting mandatory-locksAnoop C S2018-01-221-31/+97
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-171-4/+4
* gfapi: Fix several coverity issues in glfs-fops.cMohammed Rafi KC2017-11-081-3/+5
* gfapi: Register/Unregister Upcall events' callbackSoumya Koduri2017-10-311-50/+136
* gfapi: update symbol version of glfd_set_lk_owner to 3.10.7Soumya Koduri2017-10-171-2/+2
* gfapi: set lkowner in glfdSoumya Koduri2017-10-121-0/+51
* gfapi: adds a glfs_mem_header for exported memoryKinglong Mee2017-09-011-7/+16
* gfapi: Duplicate the buffer sent in setxattr callsPoornima G2017-08-071-4/+14
* gfapi: Fix few severe coverity issuesSoumya Koduri2017-05-051-1/+6
* gfapi/handleops: Introducing glfs_xreaddirplus_r() fop for handleopsSoumya Koduri2017-05-021-1/+136
* gfapi: Fix inode ref leak in anonymous fd I/O APIsSoumya Koduri2017-04-181-0/+6
* gfapi: remove unneeded NULL-check in glfs_fsync_async_common()Niels de Vos2017-04-111-2/+1
* gfapi: async fops should unref in callbacksRaghavendra Talur2016-11-051-18/+12
* gfapi: warn when glfs_realpath() returned malloc'd memoryNiels de Vos2016-10-111-8/+39
* gfapi: Fix few fd ref leaksSoumya Koduri2016-09-261-0/+21
* gfapi: do not cache upcalls if the application is not interestedNiels de Vos2016-08-251-1/+2
* gfapi: add missing glfs_truncateJeff Darcy2016-08-111-0/+44