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
2025-07-22
high level: Remove the nullpath_ok log message
Bernd Schubert
-4
/
+0
2025-07-16
Add statx support
Joanne Koong
-0
/
+108
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-1
/
+1
2025-05-22
Fix build in musl libc
Luis Henriques
-1
/
+1
2025-05-20
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-8
/
+1
2025-05-20
Make conn->want/want_ext conversion non fatal
Bernd Schubert
-15
/
+1
2025-04-28
lib/fuse.c: refactor handler logic for readability
Joanne Koong
-450
/
+399
2025-04-28
Add a fuse_set_thread_name() helper
Bernd Schubert
-3
/
+1
2025-04-28
Add container_of and ROUND_UP macros
Bernd Schubert
-4
/
+0
2025-04-24
Fix multi-threaded fuse session exit
Bernd Schubert
-1
/
+0
2025-04-23
Check if pthread_setname_np() exists before use it
Giulio Benetti
-0
/
+2
2025-03-24
fuse: Fix want flag conversion
Bernd Schubert
-4
/
+29
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-11
/
+2
2025-02-10
fuse_new version fixes: Change to fuse_new_versioned
Bernd Schubert
-5
/
+4
2025-02-09
Rename to fuse_session_new_versioned
Bernd Schubert
-3
/
+3
2025-01-28
lib: Set thread names
Bernd Schubert
-0
/
+4
2025-01-06
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-0
/
+6
2025-01-03
Fix junk readdirplus results when filesystem not filling stat info
Amir Goldstein
-4
/
+7
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-2
/
+1
2024-12-18
Rename _int to _internal
Bernd Schubert
-5
/
+4
2024-12-18
Allow to have page aligned writes
Bernd Schubert
-3
/
+2
2024-11-18
Use fuse_session_{receive/process}_buf() instead of _int version
Joanne Koong
-2
/
+2
2024-07-03
high-level: add fmask and dmask options
gandalfs_cat
-3
/
+17
2024-06-11
fix useless fuse_init_intr_signal in high-level api
yangyun
-10
/
+9
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-0
/
+4
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-10
/
+65
2024-03-24
fix readdirplus when filler is called with zero offset (#896)
farlongsignal
-8
/
+21
2023-08-03
Pass cache_readdir and keep_cache from high level API (#822)
Aleksandr Mikhailov
-0
/
+2
2023-06-08
Remove unnecessary `_GNU_SOURCE` in `fuse.c` (#787)
Matthias Görgens
-4
/
+0
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
[next]