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
trapexit
31fd1ec82e
Merge pull request #975 from trapexit/sponsorship
Remove subscribestar from sponsor platforms
3 years ago
trapexit
c3845097ee
Remove subscribestar from sponsor platforms
3 years ago
trapexit
d76934ee9d
Merge pull request #972 from trapexit/log-node-info
Add option to log node memory usage metrics
3 years ago
Antonio SJ Musumeci
5f737cb7bf
Add option to log node memory usage metrics
3 years ago
trapexit
50ede1ba97
Merge pull request #969 from trapexit/node-size
Reduce struct node size
3 years ago
Antonio SJ Musumeci
930dad31de
Reduce struct node size
* Replace the stat values with a crc32b of them instead (for auto-cache)
* Replace char flag with bitfield
* Remove node generation. nodeid is an unsigned 64bit int. Would take 500K+ years
to rollover at 1M nodes per second.
3 years ago
trapexit
88b91161e0
Merge pull request #968 from trapexit/fix
Fix regression from remember_node refactor
3 years ago
Antonio SJ Musumeci
8150957a01
Fix regression from remember_node refactor
3 years ago
trapexit
fee97efafb
Merge pull request #967 from trapexit/malloc-trim
Add malloc_trim configure test
3 years ago
trapexit
80856cf7ac
Merge pull request #966 from trapexit/libupdates
Update ghc::filesystem and nonstd::optional
3 years ago
Antonio SJ Musumeci
c929781d08
Add malloc_trim configure test
3 years ago
Antonio SJ Musumeci
313aa2a1d3
Update ghc::filesystem and nonstd::optional
3 years ago
trapexit
021ce3d97c
Merge pull request #964 from trapexit/fmp
Rework of allocation in libfuse
3 years ago
Antonio SJ Musumeci
4ea0de3ef2
Rework dirents buffer management
3 years ago
Antonio SJ Musumeci
6b5c484fbf
Major rework of memory allocation using fixed mem pools
3 years ago
trapexit
b165332486
Merge pull request #959 from trapexit/readme
Add details on dropping caches before benchmarks
3 years ago
Antonio SJ Musumeci
f598d3bc38
Add details on dropping caches before benchmarks
3 years ago
trapexit
4daa9e4eb9
Merge pull request #957 from trapexit/cirrus-ci
Add new cirrus-ci targets
3 years ago