Antonio SJ Musumeci
|
ddf5e53aa4
|
Misc cleanup
|
2 years ago |
Antonio SJ Musumeci
|
7606430188
|
Remove libfuse abstraction in prep for adding request data
|
2 years ago |
trapexit
|
629806e896
|
Merge pull request #1093 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
|
2 years ago |
LGTM Migrator
|
50fbf14e1e
|
Add CodeQL workflow for GitHub code scanning
|
2 years ago |
trapexit
|
4a67bbdc71
|
Merge pull request #1092 from trapexit/cleanup
Remove write_buf, simplify FUSE msg dispatching
|
2 years ago |
Antonio SJ Musumeci
|
dba9c4451a
|
Remove write_buf, simplify FUSE msg dispatching
|
2 years ago |
trapexit
|
fea499e220
|
Merge pull request #1091 from trapexit/cleanup
Remove unnecessary libfuse abstractions
|
2 years ago |
Antonio SJ Musumeci
|
9d056d609f
|
Remove unnecessary libfuse abstractions
|
2 years ago |
trapexit
|
9a839dd8ba
|
Merge pull request #1089 from trapexit/32bit
Tweaks for 32bit systems
|
2 years ago |
Antonio SJ Musumeci
|
32e2c9c48e
|
Tweaks for 32bit systems
|
2 years ago |
trapexit
|
83d7886a0a
|
Merge pull request #1087 from trapexit/kernelh
Update fuse_kernel.h
|
2 years ago |
Antonio SJ Musumeci
|
316abba0ac
|
Update fuse_kernel.h
|
2 years ago |
trapexit
|
8001c58c36
|
Merge pull request #1085 from trapexit/symlinkify
Fix setting of stat vars for symlinkify
|
2 years ago |
Antonio SJ Musumeci
|
3b0d7fb26e
|
Fix setting of stat vars for symlinkify
|
2 years ago |
trapexit
|
5d3c5002e0
|
Merge pull request #1058 from trapexit/docs
Support doc update
|
2 years ago |
Antonio SJ Musumeci
|
9082285cc8
|
Support doc update
|
2 years ago |
trapexit
|
d1762b2bac
|
Merge pull request #1057 from trapexit/cfgerrs
Error when given invalid policy names
|
2 years ago |
Antonio SJ Musumeci
|
46ce28b149
|
Error when given invalid policy names
|
2 years ago |
trapexit
|
faadeb75e0
|
Merge pull request #1045 from Gelma/master
Fix typos
|
2 years ago |
Andrea Gelmini
|
338e559e53
|
Fix typos
|
2 years ago |
trapexit
|
3db673410f
|
Merge pull request #1039 from trapexit/docs
Add details about usage of FUSE to docs
|
3 years ago |
Antonio SJ Musumeci
|
77f098614f
|
Add details about usage of FUSE to docs
|
3 years ago |
trapexit
|
9589846e9a
|
Merge pull request #1032 from trapexit/support
Rework support section in readme
|
3 years ago |
Antonio SJ Musumeci
|
e2dda3c1b1
|
Rework support section in readme
|
3 years ago |
trapexit
|
d9ab18282f
|
Merge pull request #1031 from trapexit/root-parent
Return ENOENT when dotdot for root node requested
|
3 years ago |
Antonio SJ Musumeci
|
14c2ff9ab8
|
Return ENOENT when dotdot for root node requested
|
3 years ago |
trapexit
|
77e6f400b5
|
Merge pull request #1026 from trapexit/loglock
Lock less often during logging
|
3 years ago |
Antonio SJ Musumeci
|
b95ff8ba3a
|
Lock less often during logging
|
3 years ago |
trapexit
|
4bf8738e5c
|
Merge pull request #1025 from trapexit/estale
Change ENOENT to ESTALE for looking up paths to handle rename race conditions
|
3 years ago |
Antonio SJ Musumeci
|
3f060f4512
|
Change ENOENT to ESTALE for looking up paths to handle rename race conditions
As done in https://github.com/libfuse/libfuse/pull/636
|
3 years ago |
trapexit
|
c4c35a9ad0
|
Merge pull request #1023 from trapexit/follow-symlink-fix
Fix query of attr during symlink
|
3 years ago |
Antonio SJ Musumeci
|
c9a935835f
|
Fix query of attr during symlink
Using getattr when follow-symlink is enabled causes invalid type to the kernel
if symlink pointed to non-symlink.
|
3 years ago |
trapexit
|
015002ebd9
|
Merge pull request #1020 from trapexit/slab-maintenance
Rework node slab garbage collection to limit blocking work threads
|
3 years ago |
Antonio SJ Musumeci
|
9ca10b2413
|
Rework node slab garbage collection to limit blocking work threads
Also remove debug mode from forcing foreground mode
|
3 years ago |
trapexit
|
2d5c2c2b6e
|
Merge pull request #1007 from trapexit/trapexit-patch-1
Update bug_report.md
|
3 years ago |
trapexit
|
e3ab739a56
|
Update bug_report.md
|
3 years ago |
trapexit
|
c784d06029
|
Merge pull request #1005 from trapexit/readme-readahead
Update README.md regarding readahead
|
3 years ago |
trapexit
|
58803f4845
|
Update README.md
|
3 years ago |
trapexit
|
f159fe61f9
|
Merge pull request #997 from trapexit/link-getattr
Call FUSE getattr rather than syscall for extra logic
|
3 years ago |
Antonio SJ Musumeci
|
c43b464d6c
|
Call FUSE getattr rather than syscall for extra logic
While more efficient calling regular getattr (stat) leads to incorrect
information being returned and would not work correctly when using
symlinkify.
|
3 years ago |
trapexit
|
34c684a4f5
|
Merge pull request #991 from trapexit/fix/symlink
Get attrs for link, not target
|
3 years ago |
Antonio SJ Musumeci
|
e256c88e4c
|
Get attrs for link, not target
|
3 years ago |
trapexit
|
518b4a6b85
|
Merge pull request #984 from trapexit/disable-locks
Ensure server handling of locks is disabled
|
3 years ago |
Antonio SJ Musumeci
|
ee8532c70d
|
Ensure server handling of locks is disabled
|
3 years ago |
trapexit
|
c58da1ab9c
|
Merge pull request #979 from trapexit/node-size
Remove embedded name in node struct
|
3 years ago |
Antonio SJ Musumeci
|
68b3026264
|
Remove embedded name in node struct
The 32 byte array is below the average size so those 32 bytes are wasted a
large portion of the time.
|
3 years ago |
trapexit
|
810c5a40f7
|
Merge pull request #978 from trapexit/debug2
Add new debug printing routines, fix ioctl cmd type
|
3 years ago |
Antonio SJ Musumeci
|
18dead4d86
|
Add new debug printing routines
|
3 years ago |
trapexit
|
2082357d3a
|
Merge pull request #977 from trapexit/readme
Readme
|
3 years ago |
Antonio SJ Musumeci
|
68719da828
|
Remove ioctl runtime section, use getfattr instead of xattr
|
3 years ago |