index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
Age
Commit message (
Expand
)
Author
Lines
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-5
/
+9
2022-04-08
Passthrough_ll should display cmd line options
Dharmendra singh
-0
/
+18
2022-03-31
passthrough_hp: Disable splice with the --nosplice option
Bernd Schubert
-7
/
+13
2022-03-31
passthrough_hp: Fix inode ref in sfs_unlink
Bernd Schubert
-0
/
+26
2022-03-14
Merge branch 'master' into fopen_noflush
Nikolaus Rath
-2
/
+0
2022-02-11
Removed duplicates code. (#642)
David Galeano
-2
/
+0
2022-01-03
Add support for FOPEN_NOFLUSH flag
Amir Goldstein
-0
/
+1
2021-06-14
passthrough_hp: excercise reusing inode numbers
Amir Goldstein
-7
/
+50
2021-06-09
Cuse example: Fix memory leak (#607)
Christian Menges
-5
/
+11
2021-05-09
Fix memory leaks in examples (#604)
Christian Menges
-1
/
+17
2021-05-09
Bump cxxopts from 2.2.0 to 2.2.1 (#602)
Christian Menges
-41
/
+78
2021-05-07
Fix doxygen warnings. (#600)
Junichi Uekawa
-3
/
+3
2021-03-18
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
-2
/
+16
2021-02-03
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
-1
/
+1
2021-01-01
Fix FUSE_COPY_FILE_RANGE in the passthrough example (#575)
Alan Somers
-2
/
+4
2020-11-24
examples/cuse_client: add include file to eliminate compiler warning (#568)
Rethan
-0
/
+2
2020-11-06
example/cuse_client.c: fix fd leakage problem
Zhiqiang Liu
-4
/
+10
2020-11-06
ioctl_client.c: fix potential fd leakage problem
Zhiqiang Liu
-3
/
+8
2020-09-20
Allow caching symlinks in kernel page cache. (#551)
Etienne Dublé
-0
/
+2
2020-09-09
Updated example code to work with new API (#547)
AKowshik
-18
/
+42
2020-08-09
Fixed typo in command to compile program (#536)
AKowshik
-1
/
+1
2020-05-14
passthrough_ll: remove symlink fallbacks (#514)
Miklos Szeredi
-139
/
+14
2020-04-20
Do not require C++ compiler for building
Fabrice Fontaine
-1
/
+1
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-19
/
+19
2020-02-24
passthrough_ll: Remove unneeded variable assignment (#501)
philmd
-2
/
+0
2020-02-04
Include limits.h because of PATH_MAX usage. (#498)
maxice8
-0
/
+1
2020-01-30
examples: mark ops variables constant (#496)
zsugabubus
-13
/
+13
2020-01-24
passthrough_ll: Use cache_readdir for directory open (#492)
Misono Tomohiro
-1
/
+1
2020-01-06
passthrough_ll: pass correct errno to fuse_reply_err()
Dr. David Alan Gilbert
-1
/
+1
2019-12-31
Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
Bill Zissimopoulos
-1
/
+1
2019-11-27
Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)
Albert Chen
-0
/
+2
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+50
2019-11-03
passthrough_ll: drop lo_dirp->fd field (#464)
Stefan Hajnoczi
-7
/
+9
2019-09-10
passthrough_ll: use fuse_log() instead of err()/errx()
Stefan Hajnoczi
-8
/
+17
2019-09-10
passthrough_ll: use fuse_log()
Stefan Hajnoczi
-16
/
+16
2019-09-09
passthrough_ll: fix fallocate variant ifdefs (#449)
Dr. David Alan Gilbert
-2
/
+2
2019-05-15
passthrough: fix unix-domain sockets on FreeBSD (#413)
Alan Somers
-19
/
+87
2019-05-12
Fix includes of non-system headers.
Nikolaus Rath
-2
/
+2
2019-05-09
Added new example filesystem
Nikolaus Rath
-0
/
+3363
2019-05-05
Fixed permissions.
Nikolaus Rath
-0
/
+0
2019-04-18
Add fallocate and use it instead of posix_fallocate if possible (#398)
Liu Bo
-0
/
+7
2019-04-16
Add documentation for opting out of opendir and releasedir (#391)
Chad Austin
-0
/
+2
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
-1
/
+1
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
-12
/
+4
2019-02-25
hello_ll: Fix null pointer dereference (#363)
Forty-Bot
-0
/
+7
2019-01-22
passthrough_ll: lo_create() should honor CACHE_NEVER (#345)
Miklos Szeredi
-0
/
+5
2018-12-29
Fixed memory leak.
Nikolaus Rath
-5
/
+0
2018-11-27
Fix fd/inode leak
Nikolaus Rath
-13
/
+19
2018-11-24
Avoid needless telldir() call.
Nikolaus Rath
-1
/
+1
2018-11-24
Fixed lookup-count leak in do_readdir().
Nikolaus Rath
-3
/
+7
[next]