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
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
2017-07-08
Fixed description of struct fuse_conn_info->time_gran
Nikolaus Rath
-1
/
+2
2017-06-05
getgroups(): clarify code
Nikolaus Rath
-1
/
+1
2017-06-05
Fix comparison of integers of different signs
Angelo G. Del Regno
-3
/
+3
2017-04-20
make buffer size match kernel max transfer size
Carlos Maiolino
-3
/
+5
2016-11-29
Improve documentation of fuse_session_unmount
Nikolaus Rath
-0
/
+4
2016-11-22
Make handling of -oallow_root easier to understand
Nikolaus Rath
-6
/
+17
2016-11-22
Add support for FUSE_HANDLE_KILLPRIV
Nikolaus Rath
-0
/
+3
2016-11-22
Add support for FUSE_POSIX_ACL
Nikolaus Rath
-0
/
+2
2016-11-22
Added support for FUSE_PARALLEL_DIROPS
Nikolaus Rath
-0
/
+3
2016-11-16
Enable more capabilities by default, and document defaults.
Nikolaus Rath
-1
/
+11
2016-11-16
Abort if fs requests capabilities not supported by kernel.
Nikolaus Rath
-0
/
+9
2016-11-16
Fail more nicely on max_read mismatch
Nikolaus Rath
-1
/
+4
[next]