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
Antonio SJ Musumeci
122f9c1d5d
Add new cirrus-ci targets
3 years ago
trapexit
2da5cda4b3
Merge pull request #956 from trapexit/mount-bsd
Remove usage printing regression in mount_bsd
3 years ago
Antonio SJ Musumeci
5263a65dcf
Remove usage printing regression in mount_bsd
3 years ago
trapexit
1255d3d1b2
Merge pull request #955 from trapexit/mfs
Fix infinite loop in mfs action policy
3 years ago
Antonio SJ Musumeci
8def16a811
Fix infinite loop in mfs action policy
3 years ago
trapexit
7d1683b607
Merge pull request #954 from trapexit/libfuse-cleanup
Major cleanup of libfuse to remove unneeded features
3 years ago
Antonio SJ Musumeci
43a6d66e3c
Major cleanup of libfuse to remove unneeded features
* Remove request interrupt code. Required tracking of all requests unnecesssarily.
* Remove all debugging printing. Have plans to do full replacement.
* Remove deprecated functions.
* Remove unneeded error checking.
* Remove "userdata" which was unused.
* Remove allow_root feature.
3 years ago
trapexit
8b33f9a766
Merge pull request #953 from trapexit/readme-chia
Update docs with Chia wallet address
3 years ago
Antonio SJ Musumeci
df721eb253
Update docs with Chia wallet address
3 years ago
trapexit
0547517a99
Merge pull request #951 from trapexit/readme
Add more clarity in what to provide when submitting bug reports
3 years ago
Antonio SJ Musumeci
54e85007a2
Add more clarity in what to provide when submitting bug reports or questions
3 years ago
trapexit
6e53f3b698
Merge pull request #945 from trapexit/readme
Update 'features' section of readme
3 years ago
Antonio SJ Musumeci
1aaf742c13
Update 'features' section of readme
3 years ago
trapexit
3754e20049
Merge pull request #944 from trapexit/trapexit-patch-1
tweak bug report template language
3 years ago
trapexit
b4c031d1f0
tweak bug report template language
3 years ago
trapexit
3b8d495c43
Merge pull request #940 from trapexit/ioctl-runtime-removal
Remove config ioctl calls
3 years ago