summaryrefslogtreecommitdiff
path: root/usr.sbin/puffs/mount_psshfs/psshfs.h
AgeCommit message (Expand)Author
2010-04-01In case we create a file, reclaim the vnode, and lookup the filepooka
2010-01-07Add -u and -g, which allow to remap one (local,remote) uidgid, i.e.pooka
2009-11-05more lp64 it's-a-sign! fixespooka
2009-05-20Copyright year management. no functional change (unless sarah disagrees)pooka
2009-05-20Introduce -c [12], which can be used to open 1 or 2 ssh connectionspooka
2009-02-23Support statvfs@openssh.com extension where available. Makes df(1)pooka
2008-09-06Due to a recent encounter with a sucky internet connection, addpooka
2007-12-07Don't use puffs_cc_getusermount()pooka
2007-12-07Get rid of a lot of extra complexity due to doing separate getattrpooka
2007-11-30Rototill.pooka
2007-11-30Introduce the concept of lazyopens. This means that when a filepooka
2007-11-18Don't bother tracking opencount and try to close file handles inpooka
2007-11-11Don't overload "attributes last read" for the symlink cache,pooka
2007-11-10Cache readlink results similarly to attributes. Makes "cd" fastpooka
2007-11-08Make attribute & directory content caching timeout a command linepooka
2007-10-20Add option -r to specify maximum number of active read requestspooka
2007-09-06adapt to new cmpfb signaturepooka
2007-08-23Prevent crash in case there is more than one reader for the samepooka
2007-07-27Track memory mappings. Close file handles already in close() if therepooka
2007-07-07adapt to puffs_framebuf changespooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-05-20Observe that when doing ls -l, the attributes of the first filepooka
2007-05-20Implement SUPERREADDIR (like nfs readdirplus) getattr cache warmingpooka
2007-05-18remove obvious incorrect assert() from doreclaim() and remove thepooka
2007-05-18* use NOREF setback to prompt immediate (well, once the kernelpooka
2007-05-15adapt to "step 3" of puffs_framebuf changespooka
2007-05-12uint32_t vs. size_t pointer adjustments for LP64 buildpooka
2007-05-11adapt to puffs_framebuf changespooka
2007-05-06Open files in open and close them in inactive. This avoids thepooka
2007-05-05Adapt to use puffs_framebuf. This gets rid of most of the duplicatedpooka
2007-04-19use puffs_cc_getspecific() where puffs_usermount is not requiredpooka
2007-04-12Support nfs exporting.pooka
2007-04-12Hide struct puffs_usermount from the rest of the world and providepooka
2007-03-22In case lookup from the directory listing fails, try statting thepooka
2007-02-27size_t -> uint32_t cleanup to make LP64 buildpooka
2007-02-15Support reclaim. To support dotdot lookup, here we leave thepooka
2007-02-09Implement "superreaddir". This issues a getattr for all thepooka
2007-01-15* adapt to libpuffs path changespooka
2007-01-06* do mount as a forward operation instead of a callbackpooka
2006-12-29puffs sshfs, an sshfs implementation built on top of the puffspooka