summaryrefslogtreecommitdiff
path: root/lib/libperfuse/ops.c
AgeCommit message (Expand)Author
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-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-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-08The kernel can lookup the same node multiple time and will reclaim asmanu
2012-01-29Improve FUSE trace facilitymanu
2011-12-28Add a FUSE trace facility, with statistics collection. This should helpmanu
2011-12-16Rework puffs_framebuf management toremove leaks and abusive reuses. Onmanu
2011-11-28- Add missing ENOENT or ESTALL when accessing deleted nodemanu
2011-11-17Copy node expiration date before comparing it, otherwise the comparisonmanu
2011-11-16Correctly pass the advlock owner id from kernel to filesystem, instead ofmanu
2011-11-10Return EISDIR for read/write to directories. NetBSD directory read shouldmanu
2011-10-30- Fix the confusion between fileno (opaque FUSE reference) and inodemanu
2011-09-10Avoid comparison between signed and unsigned integer expressions bytron
2011-09-09make this build on amd64 and remove redundant and unused code.christos
2011-09-09Serialize access to file size. We already have such a thing in themanu
2011-08-13- fix warn/err confusiogchristos
2011-08-09Fix uninitiaized variable usage (never though lint would miss that whenmanu
2011-08-02Do not reject reads on directory, it raises a useless EBADFD while themanu
2011-08-02Fix creds passed to FUSE when requests are done on behalf of the kernel.manu
2011-07-19Make sure libperfuse still builds on netbsd-5.1manu
2011-07-18ftruncate(2) cause a SETATTR with only va_size set, and some filesystemsmanu
2011-07-14FUSE struct dirent's off is not the offset in the buffer, it is an opaquemanu
2011-07-04Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell themanu
2011-06-28Add support for extended attributesmanu
2011-06-01Fix race conditions between write and getattr/setattr, which lead tomanu
2011-06-01Remove outdated comment about a fixed bugmanu
2011-05-30Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangsmanu
2011-05-18- Proper permission checks when doing directory traversal. e.g.: runmanu
2011-05-11Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE.jakllsch
2011-05-03Fixes for the advlock method. It can now sustain pkgsrc/devel/locktestsmanu
2011-04-25- Implement proper unprivilegied user permission verificationsmanu
2010-10-11Remove code supporting SOCK_STREAM, as SOCK_DGRAM works finemanu
2010-10-11FUSE filesystems' readlink returns a resolved link with a NUL trailingmanu
2010-10-11- fix access control: pcn->pcn_cred is not user credentialsmanu
2010-10-04- delete an obsoelte comment about inactivemanu
2010-10-03- Correctly handle rename whith overwritten destinationmanu
2010-09-29= Open files =manu
2010-09-23== file close operations ==manu
2010-09-20- performance improvement for read, readdir and write. Now we usemanu
2010-09-15- Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems tomanu
2010-09-09- call FSYNCDIR for directoriesmanu