Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
djwong
/
libfuse
/
HEAD
3bb9cd9
Add the codechecker/cppcheck github action
by Bernd Schubert
· 6 days ago
master
origin/master_2026-04-09
7497793
Disable cppcheck rules with excessive false positives
by Bernd Schubert
· 5 days ago
9c67667
fuse: Initialize fuse_entry_param struct in fuse_lib_create
by Bernd Schubert
· 5 days ago
c446b2c
fuse: Add const to versioned symbol config_v1 parameters
by Bernd Schubert
· 5 days ago
941b7bc
fuse_lowlevel: Add const to fuse_get_feature_flag parameter
by Bernd Schubert
· 5 days ago
8ad9064
Fix remaining const cppcheck const warnings
by Bernd Schubert
· 5 days ago
e008784
abi check: Move the actual check to a script
by Bernd Schubert
· 5 days ago
974a837
fuse: fix const and limit-scope cppcheck warnings
by Bernd Schubert
· 6 days ago
fb7fa26
fuse_lowlevel: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
d18dd27
fusermount: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
3897ca7
test_syscalls: Use snprintf to limit to buffer size
by Bernd Schubert
· 5 days ago
7af8118
test_syscalls: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
20d8e6d
test_write_cache: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
02fd59e
fuse_uring: fix const and void-ptr cppcheck warnings
by Bernd Schubert
· 6 days ago
2d147fd
fuse_loop_mt: fix const cppcheck warnings
by Bernd Schubert
· 6 days ago
2fc904c
test_setattr: fix const cppcheck warning
by Bernd Schubert
· 6 days ago
2cf9a33
util/mount.fuse: fix const cppcheck warnings
by Bernd Schubert
· 6 days ago
6e92200
lib/mount: fix const cppcheck warnings
by Bernd Schubert
· 6 days ago
0036a55
test_want_conversion: fix cppcheck warning
by Bernd Schubert
· 6 days ago
68fc66b
lib/fuse_opt: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
2a83181
lib/buffer: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
20e9cb2
lib/mount_util: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
515f58b
lib/fuse_signals: fix cppcheck warnings
by Bernd Schubert
· 6 days ago
1a53c92
Add codechecker cppcheck support
by Bernd Schubert
· 6 days ago
e88b1d0
build(deps): bump actions/setup-python from 6.0.0 to 6.2.0
by dependabot[bot]
· 4 days ago
d6ed78d
codeql action: enable queries: security-extended,security-and-quality
by Bernd Schubert
· 6 days ago
85847ac
Add back python to codeql action
by Bernd Schubert
· 6 days ago
30326f5
github workflows: Add a code checker action
by Bernd Schubert
· 6 days ago
61567a4
Fix CodeChecker issues - NULL deref and disable malloc-leak checker
by Bernd Schubert
· 6 days ago
a09c3cd
lib/fuse.c: Fix memory leak when pthread_setspecific fails
by Bernd Schubert
· 6 days ago
f64b826
lib/fuse_lowlevel.c: Fix memory leak when pipe size cannot be grown
by Bernd Schubert
· 6 days ago
8738882
lib: Fix leak of mountpoint in fuse_session_mount
by Bernd Schubert
· 6 days ago
b74ee53
lib: Fix -ENOMEM null-dereferences in fuse_loop_mt.c
by Bernd Schubert
· 6 days ago
23b5c37
lib: Fix fd-leak in helper.c fuse_daemonize()
by Bernd Schubert
· 6 days ago
bb26f81
test: Fix null-argument issue in test_signals.c
by Bernd Schubert
· 6 days ago
bdd9b96
Fix github workflows to use the SHAs for security
by Bernd Schubert
· 6 days ago
d412073
Add a codechecker script that is supposed to run per PR
by Bernd Schubert
· 6 days ago
6b7749e
Move the checkpatch call into a script
by Bernd Schubert
· 6 days ago
bee469f
Move github ubuntu install dependencies into a shell script
by Bernd Schubert
· 6 days ago
4e5657e
build(deps): bump github/codeql-action from 4.34.1 to 4.35.1
by dependabot[bot]
· 11 days ago
22d0fcd
example: refactor poll_client to remove FSEL_FILES macro
by wangrzneu
· 14 days ago
031f37d
Fix Clang 21 compile error: non-assignable lvalue in ST_MTIM_NSEC
by wangrzneu
· 14 days ago
35f0067
build(deps): bump github/codeql-action from 4.33.0 to 4.34.1
by dependabot[bot]
· 3 weeks ago
origin/master_2026-03-25
origin/master_2026-03-26
ae57c09
Fix hang on statx call
by nikola-sh
· 3 weeks ago
9eba0f3
fuse-io-uring: Fix UAF and NULL deref in startup error path
by Abhinav Agarwal
· 4 weeks ago
9d78424
mount: check if CMSG_FIRSTHDR() returned NULL
by Miklos Szeredi
· 3 weeks ago
26ee54a
fuse-io-uring: Fix NULL deref and memory leak in fuse_uring_init_queue
by Abhinav Agarwal
· 3 weeks ago
46ecc30
build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1450)
by dependabot[bot]
· 4 weeks ago
1f4c060
add FUSE_CAP_ALLOW_IDMAP (#1446)
by Renzheng Wang
· 4 weeks ago
origin/master_2026-03-16
9a003db
Rename doc/libfuse-operations.txt to doc/fuse-operations.txt
by Bernd Schubert
· 4 weeks ago
origin/master_2026-03-13
755b3bc
example/printcap: Add FUSE_CAP_OVER_IO_URING
by Bernd Schubert
· 4 weeks ago
5999916
example/printcap: Fix indentation
by Bernd Schubert
· 4 weeks ago
a389658
tests: Run pytest with --tb=short --vv
by Bernd Schubert
· 4 weeks ago
31fdf35
build(deps): bump github/codeql-action from 4.32.5 to 4.32.6
by dependabot[bot]
· 5 weeks ago
73db1b2
fix: add assert to prevent NULL pointer dereference in try_get_path
by Mikhail Novosyolov
· 6 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]
· 6 weeks ago
48929a4
build(deps): bump github/codeql-action from 4.32.2 to 4.32.4
by dependabot[bot]
· 7 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]
· 9 weeks ago
origin/master_2026-02-22
origin/master_2026-02-23
b2a5d8f
Update 'OS-X' to correct current name 'macOS'
by Shane Becker
· 8 weeks ago
32e2a4b
test/test_example: add test for notify_prune example
by Jingbo Xu
· 9 weeks ago
origin/master_2026-02-11
origin/master_2026-02-14
1fa60a0
example: add notify_prune example
by Jingbo Xu
· 10 weeks ago
cba0be1
add support for FUSE_NOTIFY_PRUNE
by Jingbo Xu
· 3 months ago
e81cf70
build(deps): bump github/codeql-action from 4.32.0 to 4.32.1
by dependabot[bot]
· 10 weeks ago
5706212
xfstests README udpate.
by kchen-ddn
· 2 months ago
8878763
build(deps): bump github/codeql-action from 4.31.10 to 4.32.0
by dependabot[bot]
· 2 months ago
264495f
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
by dependabot[bot]
· 2 months ago
addcbae
fuse: add support for the FUSE_SYNCFS operation
by Ari Sundholm
· 2 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
· 2 months ago
029ab1f
Add a test to the teardown watchdog for POLLNVAL
by Bernd Schubert
· 2 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
· 3 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]
· 3 months ago
6278995
fuse lowlevel: Add a teardown watchdog feature
by Bernd Schubert
· 3 months ago
origin/master_2026-01-06
cd4a796
Increase the build version to 3.19-rc0
by Bernd Schubert
· 3 months ago
562f901
Fix 'find_previous_release_tag.sh' if current version has no tag
by Bernd Schubert
· 3 months ago
28d3f4b
fuse_lowlevel.h: Some minor cleanups from clang-format
by Bernd Schubert
· 3 months ago
b2852e0
make_release_tarball.sh: Fix signify verification
by Bernd Schubert
· 3 months ago
a32cec0
Add lowlevel ioctl examples and tests
by Bernd Schubert
· 3 months ago
37dac0e
Add doc/ChangeLog-API.rst
by Bernd Schubert
· 3 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
· 8 months ago
8e536dc
fuse-io-uring: Add a lock around io_uring_submit / io_uring_submit_and_wait
by Bernd Schubert
· 4 months ago
b9cae49
fuse-io-uring: Initialize queue->eventfd
by Bernd Schubert
· 4 months ago
834a496
fuse-io-uring: Function rename and split into two function
by Bernd Schubert
· 4 months ago
2bb27d8
fuse-io-uring: Handle EAGAIN/EINTR in fuse-io-uring
by Bernd Schubert
· 5 months ago
033e0c3
build(deps): bump github/codeql-action from 4.31.7 to 4.31.8
by dependabot[bot]
· 4 months ago
a6fdf8c
Update fusermount.c
by WekaJosh
· 4 months ago
origin/master_2025-12-16
4f81b84
build(deps): bump github/codeql-action from 4.31.6 to 4.31.7
by dependabot[bot]
· 4 months ago
c2fb674
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
by dependabot[bot]
· 4 months ago
e1525c4
Clarify that use_ino takes priority over FUSE_FILL_DIR_PLUS
by Dave Vasilevsky
· 4 months ago
7bf0995
Don't yield zero d_ino with adaptive readdirplus
by Dave Vasilevsky
· 5 months ago
f96ec67
build(deps): bump github/codeql-action from 4.31.5 to 4.31.6
by dependabot[bot]
· 4 months ago
4ed0ed7
fuse-io-uring: fix narrowing integer conversion of commit_id
by Jingbo Xu
· 8 months ago
f1a375e
build(deps): bump github/codeql-action from 4.31.3 to 4.31.5
by dependabot[bot]
· 5 months ago
origin/master_2025-12-05
e9a81fd
build(deps): bump actions/checkout from 5.0.1 to 6.0.0
by dependabot[bot]
· 5 months ago
Next »