135 Commits (fde5acbe47cfd4fe3a2b36d3fad1d677f50e7996)

Author SHA1 Message Date
Antonio SJ Musumeci 042f690990 node.h 7 months ago
Antonio SJ Musumeci ea3bb5ea84 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci a09cf45a35 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 70628453a2 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 78d754df6b fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 2b8de4a9a6 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 655742c915 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci f7f3328142 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci a52e198790 fuse.c 7 months ago
Antonio SJ Musumeci dca180f39a fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 5950ac6cdd fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 5004db9d61 fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci bf3ff771ad fuse_lowlevel.c 7 months ago
Antonio SJ Musumeci 07e7d76b7c Add support for file io passthrough 8 months ago
Antonio SJ Musumeci f0444a1ca9 Add support for 'direct-io-allow-mmap' if supported by kernel 8 months ago
Antonio SJ Musumeci 951eb9540d Ensure lookups of FUSE_ROOT_ID always return generation=0 9 months ago
Antonio SJ Musumeci 0ca5d6aad0 Add export-support option as possible workaround for NFS EIO issues 9 months ago
Antonio SJ Musumeci 17fdbf7f42 Update fuse_kernel.h 9 months ago
Antonio SJ Musumeci d6a2f06797 Only set allow_other when running as root 1 year ago
Antonio SJ Musumeci 6aa6452d3e Add flushonclose feature 1 year ago
Antonio SJ Musumeci fd33df04a3 Update wyhash to 4.2 1 year ago
Antonio SJ Musumeci 569537df9e Remove use of pthread_getname_np to work with older musl versions 1 year ago
Antonio SJ Musumeci 620cab2948 Rework thread pool queue depth impl 1 year ago
Antonio SJ Musumeci 766b923116 Fix thread pool destruction where threads don't explicitly exit themselves 1 year ago
Antonio SJ Musumeci 6d2c99e487 Remove unneeded debug logging from thread pool 1 year ago
Antonio SJ Musumeci 0a94bd7cfc Rework thread pool, add ability to add/remove threads at runtime 1 year ago
Antonio SJ Musumeci 76c8d48dbd Change threadpool to use concurrentqueue 1 year ago
Antonio SJ Musumeci 0ed03a1535 Use relaxed memory order for atomic counters 1 year ago
Antonio SJ Musumeci 2377cb05b6 Add thread names for easier debugging 1 year ago
Antonio SJ Musumeci 0aafdefc18 Add ability to invalidate gid cache on demand 1 year ago
Antonio SJ Musumeci 6dcf6111af Add callbacks for newer functions 1 year ago
Antonio SJ Musumeci eb141c4c4e Fix logging pin-threads details 1 year ago
Antonio SJ Musumeci 51d97bb444 Move fuse thread args out of fuse session object 1 year ago
Antonio SJ Musumeci 22833bdfe2 Align msg buffer memory to allow O_DIRECT to work 1 year ago
Antonio SJ Musumeci fa537961c5 Simplify syslog wrapper a bit 1 year ago
Antonio SJ Musumeci 5d6c9cc56a Fix build on older distros due to std::atomic definitions 1 year ago
Antonio SJ Musumeci 5ab0fbcaee Add manual GC triggering + configurable process queue depth 2 years ago
Antonio SJ Musumeci 6a14a10e6c Fix read/write behavior and return value depending on direct_io 1 year ago
Antonio SJ Musumeci 6bc3d77992 Fix crash when exiting with open deleted files 2 years ago
Antonio SJ Musumeci 373d331f39 Rework fuse read to use same buffers as messages 2 years ago
Antonio SJ Musumeci 84592a9f13 Remove splicing features 2 years ago
Antonio SJ Musumeci 34310170ac Add ability to pin read and processing threads 2 years ago
Antonio SJ Musumeci 9adddfc66d Add option to lazy umount target mount point 2 years ago
Antonio SJ Musumeci a4491169b0 Remove FUSE_USE_VERSION, no longer used 2 years ago
Antonio SJ Musumeci 7ed91c1668 Backport bug fixes from libfuse3 2 years ago
Antonio SJ Musumeci 92ccfd3c89 Hard code setting of allow_other, ignore when set 2 years ago
Antonio SJ Musumeci 3ee93d4c56 Remove 'nonempty' argument 2 years ago
Antonio SJ Musumeci d11807ef7c Remove use_ino option and make behavior same as if set 2 years ago
Antonio SJ Musumeci 24423b8d2a Add async message processing 2 years ago
Antonio SJ Musumeci 094ad862e7 Fix regression testing for implemented functions 2 years ago