trapexit and GitHub
015002ebd9
Merge pull request #1020 from trapexit/slab-maintenance
...
Rework node slab garbage collection to limit blocking work threads
2022-03-19 15:54:29 -04:00
Antonio SJ Musumeci
9ca10b2413
Rework node slab garbage collection to limit blocking work threads
...
Also remove debug mode from forcing foreground mode
2022-03-19 13:33:14 -04:00
trapexit and GitHub
2d5c2c2b6e
Merge pull request #1007 from trapexit/trapexit-patch-1
...
Update bug_report.md
2022-01-18 21:16:22 -05:00
trapexit and GitHub
e3ab739a56
Update bug_report.md
2022-01-18 21:15:59 -05:00
trapexit
c784d06029
Merge pull request #1005 from trapexit/readme-readahead
...
Update README.md regarding readahead
2022-01-15 17:39:31 -05:00
trapexit and GitHub
58803f4845
Update README.md
2022-01-15 17:33:07 -05:00
trapexit and GitHub
f159fe61f9
Merge pull request #997 from trapexit/link-getattr
...
Call FUSE getattr rather than syscall for extra logic
2.33.3
2021-12-18 17:21:19 -05:00
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.
2021-12-18 17:07:23 -05:00
trapexit and GitHub
34c684a4f5
Merge pull request #991 from trapexit/fix/symlink
...
Get attrs for link, not target
2.33.2
2021-12-16 19:35:18 -05:00
Antonio SJ Musumeci
e256c88e4c
Get attrs for link, not target
2021-12-16 19:11:29 -05:00
trapexit and GitHub
518b4a6b85
Merge pull request #984 from trapexit/disable-locks
...
Ensure server handling of locks is disabled
2.33.1
2021-11-27 00:02:55 -05:00
Antonio SJ Musumeci
ee8532c70d
Ensure server handling of locks is disabled
2021-11-27 00:01:12 -05:00
trapexit and GitHub
c58da1ab9c
Merge pull request #979 from trapexit/node-size
...
Remove embedded name in node struct
2.33.0
2021-11-01 22:46:09 -04:00
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.
2021-11-01 21:08:58 -04:00
trapexit and GitHub
810c5a40f7
Merge pull request #978 from trapexit/debug2
...
Add new debug printing routines, fix ioctl cmd type
2021-10-27 22:31:58 -04:00
Antonio SJ Musumeci
18dead4d86
Add new debug printing routines
2021-10-27 22:12:10 -04:00
trapexit and GitHub
2082357d3a
Merge pull request #977 from trapexit/readme
...
Readme
2021-10-25 21:58:01 -04:00
Antonio SJ Musumeci
68719da828
Remove ioctl runtime section, use getfattr instead of xattr
2021-10-25 21:57:30 -04:00
trapexit and GitHub
31fd1ec82e
Merge pull request #975 from trapexit/sponsorship
...
Remove subscribestar from sponsor platforms
2021-10-15 23:30:33 -04:00
trapexit and GitHub
c3845097ee
Remove subscribestar from sponsor platforms
2021-10-15 23:30:22 -04:00
trapexit and GitHub
d76934ee9d
Merge pull request #972 from trapexit/log-node-info
...
Add option to log node memory usage metrics
2021-10-11 12:33:11 -04:00
Antonio SJ Musumeci
5f737cb7bf
Add option to log node memory usage metrics
2021-10-11 11:57:16 -04:00
trapexit and GitHub
50ede1ba97
Merge pull request #969 from trapexit/node-size
...
Reduce struct node size
2021-10-03 22:44:03 -04:00
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.
2021-10-03 22:15:34 -04:00
trapexit and GitHub
88b91161e0
Merge pull request #968 from trapexit/fix
...
Fix regression from remember_node refactor
2021-09-30 22:14:51 -04:00
Antonio SJ Musumeci
8150957a01
Fix regression from remember_node refactor
2021-09-30 22:13:29 -04:00
trapexit and GitHub
fee97efafb
Merge pull request #967 from trapexit/malloc-trim
...
Add malloc_trim configure test
2021-09-30 20:25:42 -04:00
trapexit and GitHub
80856cf7ac
Merge pull request #966 from trapexit/libupdates
...
Update ghc::filesystem and nonstd::optional
2021-09-30 20:05:40 -04:00
Antonio SJ Musumeci
c929781d08
Add malloc_trim configure test
2021-09-30 20:00:40 -04:00
Antonio SJ Musumeci
313aa2a1d3
Update ghc::filesystem and nonstd::optional
2021-09-30 19:43:05 -04:00
trapexit and GitHub
021ce3d97c
Merge pull request #964 from trapexit/fmp
...
Rework of allocation in libfuse
2021-09-19 17:31:39 -04:00
Antonio SJ Musumeci
4ea0de3ef2
Rework dirents buffer management
2021-09-19 16:48:03 -04:00
Antonio SJ Musumeci
6b5c484fbf
Major rework of memory allocation using fixed mem pools
2021-09-19 16:48:03 -04:00
trapexit and GitHub
b165332486
Merge pull request #959 from trapexit/readme
...
Add details on dropping caches before benchmarks
2021-09-03 07:22:21 -04:00
Antonio SJ Musumeci
f598d3bc38
Add details on dropping caches before benchmarks
2021-09-03 07:21:16 -04:00
trapexit and GitHub
4daa9e4eb9
Merge pull request #957 from trapexit/cirrus-ci
...
Add new cirrus-ci targets
2021-08-29 14:25:17 -04:00
Antonio SJ Musumeci
122f9c1d5d
Add new cirrus-ci targets
2021-08-29 13:56:56 -04:00
trapexit and GitHub
2da5cda4b3
Merge pull request #956 from trapexit/mount-bsd
...
Remove usage printing regression in mount_bsd
2021-08-29 13:20:07 -04:00
Antonio SJ Musumeci
5263a65dcf
Remove usage printing regression in mount_bsd
2021-08-29 13:09:38 -04:00
trapexit and GitHub
1255d3d1b2
Merge pull request #955 from trapexit/mfs
...
Fix infinite loop in mfs action policy
2021-08-29 13:07:40 -04:00
Antonio SJ Musumeci
8def16a811
Fix infinite loop in mfs action policy
2021-08-29 12:33:52 -04:00
trapexit and GitHub
7d1683b607
Merge pull request #954 from trapexit/libfuse-cleanup
...
Major cleanup of libfuse to remove unneeded features
2021-08-29 12:15:05 -04:00
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.
2021-08-29 00:05:30 -04:00
trapexit and GitHub
8b33f9a766
Merge pull request #953 from trapexit/readme-chia
...
Update docs with Chia wallet address
2021-08-26 12:57:16 -04:00
Antonio SJ Musumeci
df721eb253
Update docs with Chia wallet address
2021-08-26 12:56:33 -04:00
trapexit and GitHub
0547517a99
Merge pull request #951 from trapexit/readme
...
Add more clarity in what to provide when submitting bug reports
2021-08-22 13:12:03 -04:00
Antonio SJ Musumeci
54e85007a2
Add more clarity in what to provide when submitting bug reports or questions
2021-08-22 13:10:54 -04:00
trapexit and GitHub
6e53f3b698
Merge pull request #945 from trapexit/readme
...
Update 'features' section of readme
2021-08-10 21:49:32 -04:00
Antonio SJ Musumeci
1aaf742c13
Update 'features' section of readme
2021-08-10 21:48:51 -04:00
trapexit and GitHub
3754e20049
Merge pull request #944 from trapexit/trapexit-patch-1
...
tweak bug report template language
2021-08-09 21:10:16 -04:00