summaryrefslogtreecommitdiff
path: root/lib/libperfuse
AgeCommit message (Expand)Author
2019-08-13Pull up following revision(s) (requested by manu in ticket #50):martin
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
2012-09-06Disable default build of debugging info.riz
2012-08-10Add PUFFS_KFLAG_CACHE_DOTDOT so that vnodes hold a reference on theirmanu
2012-07-21- Fix same vnodes associated with multiple cookiesmanu
2012-06-28Fix the build by adding (unused) flags argument to perfuse_node_setattr_ttlabs
2012-06-14Fix memory leak when we discard a voided setattr operationmanu
2012-06-13Fix memory leak on setattrmanu
2012-06-05Add placeholder so that we can later add allbacks without breaking the ABImanu
2012-05-28Setting mode by fchmod(2) will break on glusterfs-3.3 is we attemptmanu
2012-04-18- When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carrymanu
2012-04-08Use new PUFFS_KFLAG_CACHE_FS_TTL option to puffs_init(3) so thatmanu
2012-03-21Use C89 function definitionmatt
2012-03-21These directories default to WARNS?=5matt