index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
src
/
glfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
All: run codespell on the code and fix issues.
Yaniv Kaul
2018-07-22
1
-6
/
+6
*
api: cleanup headers
Kaleb S. KEITHLEY
2018-06-11
1
-165
/
+273
*
api: missing __THROW on pub function decls
Kaleb S. KEITHLEY
2018-05-25
1
-4
/
+4
*
gfapi: various broken symbol versions
Kaleb S. KEITHLEY
2018-05-10
1
-26
/
+18
*
gfapi : RECALL_LEASE implementation
Soumya Koduri
2018-05-04
1
-0
/
+8
*
gfapi: fix a couple of minor issues
Kaleb S. KEITHLEY
2018-04-05
1
-4
/
+0
*
gfapi: return pre/post attributes at callback for glfs api
Kinglong Mee
2018-02-12
1
-15
/
+17
*
gfapi: return pre/post attributes from glfs_ftruncate
Kinglong Mee
2018-02-12
1
-2
/
+3
*
gfapi: return pre/post attributes from glfs_fsync/fdatasync
Kinglong Mee
2018-02-12
1
-4
/
+6
*
gfapi: return pre/post attributes from glfs_pread/pwrite
Kinglong Mee
2018-02-12
1
-4
/
+5
*
gfapi : New APIs have been added to use lease feature in gluster
Soumya Koduri
2018-01-26
1
-3
/
+74
*
libgfapi: Add new api for supporting mandatory-locks
Anoop C S
2018-01-22
1
-0
/
+44
*
gfapi : added glfs_setfsleaseid() for setting lease id
Soumya Koduri
2018-01-19
1
-0
/
+7
*
gfapi: Register/Unregister Upcall events' callback
Soumya Koduri
2017-10-31
1
-1
/
+149
*
gfapi: update symbol version of glfd_set_lk_owner to 3.10.7
Soumya Koduri
2017-10-17
1
-2
/
+2
*
gfapi: set lkowner in glfd
Soumya Koduri
2017-10-12
1
-0
/
+28
*
gfapi: mark glfs_ipc() for internal use only
Niels de Vos
2017-07-26
1
-6
/
+0
*
gfapi/handleops: Introducing glfs_xreaddirplus_r() fop for handleops
Soumya Koduri
2017-05-02
1
-0
/
+66
*
api: fix two typos of GFAPI_PUBLIC function define
Kinglong Mee
2017-04-29
1
-1
/
+1
*
gfapi: add API to trigger events for debugging and troubleshooting
Niels de Vos
2017-01-19
1
-0
/
+17
*
gfapi: add glfs_free() to glfs.h
Niels de Vos
2016-10-18
1
-0
/
+3
*
gfapi: warn when glfs_realpath() returned malloc'd memory
Niels de Vos
2016-10-11
1
-1
/
+3
*
gfapi: add missing glfs_truncate
Jeff Darcy
2016-08-11
1
-1
/
+1
*
gfapi: use const qualifier for glfs_*timens()
Oleksandr Natalenko
2016-08-10
1
-3
/
+3
*
gfapi: fix glfs_set_volfile_server doc
Prasanna Kumar Kalever
2016-08-02
1
-4
/
+3
*
api: use versioned symbols for minor ABI change
Kaleb S KEITHLEY
2016-06-14
1
-6
/
+3
*
libgfapi: To support set_volfile-server-transport type "unix"
Mohamed Ashiq
2015-11-17
1
-3
/
+5
*
gfapi: add glfs_h_acl_set() and glfs_h_acl_get()
Niels de Vos
2015-03-18
1
-0
/
+7
*
every/where: add GF_FOP_IPC for inter-translator communication
Jeff Darcy
2015-03-17
1
-0
/
+8
*
api: versioned symbols in libgfapi.so for compatibility
Kaleb S. KEITHLEY
2015-01-12
1
-93
/
+194
*
api: non glibc c++ systems do not define __THROW
Harshavardhana
2014-05-17
1
-0
/
+9
*
libgfapi: Added support to fetch volume info from glusterd and store in glfs...
Soumya Koduri
2014-05-11
1
-0
/
+32
*
gfapi: glfs_set_volfile_server() now entertains multiple calls
Harshavardhana
2014-04-01
1
-15
/
+18
*
api: add glfs_get_volfile
Jeff Darcy
2014-03-05
1
-0
/
+30
*
gfapi: add __THROW [(__attribute) ((__nothrow__))] to fn decls for C++ users.
Kaleb S. KEITHLEY
2013-12-03
1
-91
/
+100
*
zerofill: Change the type of len argument of glfs_zerofill() to off_t
Bharata B Rao
2013-11-14
1
-2
/
+2
*
gfapi: introduce glfs_readdir() and glfs_readdirplus() APIs
Anand Avati
2013-11-13
1
-0
/
+19
*
glusterfs: zerofill support
M. Mohan Kumar
2013-11-10
1
-0
/
+6
*
gfapi: object handle based API extensions
R.Shyamsundar
2013-10-11
1
-0
/
+26
*
logging: Expose set_log_file_path() in libglusterfs.
Vijay Bellur
2013-09-24
1
-1
/
+3
*
gfapi: implement a minimial glfs_fini()
Anand Avati
2013-09-17
1
-0
/
+30
*
gfapi: Add description of glfs_io_cbk function as a comment
Anand Avati
2013-08-23
1
-0
/
+23
*
gfapi: async discard support
Brian Foster
2013-06-13
1
-0
/
+3
*
glusterfs: discard (hole punch) support
Brian Foster
2013-06-13
1
-0
/
+2
*
gluster: add fallocate fop support
Brian Foster
2013-06-13
1
-0
/
+2
*
gfapi: add new API glfs_dup() to copy a file descriptor
Anand Avati
2013-05-29
1
-0
/
+1
*
gfapi: add new API glfs_set_xlator_option()
Anand Avati
2013-05-02
1
-0
/
+3
*
gfapi: POSIX locking support
Anand Avati
2013-04-24
1
-0
/
+6
*
gfapi: implement readdirplus_r support
Anand Avati
2013-04-24
1
-0
/
+3
*
gfapi: support for chdir() and family
Anand Avati
2013-04-19
1
-0
/
+8
[next]