Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
djwong
/
libfuse
/
HEAD
f8abf5d
Fix a sign bug in prepare_fuse_fd()
by Bernd Schubert
· 3 days ago
master
origin/master_2026-04-30
origin/master_2026-05-01
c2ba242
build(deps): bump vmactions/freebsd-vm from 1.4.4 to 1.4.5
by dependabot[bot]
· 12 days ago
origin/master_2026-04-29
ff7aa45
update kernel FUSE io_uring doc URL
by Benjamin Peterson
· 2 weeks ago
origin/master_2026-04-22
ff326b1
Delete .cirrus.yml
by Alan Somers
· 2 weeks ago
origin/master_2026-04-17
173cf15
Fix a README typo.
by Yaroslav Ibrahimov
· 4 weeks ago
4df32c8
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
by dependabot[bot]
· 3 weeks ago
f45a4b1
Return -ENOMEM instead of ENOMEM for consistency
by Andrew Gaul
· 3 weeks ago
18afa2e
codechecker/cppcheck: Add the option for inline suppresion
by Bernd Schubert
· 3 weeks ago
origin/master_2026-04-14
a33b9a7
Add 'STRCPY' to the checkpatch ignore option
by Bernd Schubert
· 6 weeks ago
fef02ef
Run Infer through CodeChecker instead of standalone workflow
by Abhinav Agarwal
· 3 weeks ago
9c429bf
Avoid install-ubuntu-dependencies.sh packge dup
by Bernd Schubert
· 4 weeks ago
46b987b
Fix memory leak in print_module_help()
by Abhinav Agarwal
· 4 weeks ago
15af9bb
Fix uninitialized eventfd in teardown watchdog error path
by Abhinav Agarwal
· 4 weeks ago
3bb9cd9
Add the codechecker/cppcheck github action
by Bernd Schubert
· 4 weeks ago
origin/master_2026-04-09
origin/master_2026-04-10
7497793
Disable cppcheck rules with excessive false positives
by Bernd Schubert
· 4 weeks ago
9c67667
fuse: Initialize fuse_entry_param struct in fuse_lib_create
by Bernd Schubert
· 4 weeks ago
c446b2c
fuse: Add const to versioned symbol config_v1 parameters
by Bernd Schubert
· 4 weeks ago
941b7bc
fuse_lowlevel: Add const to fuse_get_feature_flag parameter
by Bernd Schubert
· 4 weeks ago
8ad9064
Fix remaining const cppcheck const warnings
by Bernd Schubert
· 4 weeks ago
e008784
abi check: Move the actual check to a script
by Bernd Schubert
· 4 weeks ago
974a837
fuse: fix const and limit-scope cppcheck warnings
by Bernd Schubert
· 4 weeks ago
fb7fa26
fuse_lowlevel: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
d18dd27
fusermount: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
3897ca7
test_syscalls: Use snprintf to limit to buffer size
by Bernd Schubert
· 4 weeks ago
7af8118
test_syscalls: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
20d8e6d
test_write_cache: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
02fd59e
fuse_uring: fix const and void-ptr cppcheck warnings
by Bernd Schubert
· 4 weeks ago
2d147fd
fuse_loop_mt: fix const cppcheck warnings
by Bernd Schubert
· 4 weeks ago
2fc904c
test_setattr: fix const cppcheck warning
by Bernd Schubert
· 4 weeks ago
2cf9a33
util/mount.fuse: fix const cppcheck warnings
by Bernd Schubert
· 4 weeks ago
6e92200
lib/mount: fix const cppcheck warnings
by Bernd Schubert
· 4 weeks ago
0036a55
test_want_conversion: fix cppcheck warning
by Bernd Schubert
· 4 weeks ago
68fc66b
lib/fuse_opt: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
2a83181
lib/buffer: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
20e9cb2
lib/mount_util: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
515f58b
lib/fuse_signals: fix cppcheck warnings
by Bernd Schubert
· 4 weeks ago
1a53c92
Add codechecker cppcheck support
by Bernd Schubert
· 4 weeks ago
e88b1d0
build(deps): bump actions/setup-python from 6.0.0 to 6.2.0
by dependabot[bot]
· 4 weeks ago
d6ed78d
codeql action: enable queries: security-extended,security-and-quality
by Bernd Schubert
· 4 weeks ago
85847ac
Add back python to codeql action
by Bernd Schubert
· 4 weeks ago
30326f5
github workflows: Add a code checker action
by Bernd Schubert
· 4 weeks ago
61567a4
Fix CodeChecker issues - NULL deref and disable malloc-leak checker
by Bernd Schubert
· 4 weeks ago
a09c3cd
lib/fuse.c: Fix memory leak when pthread_setspecific fails
by Bernd Schubert
· 4 weeks ago
f64b826
lib/fuse_lowlevel.c: Fix memory leak when pipe size cannot be grown
by Bernd Schubert
· 4 weeks ago
8738882
lib: Fix leak of mountpoint in fuse_session_mount
by Bernd Schubert
· 4 weeks ago
b74ee53
lib: Fix -ENOMEM null-dereferences in fuse_loop_mt.c
by Bernd Schubert
· 4 weeks ago
23b5c37
lib: Fix fd-leak in helper.c fuse_daemonize()
by Bernd Schubert
· 4 weeks ago
bb26f81
test: Fix null-argument issue in test_signals.c
by Bernd Schubert
· 4 weeks ago
bdd9b96
Fix github workflows to use the SHAs for security
by Bernd Schubert
· 4 weeks ago
d412073
Add a codechecker script that is supposed to run per PR
by Bernd Schubert
· 4 weeks ago
6b7749e
Move the checkpatch call into a script
by Bernd Schubert
· 4 weeks ago
bee469f
Move github ubuntu install dependencies into a shell script
by Bernd Schubert
· 4 weeks ago
4e5657e
build(deps): bump github/codeql-action from 4.34.1 to 4.35.1
by dependabot[bot]
· 5 weeks ago
22d0fcd
example: refactor poll_client to remove FSEL_FILES macro
by wangrzneu
· 5 weeks ago
031f37d
Fix Clang 21 compile error: non-assignable lvalue in ST_MTIM_NSEC
by wangrzneu
· 5 weeks ago
35f0067
build(deps): bump github/codeql-action from 4.33.0 to 4.34.1
by dependabot[bot]
· 6 weeks ago
origin/master_2026-03-25
origin/master_2026-03-26
ae57c09
Fix hang on statx call
by nikola-sh
· 6 weeks ago
9eba0f3
fuse-io-uring: Fix UAF and NULL deref in startup error path
by Abhinav Agarwal
· 7 weeks ago
9d78424
mount: check if CMSG_FIRSTHDR() returned NULL
by Miklos Szeredi
· 6 weeks ago
26ee54a
fuse-io-uring: Fix NULL deref and memory leak in fuse_uring_init_queue
by Abhinav Agarwal
· 7 weeks ago
46ecc30
build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1450)
by dependabot[bot]
· 7 weeks ago
1f4c060
add FUSE_CAP_ALLOW_IDMAP (#1446)
by Renzheng Wang
· 7 weeks ago
origin/master_2026-03-16
9a003db
Rename doc/libfuse-operations.txt to doc/fuse-operations.txt
by Bernd Schubert
· 7 weeks ago
origin/master_2026-03-13
755b3bc
example/printcap: Add FUSE_CAP_OVER_IO_URING
by Bernd Schubert
· 7 weeks ago
5999916
example/printcap: Fix indentation
by Bernd Schubert
· 7 weeks ago
a389658
tests: Run pytest with --tb=short --vv
by Bernd Schubert
· 7 weeks ago
31fdf35
build(deps): bump github/codeql-action from 4.32.5 to 4.32.6
by dependabot[bot]
· 8 weeks ago
73db1b2
fix: add assert to prevent NULL pointer dereference in try_get_path
by Mikhail Novosyolov
· 9 weeks ago
origin/master_2026-03-03
origin/master_2026-03-04
origin/master_2026-03-05
origin/master_2026-03-12
61ebd64
build(deps): bump github/codeql-action from 4.32.4 to 4.32.5
by dependabot[bot]
· 9 weeks ago
48929a4
build(deps): bump github/codeql-action from 4.32.2 to 4.32.4
by dependabot[bot]
· 10 weeks ago
origin/master_2026-02-27
ecfb204
build(deps): bump github/codeql-action from 4.32.1 to 4.32.2
by dependabot[bot]
· 3 months ago
origin/master_2026-02-22
origin/master_2026-02-23
b2a5d8f
Update 'OS-X' to correct current name 'macOS'
by Shane Becker
· 3 months ago
32e2a4b
test/test_example: add test for notify_prune example
by Jingbo Xu
· 3 months ago
origin/master_2026-02-11
origin/master_2026-02-14
1fa60a0
example: add notify_prune example
by Jingbo Xu
· 3 months ago
cba0be1
add support for FUSE_NOTIFY_PRUNE
by Jingbo Xu
· 4 months ago
e81cf70
build(deps): bump github/codeql-action from 4.32.0 to 4.32.1
by dependabot[bot]
· 3 months ago
5706212
xfstests README udpate.
by kchen-ddn
· 3 months ago
8878763
build(deps): bump github/codeql-action from 4.31.10 to 4.32.0
by dependabot[bot]
· 3 months ago
264495f
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
by dependabot[bot]
· 3 months ago
addcbae
fuse: add support for the FUSE_SYNCFS operation
by Ari Sundholm
· 3 months ago
origin/master_2026-02-04
origin/master_2026-02-05
074f0df
fuse_lowlevel: add support for the FUSE_SYNCFS operation
by Ari Sundholm
· 3 months ago
029ab1f
Add a test to the teardown watchdog for POLLNVAL
by Bernd Schubert
· 3 months ago
origin/master_2026-01-29
5dabb92
fuse lowlevel: fix teardown watchdog race
by Cheng Ding
· 3 months ago
fa03307
doc: replace "futur irrealis"-like tense in manpages
by Jan Engelhardt
· 4 months ago
origin/master_2026-01-20
origin/master_2026-01-23
d1e6135
build(deps): bump github/codeql-action from 4.31.9 to 4.31.10
by dependabot[bot]
· 4 months ago
6278995
fuse lowlevel: Add a teardown watchdog feature
by Bernd Schubert
· 4 months ago
origin/master_2026-01-06
cd4a796
Increase the build version to 3.19-rc0
by Bernd Schubert
· 4 months ago
562f901
Fix 'find_previous_release_tag.sh' if current version has no tag
by Bernd Schubert
· 4 months ago
28d3f4b
fuse_lowlevel.h: Some minor cleanups from clang-format
by Bernd Schubert
· 4 months ago
b2852e0
make_release_tarball.sh: Fix signify verification
by Bernd Schubert
· 4 months ago
a32cec0
Add lowlevel ioctl examples and tests
by Bernd Schubert
· 4 months ago
37dac0e
Add doc/ChangeLog-API.rst
by Bernd Schubert
· 4 months ago
8fd6879
build(deps): bump github/codeql-action from 4.31.8 to 4.31.9
by dependabot[bot]
· 4 months ago
1a99fb2
fuse_uring: remove duplicate fuse_uring resource init
by Diangang Li
· 5 months ago
fef7822
Add an ABI check for the last tag of the previous release
by Bernd Schubert
· 4 months ago
1218c86
Fix fuse version script / 3.17.3 to 3.18
by Bernd Schubert
· 4 months ago
dae44ec
prepare 3.18.0 release v2
by Bernd Schubert
· 4 months ago
c5050b7
Prepare 3.18.0 release
by Bernd Schubert
· 4 months ago
7a76588
Add signify verification in make_release_tarball.sh
by Bernd Schubert
· 9 months ago
8e536dc
fuse-io-uring: Add a lock around io_uring_submit / io_uring_submit_and_wait
by Bernd Schubert
· 5 months ago
Next »