index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fuse.c
Age
Commit message (
Expand
)
Author
Lines
2023-05-11
Fix issue #746. (#782)
Peri
-0
/
+14
2023-04-14
Fix memory leak in high level API (#781)
Matthias Görgens
-2
/
+1
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-1
/
+8
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2023-01-13
Fix loading of FUSE modules
Goswin von Brederlow
-3
/
+3
2023-01-04
Remove partial locking of paths when using high-level API
Kyle Lippincott
-54
/
+10
2023-01-04
Move try_get_path2 earlier in the file
Kyle Lippincott
-21
/
+21
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-7
/
+33
2022-07-02
Remove member m from fuse_fs (#684)
Nozomi Miyamori
-6
/
+0
2022-03-14
Merge branch 'master' into fopen_noflush
Nikolaus Rath
-2
/
+4
2022-02-09
Fixed returning an error condition to ioctl(2) (#641)
Jean-Pierre André
-0
/
+2
2022-01-11
Avoid ENOENT response when recently invalidated fuse_ino_t is received from t...
Ken Schalk
-2
/
+2
2022-01-03
Add no_rofd_flush mount option
Amir Goldstein
-0
/
+6
2021-08-25
remove executable file mode bit from source files
a1346054
-0
/
+0
2021-03-18
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
-0
/
+5
2021-02-03
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
-1
/
+1
2020-11-17
fix errno comparison
human
-1
/
+1
2020-10-29
remove fuse_mutex_init
Rosen Penev
-2
/
+2
2020-09-11
Implement GCC 10 style symbol versioning (#545)
Tom Callaway
-4
/
+4
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+43
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-74
/
+75
2019-08-29
Avoid gcc 9.1 strncpy(3) warnings (#447)
Stefan Hajnoczi
-1
/
+1
2019-06-06
Don't return expression in function returning void
Michael Forney
-1
/
+1
2019-06-06
Don't omit second operand to `?` operator
Michael Forney
-1
/
+1
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
-6
/
+7
2019-02-13
fuse_free_buf(): to check flags of each buffer, rather than only 0th
Albert Chen
-1
/
+1
2018-12-22
fix memory leak in print_module_help method
alex
-0
/
+1
2018-11-19
libfuse: add copy_file_range() support
Niels de Vos
-0
/
+63
2018-08-26
Fix memory leak of FUSE modules
Rostislav
-3
/
+23
2018-08-26
Fix invalid free of memory pointer in 'struct fuse_buf'
Rostislav
-1
/
+2
2018-07-25
Remove unused member of 'struct fuse_dh'
Rostislav Skudnov
-1
/
+0
2018-07-21
Fix readdir() bug when a non-zero offset is specified in filler (#269)
Rostislav
-11
/
+15
2018-05-18
rename: perform user mode dir loop check when not done in kernel
Bill Zissimooulos
-10
/
+12
2018-05-18
rename: perform user mode dir loop check when not done in kernel
Bill Zissimooulos
-3
/
+59
2018-02-09
Fix uninitialised read in fuse_new_30() (#231) (#234)
Ashley Pittman
-0
/
+3
2017-11-03
Backed out d92bf83
Nikolaus Rath
-1
/
+1
2017-09-27
Adding pointer dereferencing after calling dlsym()
Sangwoo Moon
-1
/
+1
2017-09-25
fuse_lib_ioctl(): don't call memcpy with NULL argument
Nikolaus Rath
-1
/
+1
2017-09-19
Make *_loop_mt() available in version 3.0 again
Nikolaus Rath
-1
/
+1
2017-09-19
Don't use external symbol names in internal files
Nikolaus Rath
-4
/
+1
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-2
/
+14
2017-08-24
Allow inode cache invalidation in high-level API
Sławek Rudnicki
-0
/
+40
2017-08-22
Allow building without iconv.
Nikolaus Rath
-0
/
+6
2017-08-14
directly call fuse_new_31() instead of fuse_new() internally
userwithuid
-2
/
+0
2017-08-11
fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionally
Nikolaus Rath
-1
/
+2
2017-07-13
Only declare fuse_new_30() when FUSE_USE_VERSION == 30
Nikolaus Rath
-24
/
+26
2017-07-13
fuse_new_30(): call fuse_new_31(), not fuse_new()
Nikolaus Rath
-1
/
+1
2017-07-08
Fixup symbol versioning for GCC 4.x
Nikolaus Rath
-4
/
+7
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
-40
/
+85
2017-06-05
Fix comparison of integers of different signs
Angelo G. Del Regno
-1
/
+1
[next]