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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gfapi: 'glfs_h_creat_open' - new API to create handle and open fd
Soumya Koduri
2019-09-27
4
-0
/
+146
*
event: rename event_XXX with gf_ prefixed
Xiubo Li
2019-08-28
1
-5
/
+5
*
gfapi: Fix deadlock while processing upcall
Soumya Koduri
2019-08-02
1
-33
/
+131
*
gfapi: fix incorrect initialization of upcall syncop arguments
Soumya Koduri
2019-07-05
1
-37
/
+72
*
core: avoid dynamic TLS allocation when possible
Xavi Hernandez
2019-07-03
1
-2
/
+1
*
gfapi: Unblock epoll thread for upcall processing
Soumya Koduri
2019-04-03
1
-8
/
+34
*
gfapi: add function to set client-pid
Ravishankar N
2019-03-29
4
-0
/
+26
*
Updating the glfs_setattr and glfs_fsetattr public APIs to use glfs_stat
Arjun Sharma
2019-02-28
2
-61
/
+84
*
api: Update all future API versions to rel-6
ShyamsundarR
2019-02-08
5
-75
/
+73
*
api: bad GFAPI_4.1.6 block
Kaleb S. KEITHLEY
2019-01-30
1
-2
/
+3
*
rpc: use address-family option from vol file
Milind Changire
2019-01-22
1
-4
/
+7
*
gfapi : making glfs_setattr/glfs_fsetattr as public
Arjun
2019-01-16
7
-64
/
+135
*
core: Resolve dict_leak at the time of destroying graph
Mohit Agrawal
2019-01-14
1
-2
/
+2
*
gfapi: update returned/callback pre/post attributes to glfs_stat
ShyamsundarR
2019-01-07
5
-50
/
+159
*
gfapi: new api glfs_statx as linux's statx
ShyamsundarR
2019-01-07
6
-3
/
+273
*
glfs-fops.c: fix the bad string length for snprintf
Kinglong Mee
2019-01-07
1
-2
/
+2
*
gfapi: nit cleanup related to releasing fs->mutex lock
Soumya Koduri
2018-12-31
1
-1
/
+1
*
libgfapi : fix coverity issue
Sunny Kumar
2018-12-31
1
-2
/
+4
*
gfapi: Access fs->oldvolfile under mutex lock
Soumya Koduri
2018-12-25
1
-0
/
+6
*
clang: Fix various missing checks for empty list
ShyamsundarR
2018-12-14
1
-16
/
+16
*
xlator: make 'xlator_api' mandatory
Amar Tumballi
2018-12-13
1
-3
/
+18
*
copy_file_range support in GlusterFS
Raghavendra Bhat
2018-12-12
5
-1
/
+197
*
libglusterfs: Move devel headers under glusterfs directory
ShyamsundarR
2018-12-05
9
-36
/
+36
*
gfapi: Offload callback notifications to synctask
Soumya Koduri
2018-11-26
2
-10
/
+45
*
gfapi: Send fop_attr dict as part of syncop_open
Soumya Koduri
2018-11-17
1
-1
/
+1
*
gfapi: fix bad dict setting of lease-id
Kinglong Mee
2018-11-08
1
-10
/
+16
*
api: fill out attribute information if not valid
Raghavendra Gowdappa
2018-10-17
1
-2
/
+10
*
libgfapi: Send path with "." for the root when loc.parent is set
Kinglong Mee
2018-10-16
1
-1
/
+1
*
gfapi: Bug fixes in leases processing code-path
Soumya Koduri
2018-10-16
6
-22
/
+63
*
gfapi: fix crash of using uninitialized fs->ctx
Kinglong Mee
2018-10-10
1
-1
/
+6
*
all: fix warnings on non 64-bits architectures
Xavi Hernandez
2018-10-10
1
-1
/
+1
*
libgfapi: fix use after freed of clnt when dispatching events
Kinglong Mee
2018-09-26
1
-2
/
+7
*
api: old and new versioned symbols must appear in each section of gfapi.map
Kaleb S. KEITHLEY
2018-09-25
1
-39
/
+46
*
gfapi: Cleanup alias file
ShyamsundarR
2018-09-17
3
-7
/
+1
*
Land part 2 of clang-format changes
Gluster Ant
2018-09-12
7
-10783
/
+10766
*
Land clang-format changes
Gluster Ant
2018-09-12
5
-894
/
+848
*
core: python3
Kaleb S. KEITHLEY
2018-09-03
1
-1
/
+1
*
build: add --enable-asan configure options
Niels de Vos
2018-08-30
1
-7
/
+9
*
glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'s
Yaniv Kaul
2018-08-24
2
-6
/
+6
*
coverity: Multiple coverity fixes for issues with HIGH severity
ShyamsundarR
2018-08-22
1
-1
/
+3
*
api/src/glfs.c: move to GF_MALLOC() instead of GF_CALLOC()
Yaniv Kaul
2018-08-22
1
-1
/
+1
*
gfapi: Use inode_forget in case of unlink/rename objects
Kinglong Mee
2018-08-21
3
-3
/
+21
*
gfapi : Handle the path == "" glfs_resolve_at
Jiffin Tony Thottan
2018-08-13
1
-7
/
+10
*
coverity: Fix remaining SECURE_TEMP issues reported
ShyamsundarR
2018-08-03
1
-5
/
+27
*
libgfapi: fix memory leak on old volume files
Zhang Huan
2018-07-28
2
-2
/
+5
*
libgfapi: add missing unref of mgmt client in glfs_fini
Zhang Huan
2018-07-28
1
-0
/
+1
*
build: rename event.h to gf-event.h
Niels de Vos
2018-07-27
3
-3
/
+3
*
All: run codespell on the code and fix issues.
Yaniv Kaul
2018-07-22
8
-26
/
+27
*
gfapi : Coverity Fixes
Jiffin Tony Thottan
2018-06-14
1
-3
/
+2
*
api: cleanup headers
Kaleb S. KEITHLEY
2018-06-11
11
-261
/
+377
[next]