Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
djwong
/
libfuse
/
HEAD
5e3f016
fusermount: Reject invalid negative mount_max in fuse.conf
by Abhinav Agarwal
· 9 weeks ago
master
origin/master_2026-06-10
8eda8f9
fusermount: Guard trailing comma removal against empty string
by Abhinav Agarwal
· 9 weeks ago
ee093d2
iconv: Fix copy-paste error checking wrong iconv descriptor
by Abhinav Agarwal
· 9 weeks ago
efa6c4c
Fix BaseException catch in test files
by Bernd Schubert
· 2 months ago
0d037db
Fix file not closed in test_examples.py
by Bernd Schubert
· 2 months ago
80a6fb3
Fix mixed returns in test/util.py
by Bernd Schubert
· 2 months ago
2ac23c2
Fix default parameter mutation in test_examples.py
by Bernd Schubert
· 2 months ago
5f2e14d
Fix assert statements with side effects in test_examples.py
by Bernd Schubert
· 2 months ago
65afaab
Fix unbounded strcpy/strcat in mount.fuse.c
by Bernd Schubert
· 2 months ago
baebe3c
fuse: prevent possible fuse_pollhandle leak
by Alexander Mikhalitsyn
· 5 weeks ago
6b31236
fuse_lowlevel: add security context extension parsing and iterator API
by kchen
· 4 weeks ago
0b1cd7b
test: Use pytest tmpdir on non-FreeBSD platforms (#1516)
by mannkafai
· 7 days ago
183e21e
Document security and other extension format
by Bernd Schubert
· 2 weeks ago
1cb5878
Update homepage at man page (#1511)
by wilkis
· 9 days ago
44a1f75
fuse_uring: remove unused numa_node struct member
by Benjamin Peterson
· 9 days ago
66b74e9
build(deps): bump actions/checkout from 6.0.2 to 6.0.3
by dependabot[bot]
· 11 days ago
0a257c0
build(deps): bump vmactions/freebsd-vm from 1.4.5 to 1.4.6
by dependabot[bot]
· 11 days ago
ba68751
fix typo in comments; FUSE_LOOP_MT_DEF_IDLE_THREADS is -1, not 10
by Ashish Ahuja
· 12 days ago
b71dd26
Merge pull request #1444 from bsbernd/fuse-service-container
by Bernd Schubert
· 3 weeks ago
origin/master_2026-06-01
origin/master_2026-06-02
204cf0f
Merge branch 'master' into fuse-service-container
by Bernd Schubert
· 3 weeks ago
5c308fb
Fix a codeql report in add_default_subtype()
by Bernd Schubert
· 3 weeks ago
5785b20
Fix a codeql report in add_default_subtype()
by Bernd Schubert
· 3 weeks ago
d799270
mount_service.c: Remove an argc > 0 check (CodeQL)
by Bernd Schubert
· 3 weeks ago
c17960b
fuse_service: Avoid modifying counters in for loop
by Bernd Schubert
· 3 weeks ago
e2f7c7d
Merge branch 'master' into fuse-service-container
by Bernd Schubert
· 3 weeks ago
e3fe270
Change use_subtype_prefix type to bool in fuse_mnt_build_source()
by Bernd Schubert
· 3 weeks ago
82a3985
lib mount: fix fsfd leakage on error
by Jingbo Xu
· 4 weeks ago
27fc208
lib mount: include linux/mount.h in mount_i_linux.h
by Jingbo Xu
· 4 weeks ago
7ba4bad
lib mount: no need to fsconfig mtab options
by Jingbo Xu
· 4 weeks ago
1d70e30
Fix ENODEV fallback logic for block devices with fsname
by Bernd Schubert
· 3 weeks ago
fadb479
Update the condition when to use synchronous init
by Bernd Schubert
· 3 weeks ago
9f57333
fuse_daemonize_early: Rename is_active to is_used, add new is_active
by Bernd Schubert
· 3 weeks ago
e4a4a3a
Add a missing NULL check for x_mtab_opts in mount_fuse()
by Bernd Schubert
· 3 weeks ago
5b205b6
fusermount: Fix heap buffer overflow in perform_mount()
by Bernd Schubert
· 3 weeks ago
4e0f7cb
lib/mount.c: Restore "subtype#fsname" format for legacy kernel fallback
by Bernd Schubert
· 3 weeks ago
e465536
fuse: No need to call strlen
by Volker Lendecke
· 6 weeks ago
acb5e53
mount/fuse_service: replace strcpy calls with memcpy
by Darrick J. Wong
· 3 weeks ago
fuse-service-container-fixes
fuse-service-container-fixes_2026-05-21
0f8157e
mount_service: fix null pointer deref in mount_service_init
by Darrick J. Wong
· 3 weeks ago
ba6e172
mount.fuse: constify arguments to try_service_main
by Darrick J. Wong
· 3 weeks ago
d18df35
mount_service: rename IGNORE_MTAB and constify it
by Darrick J. Wong
· 3 weeks ago
cc9f779
fuse_service: fix uninitialized variable
by Darrick J. Wong
· 4 weeks ago
fuse-service-container-fixes_2026-05-20
2a97fc1
mount_service: fix some pointer handling
by Darrick J. Wong
· 4 weeks ago
96d030b
mount_i_linux.h: fix whitespace error
by Darrick J. Wong
· 4 weeks ago
cb07e6a
fuse: use fuse_args in try_service_main instead of opencoding it
by Darrick J. Wong
· 4 weeks ago
93892e4
libfuse: fix cppcheck warnings in the new mount service code
by Darrick J. Wong
· 4 weeks ago
fuse-service-container-fixes_2026-05-19
c708a0c
Merge branch 'master' into fuse-service-container
by Bernd Schubert
· 4 weeks ago
d999bd6
checkpatch.pl: update to linux 7.0
by Darrick J. Wong
· 5 weeks ago
origin/master_2026-05-19
origin/master_2026-05-20
origin/master_2026-05-21
7211953
mount_service: use the fsmount API helpers from mount_fsmount.c
by Darrick J. Wong
· 5 weeks ago
fuse-service-container-fixes_2026-05-11
3b24f20
mount_fsmount: fix signature of ms_flags_to_mount_attrs
by Darrick J. Wong
· 5 weeks ago
fuse-mount-api-fixes
fuse-mount-api-fixes_2026-05-11
0c9fd61
fuse_lowlevel: disable SPLICE_READ when pipe can't reach bufsize
by Bernd Schubert
· 2 months ago
7e950ba
Merge remote-tracking branch 'origin/master' into djwong-dev3
by Darrick J. Wong
· 5 weeks ago
2e7f517
lib, util: rename mnt_opts to mtab_opts at all build sites
by Bernd Schubert
· 5 weeks ago
origin/master_2026-05-11
9d8e644
lib mount: rename mnt_opts param to mtab_opts
by Bernd Schubert
· 5 weeks ago
3cbe980
highlevel: Switch fuse_main_real_versioned() to fuse_daemonize_early()
by Bernd Schubert
· 5 weeks ago
bb9b562
fuse mount: Do not set sync_init when sync_init was not used
by Bernd Schubert
· 5 weeks ago
9ca8d8a
fuse_daemonize_early_start: Disallow daemonization when already active.
by Bernd Schubert
· 5 weeks ago
24e921b
example: silence add_languages warning by setting 'native: false'
by Bernd Schubert
· 5 weeks ago
2987273
libfuse: don't use SYNC_INIT unless asked for
by Darrick J. Wong
· 6 weeks ago
31c107a
New mount API: read-only option is for fsmount() and fsconfig()
by Darrick J. Wong
· 6 weeks ago
94ee9ff
test: assert ro/rw, nosuid/suid, nodev/dev round-trip via fsmount
by Bernd Schubert
· 6 weeks ago
954a25c
Add tests to verify that mountinfo matches requested options
by Bernd Schubert
· 6 weeks ago
df14847
test: register pytest run as a meson test
by Bernd Schubert
· 5 weeks ago
b9c10de
Fix deref-before-check in mount.fuse.c
by Bernd Schubert
· 5 weeks ago
64e0d05
mount_service: use the mount_flags table instead of declaring our own
by Darrick J. Wong
· 6 weeks ago
8864a26
mount_util: fix mount_flags entries for MS_RDONLY
by Darrick J. Wong
· 6 weeks ago
33996e0
example: fix cppcheck complaints about constifying pointers
by Darrick J. Wong
· 6 weeks ago
1300bca
fuser_conf: fix cppcheck complaints
by Darrick J. Wong
· 6 weeks ago
8b1f63a
util: fix cppcheck complaints about constifying pointers
by Darrick J. Wong
· 6 weeks ago
cec7277
libfuse: fix cppcheck complaints about constifying pointers in user-visible ABI
by Darrick J. Wong
· 6 weeks ago
56daf9f
libfuse: fix cppcheck complaints about constifying pointers
by Darrick J. Wong
· 6 weeks ago
06c422e
example/single_file: fix ctime handling
by Darrick J. Wong
· 6 weeks ago
a7dd57b
example/single_file: sync backing fd when statx wants us to fsync
by Darrick J. Wong
· 6 weeks ago
2b0b892
examples: improve documentation of the new systemd service fuse servers
by Darrick J. Wong
· 6 weeks ago
c8f8c39
fuse_service: handle weird behavior during SCM_RIGHTS fd transfers
by Darrick J. Wong
· 6 weeks ago
23e8253
util/mount.fuse.c: loop in waitpid
by Darrick J. Wong
· 6 weeks ago
a9ead05
libfuse: always send the subtype to the kernel when using fsconfig()
by Darrick J. Wong
· 6 weeks ago
a7d4161
libfuse: don't use SYNC_INIT unless asked for
by Darrick J. Wong
· 6 weeks ago
e99b3d2
libfuse: always send the subtype to the kernel when using fsconfig()
by Darrick J. Wong
· 6 weeks ago
d454f68
Show a feature config summary the end of meson setup --reconfigure
by Bernd Schubert
· 6 weeks ago
e881b37
nullfs: support fuse systemd service mode
by Darrick J. Wong
· 3 months ago
e25d7b9
example/service: create a sample systemd service for a high-level fuse server
by Darrick J. Wong
· 3 months ago
63336ed
example/service_ll: create a sample systemd service fuse server
by Darrick J. Wong
· 3 months ago
16b8bb9
mount_service: allow installation as a setuid program
by Darrick J. Wong
· 3 months ago
f127c2d
mount.fuse3: integrate systemd service startup
by Darrick J. Wong
· 3 months ago
96702c5
mount_service: enable unprivileged users in a similar manner as fusermount
by Darrick J. Wong
· 8 weeks ago
2d1c8fe
util: hoist the fuse.conf parsing and setuid mode enforcement code
by Bernd Schubert
· 6 weeks ago
95cf8ff
mount_service: update mtab after a successful mount
by Darrick J. Wong
· 8 weeks ago
f3f0869
mount_service: use the new mount api for the mount service
by Darrick J. Wong
· 3 months ago
bb9ae35
mount_service: create high level fuse helpers
by Darrick J. Wong
· 3 months ago
5d8b9a3
mount_service: add systemd socket service mounting helper
by Darrick J. Wong
· 8 weeks ago
0d7e725
Unify mount flag structures and remove redundant is_mount_attr field
by Bernd Schubert
· 6 weeks ago
188ca87
Verify in fuse_mnt_get_devname() that the kern device is valid
by Bernd Schubert
· 9 weeks ago
d8e6411
Add a background debug option to passthrough hp
by Bernd Schubert
· 3 months ago
8a48349
Add mount and daemonization README documents
by Bernd Schubert
· 3 months ago
50fa7f0
Move fuse_mnt_build_{source,type} to mount_util.c
by Bernd Schubert
· 7 weeks ago
d07e5f3
Add support for sync-init of unprivileged daemons
by Bernd Schubert
· 3 months ago
09db3a8
New mount API: Filter out "user="
by Bernd Schubert
· 3 months ago
7f37b1f
Make fusermount work bidirectional for sync init
by Bernd Schubert
· 3 months ago
75df12d
fusermount: Refactor extract_x_options
by Bernd Schubert
· 3 months ago
235e9a1
fusermout: Remove the large read check
by Bernd Schubert
· 3 months ago
Next »