Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
djwong
/
libfuse
/
HEAD
a6fdf8c
Update fusermount.c
by WekaJosh
· 3 weeks ago
master
origin/master_2025-12-16
4f81b84
build(deps): bump github/codeql-action from 4.31.6 to 4.31.7
by dependabot[bot]
· 2 weeks ago
c2fb674
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
by dependabot[bot]
· 2 weeks ago
e1525c4
Clarify that use_ino takes priority over FUSE_FILL_DIR_PLUS
by Dave Vasilevsky
· 3 weeks ago
7bf0995
Don't yield zero d_ino with adaptive readdirplus
by Dave Vasilevsky
· 5 weeks ago
f96ec67
build(deps): bump github/codeql-action from 4.31.5 to 4.31.6
by dependabot[bot]
· 3 weeks ago
4ed0ed7
fuse-io-uring: fix narrowing integer conversion of commit_id
by Jingbo Xu
· 5 months ago
f1a375e
build(deps): bump github/codeql-action from 4.31.3 to 4.31.5
by dependabot[bot]
· 4 weeks ago
origin/master_2025-12-05
e9a81fd
build(deps): bump actions/checkout from 5.0.1 to 6.0.0
by dependabot[bot]
· 4 weeks ago
6268c66
lib/fuse.c: fix deallocation in fuse_session_loop_remember
by Alexander Monakov
· 4 weeks ago
ab5033f
example/passthrough_hp: fix debug output in forget_one
by Long Li
· 4 weeks ago
02c0fc6
example/passthrough_hp: fix race in forget_one()
by Long Li
· 4 weeks ago
1e19235
example/passthrough_hp: fix race between forget_one and do_lookup
by Long Li
· 5 weeks ago
8ad076e
Initialize fuse_entry_param in fuse_lib_lookup()
by Bernd Schubert
· 5 weeks ago
0fcaec3
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
by dependabot[bot]
· 5 weeks ago
6c9a4d6
build(deps): bump github/codeql-action from 4.31.2 to 4.31.3
by dependabot[bot]
· 5 weeks ago
c71727d
build(deps): bump codespell-project/actions-codespell from 2.1 to 2.2
by dependabot[bot]
· 6 weeks ago
f58d4c5
tests: fix a race in wait_for_mount()
by Miklos Szeredi
· 7 weeks ago
6247606
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2
by dependabot[bot]
· 7 weeks ago
e2886cb
Add FUSE_COPY_FILE_RANGE_64 to doc/libfuse-operations.txt
by Bernd Schubert
· 7 weeks ago
c216833
build(deps): bump github/codeql-action from 4.30.9 to 4.31.0
by dependabot[bot]
· 8 weeks ago
fd57ba3
fuse_lowlevel.h: remove incorrect documentation (#1357)
by Zeno Sebastian Endemann
· 8 weeks ago
bf3dd15
fusermount: count mounts with listmount and statmount
by Ben Linsay
· 9 weeks ago
origin/master_2025-10-28
f7da4e9
init: fix io-uring mount hang
by Joanne Koong
· 9 weeks ago
2bb125e
build(deps): bump github/codeql-action from 4.30.8 to 4.30.9
by dependabot[bot]
· 9 weeks ago
36a1c49
build(deps): bump github/codeql-action from 3.30.6 to 4.30.8
by dependabot[bot]
· 2 months ago
564d79e
fuse_lowlevel.h: Fix doc typo
by Zeno Sebastian Endemann
· 2 months ago
e12762b
build(deps): bump github/codeql-action from 3.30.5 to 3.30.6
by dependabot[bot]
· 3 months ago
75e32d9
Fixup passthrough_ll.c documentation
by Zeno Sebastian Endemann
· 3 months ago
origin/master_2025-10-11
382b17d
Fix missing \n termination in fusermount_posix_spawn()
by Bernd Schubert
· 3 months ago
4337029
build(deps): bump github/codeql-action from 3.30.3 to 3.30.5
by dependabot[bot]
· 3 months ago
59cf26a
FUSE_INIT handler: Set got_init only shortly before send_reply_ok
by Bernd Schubert
· 3 months ago
origin/master_2025-09-30
30bf3c8
fuse_loop_mt: Don't create new workers before init is received
by Bernd Schubert
· 4 months ago
50d1bec
io-uring: re-initialize fields in struct fuse_req
by Bernd Schubert
· 3 months ago
3e2cd9e
fuse_log: Add __attribute__((format(printf, ) and fix warnings
by Bernd Schubert
· 3 months ago
52a633a
fuse_lowlevel.c: allow passing ops as NULL
by Alik Aslanyan
· 4 months ago
6e4557c
libfuse: don't put HAVE_STATX in a public header
by Darrick J. Wong
· 3 months ago
939fc0d
build(deps): bump github/codeql-action from 3.30.1 to 3.30.3
by dependabot[bot]
· 3 months ago
2317d86
libfuse: fix COPY_FILE_RANGE interface
by Miklos Szeredi
· 5 months ago
3ff309e
build(deps): bump actions/setup-python from 5 to 6
by dependabot[bot]
· 4 months ago
origin/master_2025-09-15
49ad73a
build(deps): bump github/codeql-action from 3.29.11 to 3.30.1
by dependabot[bot]
· 4 months ago
63579df
build(deps): bump github/codeql-action from 3.29.10 to 3.29.11
by dependabot[bot]
· 4 months ago
c7c5dbe
Fix passthrough_hp.cc indentation
by Bernd Schubert
· 4 months ago
origin/master_2025-09-05
7e6cdc7
send_reply_uring: Avoid memcpy if src and dest are identical
by Bernd Schubert
· 7 months ago
d52ae4f
Allow applications to retrieve the req payload (io-uring only)
by Bernd Schubert
· 7 months ago
253ea91
fuse-io-uring: Release io-uring resources on io-uring startup failure
by Bernd Schubert
· 4 months ago
210d92f
fuse-io-uring: Fix double count of ring_pool->failed_threads
by Bernd Schubert
· 4 months ago
bd8d8cd
io-uring startup: Fix spinning and variable read
by Bernd Schubert
· 4 months ago
8b8ce5a
build(deps): bump github/codeql-action from 3.29.8 to 3.29.10
by dependabot[bot]
· 4 months ago
a63fc71
tests: move struct size assertions into a test
by CismonX
· 4 months ago
42b9b3b
fuse_loop_mt.c: fix close-on-exec flag on clone fd
by CismonX
· 5 months ago
origin/master_2025-08-19
origin/master_2025-08-20
2454ff1
build(deps): bump github/codeql-action from 3.29.7 to 3.29.8
by dependabot[bot]
· 5 months ago
33ec237
build(deps): bump actions/checkout from 4 to 5
by dependabot[bot]
· 5 months ago
ba8a3a4
build(deps): bump github/codeql-action from 3.29.3 to 3.29.5
by dependabot[bot]
· 5 months ago
95b9d3b
Update issue templates
by Bernd Schubert
· 5 months ago
db74ec7
mount_bsd.c: Actually report mount failures back to caller
by Gleb Popov
· 5 months ago
7e2dc4a
high level: Remove the nullpath_ok log message
by Bernd Schubert
· 5 months ago
898def7
fuse_uring_i.h: Include errno.h
by Bernd Schubert
· 5 months ago
e915a28
Split fuse-io-uring startup
by Bernd Schubert
· 5 months ago
2f092ef
Simplify meson condition for liburing
by Bernd Schubert
· 5 months ago
0624650
fuse-io-uring: Add sanity check for the number of queue entries
by Bernd Schubert
· 5 months ago
e1e7b11
fuse-over-io-uring: Remove handling of -EOPNOTSUPP
by Bernd Schubert
· 5 months ago
6d02f5d
build(deps): bump github/codeql-action from 3.29.2 to 3.29.3
by dependabot[bot]
· 5 months ago
0d15126
example/memfs_ll: Avoid nullptr field initializations by pragma
by Bernd Schubert
· 5 months ago
b96c738
memfs_ll: fix deadlock in truncate operation
by Long Li
· 5 months ago
origin/master_2025-07-26
d825377
Avoid double unmount on FUSE_DESTROY
by Bernd Schubert
· 5 months ago
5f6d3be
fusermount: close_range seems to be available on bsd
by Bernd Schubert
· 5 months ago
194023c
fusermount: Fix the close_range ifdef
by Bernd Schubert
· 5 months ago
b507cbc
Add statx support
by Joanne Koong
· 1 year, 4 months ago
3be8441
Switch to c++20
by Bernd Schubert
· 5 months ago
fc9888e
example/passthrough: support fspacectl()
by CismonX
· 6 months ago
21a27e3
example/passthrough: tidy up passthrough_helpers.h
by CismonX
· 6 months ago
db5a1b6
example/passthrough: refactor fallocate
by CismonX
· 6 months ago
4166f2e
build(deps): bump github/codeql-action from 3.29.0 to 3.29.2
by dependabot[bot]
· 6 months ago
fc1c8da
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
by izxl007
· 6 months ago
origin/master_2025-07-17
4de3db4
passthrough_hp: Fix unused function warning
by Gleb Popov
· 6 months ago
1bb2f2a
memfs_ll: Fix unused variable warning
by Gleb Popov
· 6 months ago
57227e4
FreeBSD: test runner
by Vassili Tchersky
· 10 months ago
f0ec646
meson: Enable building C++ examples on FreeBSD
by Gleb Popov
· 6 months ago
8e649e8
passthrough_hp: Fix compilation on systems without O_TMPFILE support
by Gleb Popov
· 6 months ago
f8fe398
passthrough_hp: Abstract out the fd -> path transition
by Gleb Popov
· 6 months ago
9168e3b
memfs_ll: Fix compiling on non-Linux OSes
by Gleb Popov
· 6 months ago
e9a140b
examples: Guard inclusions of Linux headers with appropriate ifdefs
by Gleb Popov
· 6 months ago
596732d
meson: Check for some Linux-specific headers
by Gleb Popov
· 6 months ago
1016d16
Catch up with fuse_send_data_iov() signature changes in the fallback case
by Gleb Popov
· 6 months ago
abd0a98
Clarify offset field is signed despite uint64_t type
by izxl007
· 6 months ago
43e36ff
example/ioctl_client: Delete the redundant comment
by izxl007
· 6 months ago
1caf816
tests: example: add new test for increment epoch
by Luis Henriques
· 6 months ago
5ceb0b0
fuse: add support to FUSE_NOTIFY_INC_EPOCH
by Luis Henriques
· 7 months ago
3793b17
mount_util.c: check if utab exists before update
by Georgi Valkov
· 6 months ago
f4c5d20
Fix io-uring teardown
by Bernd Schubert
· 6 months ago
4108904
example/passthrough_hp: Show fuse lowlevel help options
by Bernd Schubert
· 6 months ago
00dd846
Reformat passthrough_hp with clang-format
by Bernd Schubert
· 6 months ago
77e7df4
build(deps): bump github/codeql-action from 3.28.19 to 3.29.0
by dependabot[bot]
· 6 months ago
5724a99
gitignore: add *.patch
by Georgi Valkov
· 7 months ago
e64a616
help: Remove duplicate io_uring options from fuse_cmdline_help
by izxl007
· 7 months ago
324f1c7
tests: Add an exception for output "error"
by Bernd Schubert
· 7 months ago
6787608
fuse_signals.c: fix build warning when HAVE_BACKTRACE is undefined
by Georgi Valkov
· 7 months ago
3d8aba6
gitignore: add .DS_Store
by Georgi Valkov
· 7 months ago
05cbdf6
mount_bsd.c: Fix race between actual mounting and returning to the caller
by Gleb Popov
· 7 months ago
Next »