| Age | Commit message (Expand) | Author |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2016-10-07 | PR/514612: Mateusz Paszwa: When no more data, bail out (reading from empty | christos |
| 2012-01-20 | Ensure psshfs_node_read() completely reads all data before return. | jakllsch |
| 2011-08-12 | Cache vattr in psshfs's setattr. | 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-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-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-03-29 | Save errno before descending to cleanup gehennom. | pooka |
| 2009-01-01 | Track parent directory in cross-directory renames so that mv & rm | pooka |
| 2008-08-12 | void * -> puffs_cookie_t | 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 |
| 2007-12-07 | Get rid of a lot of extra complexity due to doing separate getattr | pooka |
| 2007-12-07 | In case a node is created in lookup in the readdir path, initialize | pooka |
| 2007-12-04 | When scheduling waiters for re-run, remove them from the waitqueue | pooka |
| 2007-11-30 | Rototill. | pooka |
| 2007-11-30 | Introduce the concept of lazyopens. This means that when a file | pooka |
| 2007-11-27 | Remove "puffs_cid" from the puffs interface following l-removal | pooka |
| 2007-11-18 | Don't bother tracking opencount and try to close file handles in | pooka |
| 2007-11-11 | Don't overload "attributes last read" for the symlink cache, | pooka |
| 2007-11-10 | Cache readlink results similarly to attributes. Makes "cd" fast | pooka |
| 2007-10-21 | Use puffs_cc_schedule() (which is an exported interface) instead of | pooka |
| 2007-10-20 | Add option -r to specify maximum number of active read requests | pooka |
| 2007-10-16 | Close file handles if opencount drops to zero instead of closing | pooka |
| 2007-08-24 | If a node is forcibly reclaimed, close can be called more times | pooka |
| 2007-08-23 | Prevent crash in case there is more than one reader for the same | pooka |
| 2007-07-29 | make closehandles() void, because that's what it is | pooka |
| 2007-07-27 | Track memory mappings. Close file handles already in close() if there | pooka |
| 2007-07-19 | Oops, the cookies for nfs of course represent the *next* directory | pooka |
| 2007-07-16 | If the target node exists in rename, do not try to issue a setback | pooka |
| 2007-07-02 | adapt: inactive no longer comes with int *refcount (not that it was | pooka |
| 2007-07-01 | adapt: **newnode etc. pointers -> struct puffs_newinfo | pooka |
| 2007-07-01 | adapt: pid -> const struct puffs_cid * | pooka |
| 2007-06-06 | Move puffs to a two clause license where it already isn't so. And | pooka |
| 2007-05-18 | remove obvious incorrect assert() from doreclaim() and remove the | pooka |
| 2007-05-18 | * use NOREF setback to prompt immediate (well, once the kernel | pooka |
| 2007-05-15 | adapt to "step 3" of puffs_framebuf changes | pooka |
| 2007-05-11 | adapt to puffs_framebuf changes | pooka |
| 2007-05-07 | Use inactive-on-demand, set inactive request in open() to close | pooka |
| 2007-05-06 | Open files in open and close them in inactive. This avoids the | pooka |
| 2007-05-06 | Fire off FXP_CLOSE in create() and return immediately instead of | pooka |
| 2007-05-05 | Adapt to use puffs_framebuf. This gets rid of most of the duplicated | pooka |
| 2007-05-01 | g/c forgotten printf | pooka |
| 2007-04-19 | use puffs_cc_getspecific() where puffs_usermount is not required | pooka |
| 2007-04-17 | use PUFFS_STORE_DCOOKIE | pooka |
| 2007-04-12 | Actually, we can't reclaim our memory image for nodes which have | pooka |
| 2007-04-12 | Support nfs exporting. | pooka |