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-06-25
Add nullptr check in fuse_session_mount
Bernd Schubert
-0
/
+5
2024-06-13
libfuse: null-terminate buffer in fuse_req_getgroups()
Miklos Szeredi
-0
/
+1
2024-06-04
Rename struct fuse_req::ctr to ::ref_cnt
Bernd Schubert
-11
/
+11
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-9
/
+21
2024-06-01
Fix compatibility issue around fuse_custom_io->clone_fd (#953)
legezywzh
-4
/
+20
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-0
/
+43
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-3
/
+30
2024-05-10
Handle NO_OPEN/NO_OPENDIR support automatically (#949)
Josef Bacik
-0
/
+4
2024-04-16
fix max_write update in do_init() (#926)
legezywzh
-3
/
+3
2024-03-29
Add support for FUSE_CAP_HANDLE_KILLPRIV_V2
Bernd Schubert
-0
/
+4
2024-03-21
reset got_init after handling FUSE_DESTROY message (#910)
legezywzh
-0
/
+1
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
[next]