| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/systme/system/ in comment. | msaitoh |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2019-09-23 | Restore binary compatibility by using the statvfs90 structure internally. | christos |
| 2016-10-07 | PR/514612: Mateusz Paszwa: When no more data, bail out (reading from empty | christos |
| 2014-06-25 | s/stavfs/statvfs/ | szptvlfn |
| 2012-12-25 | fix spelling typo | reed |
| 2012-11-04 | include the headers you use | christos |
| 2012-01-20 | Ensure psshfs_node_read() completely reads all data before return. | jakllsch |
| 2011-09-15 | Wording, from Snader_LB. | wiz |
| 2011-08-31 | Use __dead | joerg |
| 2011-08-25 | Bring mount_psshfs user/host/path argument processing in line with sftp(1). | jakllsch |
| 2011-08-12 | Cache vattr in psshfs's setattr. | riastradh |
| 2011-06-22 | remove some always true if () checks GCC 4.5.3 picks up. | mrg |
| 2011-05-19 | Initialize psshfs root node's readdir waiters queue. | riastradh |
| 2010-10-29 | Make error message more userfriendly in cases where server does | pooka |
| 2010-04-01 | In case we create a file, reclaim the vnode, and lookup the file | pooka |
| 2010-02-17 | umgah. meant fts, not fsu | pooka |
| 2010-02-17 | Bump the initial rootdir link count guess to a ludicrous value. | pooka |
| 2010-02-17 | Save "." attributes in readdir. This fixes the root link count | pooka |
| 2010-02-03 | Give credit: psshfs was inspired by FUSE sshfs. | pooka |
| 2010-02-03 | statvfs: | pooka |
| 2010-01-12 | Make r/w servers unmount themselves cleanly upon receiving SIGINT/TERM. | pooka |
| 2010-01-08 | Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have | pooka |
| 2010-01-07 | Don't be terse. | wiz |
| 2010-01-07 | errx() already contains progname ... | pooka |
| 2010-01-07 | Don't allow mangling of uid or gid -1, since they have a special | pooka |
| 2010-01-07 | Fix chgrp (and don't rely on VNOVAL being -1, however unlikely that | pooka |
| 2010-01-07 | Add -u and -g, which allow to remap one (local,remote) uidgid, i.e. | pooka |
| 2009-11-05 | more lp64 it's-a-sign! fixes | pooka |
| 2009-11-05 | const woes | pooka |
| 2009-05-20 | wait() for dead ssh processes (but don't block, so we might have | pooka |
| 2009-05-20 | Fix SNAFU in previous: connection handshake is already handled by | pooka |
| 2009-05-20 | Copyright year management. no functional change (unless sarah disagrees) | pooka |
| 2009-05-20 | Introduce -c [12], which can be used to open 1 or 2 ssh connections | pooka |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-03-29 | Save errno before descending to cleanup gehennom. | pooka |
| 2009-02-26 | Make "sftp" a link. | wiz |
| 2009-02-25 | add caveat about info displayed by df(1) | pooka |
| 2009-02-23 | Support statvfs@openssh.com extension where available. Makes df(1) | pooka |
| 2009-01-01 | Track parent directory in cross-directory renames so that mv & rm | pooka |
| 2008-09-06 | Due to a recent encounter with a sucky internet connection, add | pooka |
| 2008-08-12 | void * -> puffs_cookie_t | pooka |
| 2008-08-11 | call puffs_exit() | pooka |
| 2007-12-14 | Add a -F option to allow passing a configuration file to ssh(1), instead | jmmv |
| 2007-12-13 | Record inode number in psshfs_dir also for already instantiated | pooka |
| 2007-12-13 | *blink*, remember to update comment too | pooka |
| 2007-12-13 | Do previous in a way which causes less waste of potential inode numbers. | pooka |
| 2007-12-12 | Fix lossage noticed by jmmv (mostly for -t 0 mounts) and make sure | pooka |
| 2007-12-09 | When creating a node, do the server-dance before creating the local | pooka |
| 2007-12-07 | Don't use puffs_cc_getusermount() | pooka |