summaryrefslogtreecommitdiff
path: root/lib/libperfuse
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-05-13fix typos in comments.andvar
2022-07-06fix various typos in comments.andvar
2022-04-12s/sould/should/ and s/shoud/should/andvar
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2021-12-12fix typos in word "request(s)".andvar
2021-09-17some love to double letters (in comments).andvar
2021-09-11sysinst/partitions.h: fix typos comments, also fix same typos in other files.andvar
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
2020-03-05miscelaneous -> miscellaneous in comment.msaitoh
2019-09-23Restore binary compatibility by using the statvfs90 structure internally.christos
2019-09-08Use the right values for .Bl -widthuwe
2019-08-10Rollback directory filehandle screening for FUSE lock operationsmanu
2019-04-17fix typomaya
2019-02-09Fix directory filehandle usage with libufse. Fix lookup countmanu
2019-01-23It's section 3 page, not section 2. While here, xref puffs(3) in theuwe
2018-11-16Use reclaim2 to fix reclaim/lookup race conditionsmanu
2016-10-19make the env stuff visible.christos
2016-10-18Sort sections. new sentence, new line. Whitespace.wiz
2016-10-18make this compile again, and simplify.christos
2016-10-18Make FUSE socket buffer tunablemanu
2016-01-23Define _KERNTYPES for things that need it.christos
2016-01-22Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t.dholland
2015-06-19Deal with limits properly.christos
2015-06-03Fix dot-lookup when readdir does not provide inodesmanu
2015-02-15Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSEmanu
2015-01-13Fix atime updatemanu
2014-11-12Allow setxattr to be called with a NULL value, instead of crashing.manu
2014-11-04Restore build with -DDEBUG, and avoid a spurious diagnostic error with -DDEBUGmanu
2014-10-31Avoid deadlocks on write errorsmanu
2014-10-31FUSE fallocate supportmanu
2014-10-28Fix invalid free in deletextattr FUSE handlermanu
2014-10-11Report allocated bytes on FS correctly, instead of using file sizemanu
2014-09-30Do not trust the filesystem's readdir to give us nul-terminated file namesmanu
2014-09-11Avoid a file resize serialization deadlock when writing withmanu
2014-09-05rmdir dir/.. must return an error. Use ENOTEMPRY like FFS does.manu
2014-09-03Fix build failure on amd64.enami
2014-09-03Improve POSIX compliance of FUSE filesystems through PERUSEmanu
2014-08-29We used to remove the trailing zeros in FUSE readlink replies, butmanu
2014-08-19Remove usless warning that happens often with direct IOmanu
2014-08-16Removed unimplemented mmap and seek method. seek's declaration causedmanu
2014-08-16Use just introduced open2 PUFFS method and its PUFFS_OPEN_IO_DIRECT oflagmanu
2014-08-10- Make sure non root users cannot access system namespace attributesmanu
2014-08-09getextattr: fix attribute length being reported to caller. If buffermanu
2014-08-09Send GETATTR to filesystem for removed but still-open files, asmanu
2014-01-06For filesystems mounted without -o use_ino, readdir is notmanu
2013-07-19Catch open without FREAD|FWRITE (it should not happen)manu
2013-07-18One more explicit error log, and two bug fixesmanu
2012-11-03When lookup returns a node with null inode number, it means the ENOENT,manu
2012-09-10Turn a fatal error into a warning.manu