summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gfapi: use const qualifier for glfs_*timens()Oleksandr Natalenko2016-08-101-3/+5
* glfs/upcall: entries should be removed under mutex lockSoumya Koduri2016-07-221-1/+3
* gfapi: update count when glfs_buf_copy is usedRaghavendra Talur2016-07-071-2/+3
* gfapi : check the value "iovec" in glfs_io_async_cbk only for readJiffin Tony Thottan2016-06-281-1/+6
* libglusterfs/gfapi: set appropriate errno for inode_link failuresSoumya Koduri2016-05-101-1/+0
* gfapi: Fix a deadlock caused by graph switch while aio in progressPoornima G2016-05-061-206/+362
* gfapi: fill iatt in readdirp_cbk if entry->inode is nullMohammed Rafi KC2016-04-281-0/+11
* gfapi: set need_lookup flag on response listMohammed Rafi KC2016-04-271-1/+1
* gfapi: preserve glfd state during glfs_dupRajesh Joseph2016-03-141-0/+1
* gfapi : Avoid double freeing of dict in glfs_*_*getxattrJiffin Tony Thottan2016-02-231-5/+10
* api: glfs_lseek must return repositioned offset for SEEK_SET, SEEK_CUR flagsAnoop C S2016-02-111-0/+2