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_lowlevel.c
Age
Commit message (
Expand
)
Author
Lines
2024-02-20
remove duplicated fuse_chan_put() (#893)
yangyun50
-2
/
+0
2024-01-29
add support for kernel flag FUSE_HAS_EXPIRE_ONLY
HereThereBeDragons
-1
/
+1
2024-01-20
Add processing for FUSE_CAP_HANDLE_KILLPRIV and disable it by default
bigbrotherwei
-1
/
+2
2024-01-10
Don't set FUSE_CAP_PARALLEL_DIROPS by default
Miklos Szeredi
-1
/
+0
2024-01-10
Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hp
Bernd Schubert
-0
/
+4
2023-11-16
Pass FUSE_PARALLEL_DIROPS to kernel (#861)
fdinoff
-0
/
+2
2023-08-05
Make errnum-verification more flexible (#824)
ikbenlike
-0
/
+5
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-5
/
+36
2023-04-11
Update fuse_kernel.h to state of linux-6.3
Bernd Schubert
-1
/
+15
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-0
/
+2
2023-02-09
fuse_lowlevel.h: add more setattr flags
Xiubo Li
-0
/
+2
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-9
/
+75
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-0
/
+2
2023-01-06
Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>
HereThereBeDragons
-4
/
+14
2023-01-02
Revert "libfuse custom communication interface"
Nikolaus Rath
-4
/
+0
2022-11-15
libfuse custom communication interface
y
-0
/
+4
2022-09-08
Use destroy_req instead of free to destroy fuse_req
Frank Dinoff
-1
/
+3
2022-04-17
Set FUSE_INIT_EXT in fuse_init_out::flags
Bernd Schubert
-2
/
+5
2022-04-08
Modify structures in libfuse to handle flags beyond 32 bits.
Dharmendra Singh
-36
/
+45
2022-03-21
Fix fd leak with clone_fd
Frank Dinoff
-3
/
+9
2022-01-03
Add support for FOPEN_NOFLUSH flag
Amir Goldstein
-0
/
+2
2020-10-29
remove fuse_mutex_init
Rosen Penev
-2
/
+2
2020-09-20
Allow caching symlinks in kernel page cache. (#551)
Etienne Dublé
-0
/
+4
2020-08-28
Suppress some bogus thread sanitizer warnings.
Nikolaus Rath
-1
/
+9
2020-08-09
fuse_send_data_iov(): correctly calculate total buffer size.
Nikolaus Rath
-1
/
+1
2020-07-10
fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)
winndows
-2
/
+1
2020-05-15
Avoid closing se->fd twice in fuse_lowlevel.c (#516)
Fabian Vogt
-0
/
+1
2020-03-13
Fix issue preventing using splice with reads (#505)
Jean-Yves VET
-8
/
+6
2020-01-02
Fixed memory leak in fuse_session_new()
Bill Zissimopoulos
-1
/
+2
2019-11-29
Kill off some proto_major < 6 checks (#476)
Dr. David Alan Gilbert
-5
/
+5
2019-11-27
Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)
Albert Chen
-0
/
+4
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+25
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-47
/
+47
2019-08-29
Avoid gcc 9.1 strncpy(3) warnings (#447)
Stefan Hajnoczi
-2
/
+2
2019-07-23
fuse-lowlevel: set pipe size to max (#438)
Giuseppe Scrivano
-0
/
+35
2019-06-13
fuse_lowlevel: Add max_pages support (#384)
scosu
-9
/
+21
2019-06-06
Avoid pointer arithmetic with `void *`
Michael Forney
-1
/
+1
2019-04-16
Add documentation for opting out of opendir and releasedir (#391)
Chad Austin
-0
/
+2
2019-04-06
Add support for in-kernel readdir caching.
Nikolaus Rath
-0
/
+2
2019-04-06
Delete FUSE_FSYNC_FDATASYNC
Nikolaus Rath
-2
/
+2
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
-6
/
+8
2018-11-19
libfuse: add copy_file_range() support
Niels de Vos
-0
/
+22
2018-10-09
Allow passing `/dev/fuse` file descriptor from parent process
Mattias Nissler
-3
/
+24
2018-09-20
Don't enable adaptive readdirplus unless fs has readdir() handler.
Nikolaus Rath
-1
/
+2
2017-11-27
Spelling (#223)
Josh Soref
-1
/
+1
2017-08-25
do_init(): print missing capabilities if there are any.
Nikolaus Rath
-1
/
+2
2017-08-22
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
-3
/
+9
2017-08-11
Fix unused variable warnings under FreeBSD.
Nikolaus Rath
-0
/
+1
2017-08-07
Fix support for FUSE_POSIX_ACL
Marcin Sulikowski
-0
/
+2
[prev]
[next]