Bernd Schubert [Tue, 18 Feb 2025 21:46:03 +0000 (22:46 +0100)]
Released fuse-3.17.1-rc1
Bernd Schubert [Tue, 18 Feb 2025 20:45:05 +0000 (21:45 +0100)]
github ci tests: Update the stable branch name to include fuse-
The branch is actually called fuse-3.17.x
Also disable checkpatch for branches except master, as
it is to do basic checks, while stable branches do not
need that check, assuming cherry-pick happens from master.
Issue with it is that persistently complains about dependabot
changes.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Tue, 18 Feb 2025 19:23:09 +0000 (20:23 +0100)]
Fix a typo in test/ci-build.sh (ct vs cat)
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Bernd Schubert [Mon, 17 Feb 2025 22:39:04 +0000 (23:39 +0100)]
Avoid nested function declarations in helper functions
libfuse-3.17 introduced several functions that should only be called via
inlined helper functions, never directly. To enforce this, these functions
were declared within the inlined functions. However, this triggers the
compiler warning "-Werror=nested-externs".
While this warning is valid, the nested declarations were intentional to
prevent direct usage of these functions. Rather than suppressing the
warning with pragmas, move these function declarations outside the helper
functions while maintaining the intended access restrictions through other
means.
Closes: https://github.com/libfuse/libfuse/issues/1134
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Vassili Tchersky [Tue, 18 Feb 2025 12:24:40 +0000 (13:24 +0100)]
mount_bsd: Remove unused headers
Removed:
- <sys/user.h>: used to be for kinfo_proc, long gone from the code
- <paths.h>: used to be for _PATH_DEV and _PATH_DEVNULL, long gone
- <limits.h>: used to be for _POSIX2_LINE_MAX, long gone
- <sys/stat.h>: used to be for fstat/stat, long gone
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Vassili Tchersky [Mon, 17 Feb 2025 07:54:45 +0000 (08:54 +0100)]
mount_bsd: Show errors when syscalls failed
Log on unmount() and close() failure
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Vassili Tchersky [Mon, 17 Feb 2025 07:54:10 +0000 (08:54 +0100)]
mount_bsd: Proper exit calls
Use _exit() instead of exit() inside children
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Vassili Tchersky [Mon, 17 Feb 2025 07:53:03 +0000 (08:53 +0100)]
FreeBSD: Remove useless options
These options never had any effect.
See https://svnweb.freebsd.org/base?view=revision&revision=347544
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Vassili Tchersky [Mon, 17 Feb 2025 07:50:19 +0000 (08:50 +0100)]
mount_bsd: Fix usage of libfuse_strtol
The check on fd < 0 was recently removed. However, this check is important
as the content of FUSE_DEV_FD is passed as-is to mount_fusefs, and a string
beginning by '-' is treated as an option.
Additionally, add a proper include and type.
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Vassili Tchersky [Mon, 17 Feb 2025 07:48:42 +0000 (08:48 +0100)]
tests: Re-enable mknod and mkfifo tests on FreeBSD
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
Vassili Tchersky [Mon, 17 Feb 2025 07:47:57 +0000 (08:47 +0100)]
tests: Disable tests with TMP_FILE on FreeBSD
Not supported yet on this platform.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283179
Signed-off-by: Vassili Tchersky <vt+git@vbcy.org>
dependabot[bot] [Mon, 17 Feb 2025 19:28:30 +0000 (19:28 +0000)]
build(deps): bump github/codeql-action from 3.28.8 to 3.28.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
dd746615b3b9d728a6a37ca2045b68ca76d4841a...
9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Maksim Harbachou [Fri, 14 Feb 2025 13:20:19 +0000 (14:20 +0100)]
Add comment for fuse_passthrough_open()
See https://github.com/libfuse/libfuse/issues/1125
Signed-off-by: Maksim Harbachou <maksim.harbachou@resilio.com>
Bernd Schubert [Sun, 16 Feb 2025 21:15:31 +0000 (22:15 +0100)]
ci-build test: Add a 32-bit compilation test
That was missing so far.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Mon, 17 Feb 2025 18:23:44 +0000 (19:23 +0100)]
tests: Skip the ioctl test for x86 cross compilation
Probably some weird corner case in cross compilation,
for now we ignore this.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Bernd Schubert [Sun, 16 Feb 2025 21:56:46 +0000 (22:56 +0100)]
example/hello_ll_uds: Switch to %zu and avoid 32bit build warning
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Bernd Schubert [Sun, 16 Feb 2025 21:40:41 +0000 (22:40 +0100)]
fusermount: Exclude UFSD from whitelist for 32-bit builds
The UFSD super magic is larger than 32-bit - I don't
know if truncating to 32-bit would work - we just
exclude it for now.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Laszlo Boszormenyi (GCS) [Sun, 16 Feb 2025 08:07:36 +0000 (09:07 +0100)]
Fix build of example/memfs_ll.cc on 32 bit architectures
The code uses std::min() which expects its arguments to be size_t. Two
times it uses an offset declared as off_t. While both size_t and off_t
are 32-bit integers, the latter is signed. On 64 bit architectures
the conversation of off_t -> size_t performed automatically. On 32 bit
architectures it needs a type cast.
Signed-off-by: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bernd Schubert [Thu, 13 Feb 2025 13:55:52 +0000 (14:55 +0100)]
Add signify key for 3.18
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Mon, 10 Feb 2025 14:55:20 +0000 (15:55 +0100)]
Prepare 3.17.1 release
Update ChangeLog.rst and AUTHORS
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Bernd Schubert [Mon, 10 Feb 2025 01:36:39 +0000 (02:36 +0100)]
Change version to 3.17.1-rc0
Somehow really hard to set -rcX with meson.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Mon, 10 Feb 2025 01:45:42 +0000 (02:45 +0100)]
Build fixes for -Og
Cleaning... 18 files.
[35/69] Compiling C object example/passthrough_ll.p/passthrough_ll.c.o
../example/passthrough_ll.c: In function ‘lo_opendir’:
../example/passthrough_ll.c:666:20: warning: ‘fd’ may be used uninitialized [-Wmaybe-uninitialized]
666 | if (fd != -1)
| ^
../example/passthrough_ll.c:637:13: note: ‘fd’ was declared here
637 | int fd;
| ^~
[38/69] Compiling C object test/test_syscalls.p/test_syscalls.c.o
../test/test_syscalls.c: In function ‘test_seekdir’:
../test/test_syscalls.c:804:16: warning: ‘de’ may be used uninitialized [-Wmaybe-uninitialized]
804 | while (de)
| ^~
../test/test_syscalls.c:776:24: note: ‘de’ was declared here
776 | struct dirent *de;
| ^~
These are actually valid.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Bernd Schubert [Mon, 10 Feb 2025 00:50:01 +0000 (01:50 +0100)]
fuse_new version fixes: Change to fuse_new_versioned
Another additon for https://github.com/libfuse/libfuse/issues/1092
Use _fuse_new_versioned() instead of _fuse_new_317 and actually
also remove symbol versioning for it - we don't need it.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Mon, 10 Feb 2025 00:52:08 +0000 (01:52 +0100)]
fuse_new: Fix non symboled call to _fuse_new_317
Acidentally the wrong non-existing function was ccalled.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 8 Feb 2025 13:35:46 +0000 (14:35 +0100)]
Rename to fuse_session_new_versioned
Similar previous renames to fuse_main_real_versioned,
but here for the low level fuse_session_new.
Also remove symbol versioned as part of "fuse_session_new"
as that function is not part of the official API/ABI
and to allow easier access with dlopen/dlsym.
Also switch back to a macro fuse_session_new, just in
case some code has some expectations on that.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 8 Feb 2025 13:14:43 +0000 (14:14 +0100)]
Make fuse_main a macro again and wrap that to fuse_main_fn
As suggested by Bill in Issue #1092 make fuse_main a macro again,
just in case some applications expect it to be a macro.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 8 Feb 2025 13:08:32 +0000 (14:08 +0100)]
Rename fuse_main_real_317 to fuse_main_real_versioned
As suggested by Bill in Issue #1092, rename to _versioned
so that applications using dlopen/dlvsym better understand
the meaning of this function.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
dependabot[bot] [Mon, 3 Feb 2025 22:14:55 +0000 (22:14 +0000)]
build(deps): bump github/codeql-action from 3.28.6 to 3.28.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.6 to 3.28.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
17a820bf2e43b47be2c72b39cc905417bc1ab6d0...
dd746615b3b9d728a6a37ca2045b68ca76d4841a)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Luis Henriques [Fri, 31 Jan 2025 16:03:54 +0000 (16:03 +0000)]
fuse_lowlevel.c: drop incorrect comment from convert_to_conn_want_ext()
The comment is probably a leftover from older versions, as the application
of the 32 bits of conn.capable_ext to conn.capable is done before function
convert_to_conn_want_ext() is invoked.
Signed-off-by: Luis Henriques <luis@igalia.com>
Luis Henriques [Fri, 31 Jan 2025 15:26:20 +0000 (15:26 +0000)]
fuse_lowlevel.c: fix possible 64 bits value truncation
Because conn.want_ext is a uint64_t, copying it into a uint32_t may result
in truncating it's value. This patch fixes a bug in do_init() where the
32 bits copy is again converted into a 64 bits value, because it will be
used in convert_to_conn_want_ext().
Signed-off-by: Luis Henriques <luis@igalia.com>
Bernd Schubert [Wed, 29 Jan 2025 09:46:18 +0000 (10:46 +0100)]
github actions: Add an include-what-you-need check
Probably lots of issues right now, so let's fix it step by step
by only checking modified files - new PRs should fix their
modified files.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
dependabot[bot] [Mon, 27 Jan 2025 22:28:21 +0000 (22:28 +0000)]
build(deps): bump github/codeql-action from 3.28.1 to 3.28.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
b6a472f63d85b9c78a3ac5e89422239fc15e9b3c...
17a820bf2e43b47be2c72b39cc905417bc1ab6d0)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Mon, 27 Jan 2025 20:33:43 +0000 (21:33 +0100)]
lib: Set thread names
Main worker threads: fuse_worker
high level clean up threads: "fuse_prune_nodes"
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Fri, 24 Jan 2025 10:58:44 +0000 (11:58 +0100)]
abidiff: Don't warn about added symbols
So far we only want it to warn about changed symbols.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Fri, 24 Jan 2025 10:28:52 +0000 (11:28 +0100)]
checkpatch: Ignore ENOSYS_SYSCALL
This ENOSYS is the fuse protocol return code to tell
fuse client/kernel that an operation is not supported,
warning on it is not right.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Fri, 24 Jan 2025 10:15:41 +0000 (11:15 +0100)]
codespell: Add 're-used' and 're-using' to the ignore list
These seem to be fine and exist in the code and also seem to
be common English (there are debates which spelling is right).
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
dependabot[bot] [Mon, 13 Jan 2025 22:40:13 +0000 (22:40 +0000)]
build(deps): bump github/codeql-action from 3.28.0 to 3.28.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 3.28.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
48ab28a6f5dbc2a99bf1e0131198dd8f1df78169...
b6a472f63d85b9c78a3ac5e89422239fc15e9b3c)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Mon, 13 Jan 2025 14:50:19 +0000 (15:50 +0100)]
Update doxygen/comments for fuse_reply_open/fuse_reply_create
Comments for fuse_reply_open and fuse_reply_create and with that
doxygen had not been updated for parallel_direct_writes and others.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Zegang [Wed, 8 Jan 2025 06:50:30 +0000 (14:50 +0800)]
Identify the FD hold by parent process
Issue:
There is no directly way to get the FD
hold by parent process which asked do fuse mount.
Use Case:
For auto_unmount case, identify the FD can easy to close
the FD and make automatically unmount manually and explicitly.
The FD[1] can be got via getenv(FUSE_COMMFD2_ENV).
One potential use case is to satisfy FD-Leak checks.
Solution:
Add an extra env _FUSE_COMMFD2 to store the FD.
This will provide a easy way to get the FD via FUSE_COMMFD2_ENV.
Signed-off-by: Zegang Luo <zegang.luo@qq.com>
Bernd Schubert [Sat, 4 Jan 2025 22:18:14 +0000 (23:18 +0100)]
Make fuse_main_real() not symboled
Addresses https://github.com/libfuse/libfuse/issues/1092
We actually don't need to make fuse_main_real() symboled, as it
is not part of the official API.
The inlined function now always calls into fuse_main_real_317
and the compat ABI function (which should also be available
for dlopen/dlsym) is now always compiled, independent if the
compiler/linker support versioned symbols.
Additionally, fuse_main_real() is also declared as inlined
function and a warning message is created when that function
is called.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 4 Jan 2025 21:06:31 +0000 (22:06 +0100)]
checkpatch: Disable warning for externs in C files
We do actually need these, at least for compat.c.
Also disable git commit id warnings, these are doing
more harm than good (for example trigger long line
warnings when fulfilled).
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 4 Jan 2025 19:29:18 +0000 (20:29 +0100)]
Avoid global declarion of internal functions that are new in 3.17
_fuse_new() is not supposed to be called by external users
outside of internal functions or static inlined functions.
This also removes several functions from lib/fuse_versionscript
which where added and exported by
commit
58f85bfa9b7d ("Add in the libfuse version a program...)
as these are libfuse internal only.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 4 Jan 2025 15:08:30 +0000 (16:08 +0100)]
Fix fuse_main_real symbols
Commit
58f85bfa9b7d ("Add in the libfuse version a program...")
forgot to add a fuse_main_real function for libfuse compilations
that are not symboled. That is now added in compat.c.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Amir Goldstein [Thu, 2 Jan 2025 20:14:01 +0000 (21:14 +0100)]
Fix junk readdirplus results when filesystem not filling stat info
Commit
dd95d13a ("fix readdirplus when filler is called with zero offset
(#896)) broke readdirplus with passthrough example command:
passthrough -o auto_cache,modules=subdir,subdir=/src /mnt
The /src directory looks like this:
~# ls -l /src
total 0
drwx------ 3 root root 60 Jan 2 17:51 testdir
And the fuse directory looks like this:
~# ls -l /mnt
total 0
d--------- 0 root root 0 Jan 1 1970 testdir
Because readdir_fill_from_list() ignores the fact that filesystem
did not pass the FUSE_FILL_DIR_PLUS flag with valid stat info.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Amir Goldstein [Thu, 2 Jan 2025 19:25:13 +0000 (20:25 +0100)]
example/passthrough: Enable testing of readdirplus without fill offsets
passthrough example supports the --plus command line argument to reply
to readdirplus with fill_dir_plus and unspecified (0) fill offsets.
As explained in this comment:
https://github.com/libfuse/libfuse/pull/896#issuecomment-
1978917041
passthrough example needs a few more changes to be able to test commit
dd95d13a ("fix readdirplus when filler is called with zero offset (#896))
With the changes in this commit, readdirplus without fill offsets
can be tested to verify the readdirplus fix above with command line:
passthrough --plus -o auto_cache,modules=subdir,subdir=/src /mnt
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Amir Goldstein [Fri, 3 Jan 2025 11:57:15 +0000 (12:57 +0100)]
Fix build of memfs_ll without manual meson reconfigure
After pulling latest code, memfs_ll build would fail because it
builds with C++11.
Changing the default of cpp_std in meson.build is not enough to fix this
problem even if user runs 'meson setup --reconfigure'.
I had to run 'meson setup -Dcpp_std= --reconfigure' to fix the build
as mentioned in this meson issue:
https://github.com/mesonbuild/meson/issues/8062#issuecomment-
1568249672
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Amir Goldstein [Wed, 1 Jan 2025 17:16:43 +0000 (18:16 +0100)]
Fix libfuse build with FUSE_USE_VERSION 30
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Bernd Schubert [Thu, 2 Jan 2025 21:45:43 +0000 (22:45 +0100)]
Remove the DCO check
Actually checkpatch.pl already checks for "Signed-off-by"
and also handles merge commits - no need for duplicate
logic.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Thu, 2 Jan 2025 20:38:30 +0000 (21:38 +0100)]
Fix the checkpatch.pl workflow
- The MAINTAINERS test is not valid for libfuse.
- Correct the base commit
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Thu, 2 Jan 2025 20:36:13 +0000 (21:36 +0100)]
.github/workflows/codespell.yml: checkpatch.pl needs to be skipped
checkpatch.pl has a list of mispelled words and the codespell test
fails on that.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Thu, 2 Jan 2025 20:10:11 +0000 (21:10 +0100)]
Update AUTHORS for 3.17 and add script for that
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Wed, 1 Jan 2025 21:58:45 +0000 (22:58 +0100)]
Add a checkpatch.pl github workflow
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Wed, 1 Jan 2025 21:53:38 +0000 (22:53 +0100)]
Add a github action to check for "Signed-off-by"
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Wed, 1 Jan 2025 20:41:17 +0000 (21:41 +0100)]
Run github workflow actions on release branches
Running on the 'master' is not enough, actions also
need to run on release branches.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Wed, 1 Jan 2025 22:02:52 +0000 (23:02 +0100)]
Update ChangeLog.rst for 3.17 (#1085)
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Amir Goldstein [Wed, 1 Jan 2025 19:47:41 +0000 (20:47 +0100)]
passthrough_ll: set correct keep_cache flag in opendir (#1083)
In cache=always mode, set keep_cache flag in opendir(), same as done
in open() and same as passthrough_hp does in opendir().
In the default cache=auto mode, use readdir cache, but do not set
keep_cache, same as regular files use page cache for an open file,
but do not keep_cache for a new open.
Note that passthrough_hp by default behaves the same as passthrough_ll
cache=always mode and supports the cache=never mode with --nocache, but
it does not support the equivalent of cache=auto mode.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Bernd Schubert [Mon, 30 Dec 2024 22:34:43 +0000 (23:34 +0100)]
Merge pull request #1081 from bsbernd/so-version-abi-compat
Increase the .so version, but also change back to previous ABI
Bernd Schubert [Mon, 23 Sep 2024 16:28:29 +0000 (18:28 +0200)]
Increase .so version to 4
We have multiple ABI breakages - increase the .so version.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 17:32:34 +0000 (18:32 +0100)]
Convert FUSE_CAP defines to enum fuse_capability
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 14:10:03 +0000 (15:10 +0100)]
Add 64-bit conn::{capable,want}_ext fields
The previous fields are left for ABI compatibility, although
it is not beautiful to add that complexity when we have to increase
the so-version as we had ABI breakage anyway.
example/printcap is simplified to use an array, as every line would
have needed to be modified anyway. Missing 'FUSE_CAP_PASSTHROUGH'
was added.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 13:41:15 +0000 (14:41 +0100)]
fuse_lowlevel.c: define FUSE_MAXOP as CUSE_INIT
We don't want FUSE_MAXOP calculated at compilation time,
as the ABI limit is CUSE_INIT - better use that value
directly.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 12:48:51 +0000 (13:48 +0100)]
Use uint32_t for libfuse_version
Should be used internally only, but is still in a common file -
we better use arch independent values.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 13:01:04 +0000 (14:01 +0100)]
struct fuse_file_info extension
Add a flags and reserved fields to struct fuse_file_info
and add a static assert on the size.
Also add another static assert for 'struct fuse_conn_info'
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 12:43:58 +0000 (13:43 +0100)]
Use single bit for struct fuse_file_info::no_interrupt
Now that we know the exact size of the integer we can
use a single bit and reserve the other bits.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 12:39:53 +0000 (13:39 +0100)]
Use (u)int32_t for struct fuse_conn_info
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 12:21:58 +0000 (13:21 +0100)]
Add padding3 in struct fuse_file_info
pahole was showing a 4 byte hole - add another padding to
fill that hole.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 12:19:41 +0000 (13:19 +0100)]
Use (u)int32_t for struct fuse_file_info
Enforce 32 bit integers for #struct fuse_file_info'.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 12:14:43 +0000 (13:14 +0100)]
Use (u)int32_t for struct fuse_config and extend the struct
Enforce 32-bit integers for struct fuse_config and
add future ABI fields to that struct.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 10:22:14 +0000 (11:22 +0100)]
Restore compat ABI in 'struct fuse_config'
This fixes commit
dad15aee26835 "Add no_rofd_flush mount option"
and restores the ABI by moving the no_rofd_flush field.
Given that there were already several releases with this commit
we will still need an so version bump.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Bernd Schubert [Sat, 28 Dec 2024 10:15:30 +0000 (11:15 +0100)]
Restore compat ABI in 'struct fuse_file_info'
This fixes commit
a5eb7f2 "Enable parallel direct writes on the same file"
and restores the ABI by moving the parallel_direct_writes
bit.
Given that there were already several releases with this commit
we will still need an so version bump.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
dependabot[bot] [Mon, 23 Dec 2024 22:27:38 +0000 (22:27 +0000)]
build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.9 to 3.28.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
df409f7d9260372bd5f19e5b04e83cb3c43714ae...
48ab28a6f5dbc2a99bf1e0131198dd8f1df78169)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Tue, 17 Dec 2024 19:21:09 +0000 (20:21 +0100)]
Rename _int to _internal
_int can be confused with 'integer'
Bernd Schubert [Mon, 16 Dec 2024 22:37:29 +0000 (23:37 +0100)]
Allow to have page aligned writes
Read/writes IOs should be page aligned as fuse server
might need to copy data to another buffer otherwise in
order to fulfill network or device storage requirements.
Simple reproducer is example/passthrough*
and opening a file with O_DIRECT - without this change
writing to that file failed with -EINVAL if the underlying
file system was using ext4 (for passthrough_hp the
'passthrough' feature has to be disabled).
The mis-alignment from fuse kernel is not ideal, but we can handle
it by allocation one page more than needed and then using a buffer
that is set up to compensate for kernel misalignment.
This also only set se->buf_reallocable to true when called
by a libfuse internal caller - we do not know what
external callers are doing with the buffer - update to
commit
0e0f43b79b9b
Bernd Schubert [Thu, 12 Dec 2024 22:21:05 +0000 (23:21 +0100)]
tests: Add debug messages to some tests and umount
On my nfs mount the tests were hanging and it was impossible
to diagnoze what is actually the issue.
Also get rid of 'looseversion' python package dependency,
as that package is not in ubuntu - add a handcode kernel
version parser.
dependabot[bot] [Mon, 16 Dec 2024 22:24:44 +0000 (22:24 +0000)]
build(deps): bump github/codeql-action from 3.27.5 to 3.27.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
f09c1c0a94de965c15400f5634aa42fac8fb8f88...
df409f7d9260372bd5f19e5b04e83cb3c43714ae)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Thu, 12 Dec 2024 15:08:50 +0000 (16:08 +0100)]
examples: Add memfs_ll.cc
This is an initial implementation and quickly hacked together
within a few hours - issues expected.
This also increase to C++17 as memfs_ll makes use of more
recent features.
Background to create this was actually to be able to test large
file names (3 * 1024B), which couldn't be achieved with passthrough
file system as non of the underlying file systems seems to support
that.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Horst Birthelmer [Wed, 20 Nov 2024 15:14:43 +0000 (16:14 +0100)]
support FUSE_TMPFILE in the low level API
Note that name hashes and using paths as parameters
makes it very hard to support
anonymous files in the high level API.
Known Issues:
- tests have to bail out when O_TMPFILE is not supported.
This will always be the case with high level passthrough implementations.
- test_create_and_link_tmpfile has to be skipped
due to unidentified problems with github runner
dependabot[bot] [Mon, 25 Nov 2024 23:04:02 +0000 (23:04 +0000)]
build(deps): bump github/codeql-action from 3.27.4 to 3.27.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
ea9e4e37992a54ee68a9622e985e60c8e8f12d9f...
f09c1c0a94de965c15400f5634aa42fac8fb8f88)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Vladimir Serbinenko [Wed, 20 Nov 2024 18:16:16 +0000 (21:16 +0300)]
Fix alignment of allocation in fuse_reply_create
When allocating as an array of char only alignment of 1 is guaranteed but
the structure needs an alignment of 8. Specify alignment explicitly
Joanne Koong [Fri, 15 Nov 2024 04:55:48 +0000 (20:55 -0800)]
Reallocate fuse_session buffer transparently for extended max writes
A previous PR supported extended max writes (eg write requests larger than 1 MB)
by initializing the fuse session buffer size to use the max_pages_limit set in
/proc/sys/fs/fuse. However, this is a huge problem for machines where multiple
fuse servers may be running but only one server needs large writes. In this case,
a lot of memory will be wasted and will lead to OOM issues.
This PR does a reallocation of the session buffer transparently if the server set
"se->conn.max_write" to a value larger than 1 MiB. This is only for buffers that
are "owned" by libfuse - if the server wishes to provide its own allocated buffer
for receiving/processing requests, then it should ensure that buffer is allocated
to the proper size from the start.
Local testing showed:
echo 65535 | sudo tee /proc/sys/fs/fuse/max_pages_limit
dd if=/dev/urandom of=hello_file bs=6M count=2
write requests:
write request size is
5242880
write request size is
1048576
write request size is
5242880
write request size is
1048576
dependabot[bot] [Mon, 18 Nov 2024 23:00:01 +0000 (23:00 +0000)]
build(deps): bump github/codeql-action from 3.27.1 to 3.27.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.1 to 3.27.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
4f3212b61783c3c68e8309a0f18a699764811cda...
ea9e4e37992a54ee68a9622e985e60c8e8f12d9f)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Joanne Koong [Fri, 15 Nov 2024 03:45:43 +0000 (19:45 -0800)]
Use fuse_session_{receive/process}_buf() instead of _int version
No functional changes.
Bernd Schubert [Thu, 19 Sep 2024 13:09:04 +0000 (15:09 +0200)]
Add FUSE_CAP_NO_EXPORT and use it in passthrough_hp
This should stop some more xfstest test failures.
Bernd Schubert [Thu, 19 Sep 2024 13:03:55 +0000 (15:03 +0200)]
Add fuse_set_feature_flag() / fuse_unset_feature_flag
Simplify setting feature flags a bit by adding a helper
function.
Also move the check for valid flags into a funtion we can re-use
in a later patch.
dependabot[bot] [Mon, 11 Nov 2024 22:15:05 +0000 (22:15 +0000)]
build(deps): bump github/codeql-action from 3.27.0 to 3.27.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.27.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
662472033e021d55d94146f66f6058822b0b39fd...
4f3212b61783c3c68e8309a0f18a699764811cda)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Wed, 30 Oct 2024 14:25:22 +0000 (15:25 +0100)]
Correct arg documentation for FUSE_READLINK
It does not have an in-argument.
dependabot[bot] [Tue, 29 Oct 2024 09:37:03 +0000 (09:37 +0000)]
build(deps): bump github/codeql-action from 3.26.13 to 3.27.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/
f779452ac5af1c261dce0346a8f964149f49322b...
662472033e021d55d94146f66f6058822b0b39fd)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 28 Oct 2024 22:22:33 +0000 (22:22 +0000)]
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/
eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...
11bd71901bbe5b1630ceea73d27597364c9af683)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Sun, 20 Oct 2024 07:36:14 +0000 (09:36 +0200)]
codeql workflow: Switch from pip to apt
On some runs:
Run pip install --break-system-packages -r requirements.txt
....
no such option: --break-system-packages
Error: Process completed with exit code 2.
On other runs it refuses to install and asks for that option
as it refuses to override system packages.
Also require ubuntu-latest only, as MacOS is not supported at all
by libfuse.
Bernd Schubert [Thu, 17 Oct 2024 16:59:44 +0000 (18:59 +0200)]
Update libfuse-operations.txt for FUSE_SYMLINK
Bernd Schubert [Mon, 14 Oct 2024 18:49:24 +0000 (20:49 +0200)]
Create codeql.yml
leipeng [Fri, 11 Oct 2024 07:54:14 +0000 (15:54 +0800)]
fuse_buf_size fix for SIZE_MAX
Joanne Koong [Mon, 7 Oct 2024 20:37:20 +0000 (13:37 -0700)]
Add libfuse util strtol wrapper
Add a wrapper around strtol for more rigorous error checking
and convert uses of atoi and strtol to use this instead.
dependabot[bot] [Mon, 7 Oct 2024 22:59:31 +0000 (22:59 +0000)]
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/
d632683dd7b4114ad314bca15554477dd762a938...
eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Daniel Rosenberg [Thu, 3 Oct 2024 21:52:22 +0000 (14:52 -0700)]
ignore mtab on android
Updating the mtab on Android fails due to differences in toybox's mount
command. Setting IGNORE_MTAB avoids that issue.
Signed-off-by: Daniel Rosenberg <drosen@google.com>
dependabot[bot] [Mon, 30 Sep 2024 22:52:27 +0000 (22:52 +0000)]
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/
692973e3d937129bcbf40652eb9f2f61becf3332...
d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bernd Schubert [Fri, 27 Sep 2024 18:37:51 +0000 (20:37 +0200)]
fuse_lowlevel FUSE_INIT: Simplify the max_write/bufsize logic
max_write can be limited by se->op.init() and by the buffer size,
we use the minimum of these two.
Required se->bufsize is then set according to the determined
max_write. The current thread will have the old buffer size,
though, as it already had to the allocation to handle the
FUSE_INIT call (unless splice is used and ths variable
and related buffer is not used at all).
The given bufsize is just a hint for minimum size, allocation
could be actually larger (for example to get huge pages).
Bernd Schubert [Thu, 26 Sep 2024 22:57:21 +0000 (00:57 +0200)]
fuse_lowlevel FUSE_INIT: group bufsize and max_write adjustments
The further these lines are separated from each other the harder
it is to read the code.
There shouldn't be any code change behavior here.
Joanne Koong [Fri, 27 Sep 2024 00:33:39 +0000 (17:33 -0700)]
Change FUSE_MAX_MAX_PAGES to FUSE_DEFAULT_MAX_PAGES_LIMIT
A recent upstream patch [1] changed FUSE_MAX_MAX_PAGES to
FUSE_DEFAULT_MAX_PAGES_LIMIT.
Update libfuse to use FUSE_DEFAULT_MAX_PAGES_LIMIT as well
instead of FUSE_MAX_MAX_PAGES.
[1] https://lore.kernel.org/linux-fsdevel/
20240923171311.
1561917-1-joannelkoong@gmail.com/T/#t
Joanne Koong [Thu, 26 Sep 2024 00:49:56 +0000 (17:49 -0700)]
Initialize session buffer size to value set by sysctl
Currently in libfuse, the buffer size for a fuse session is
capped at 1 MiB on a 4k page system. A recent patch
upstream [1] was merged that allows the max number of pages
per fuse request to be dynamically configurable through the
/proc/sys interface (/proc/sys/fs/fuse/max_pages_limit).
This commit adds support for this on the libfuse side to set
the fuse session buffer to take into account the max pages
limit set in /proc/sys/fs/fuse/max_pages_limit. If this
sysctl does not exist (eg older kernels), it will default to
old behavior (using FUSE_MAX_MAX_PAGES (256) as the max pages
limit). This allows for things like bigger write buffers per
request.
[1] https://lore.kernel.org/linux-fsdevel/
20240923171311.
1561917-1-joannelkoong@gmail.com/T/#t