| Age | Commit message (Expand) | Author |
| 2010-07-06 | Move the Delectable Test File System from share/examples/puffs/dtfs | pooka |
| 2010-07-06 | Reinstate the inactive operation (mostly dummy). This makes -i | pooka |
| 2009-12-05 | Use puffs_kernerr_abort as the error handler. | pooka |
| 2009-12-04 | Remove no longer supported suspend code. | pooka |
| 2007-12-19 | use generic getattr | pooka |
| 2007-11-30 | Rototill. | pooka |
| 2007-11-27 | Remove "puffs_cid" from the puffs interface following l-removal | pooka |
| 2007-11-16 | use puffs_daemon() instead of daemon() | pooka |
| 2007-11-05 | Actually, daemonize the file servers before mounting. I might require | pooka |
| 2007-11-05 | Pull the daemonizing code out of the library mainloop into the file | pooka |
| 2007-10-11 | add testing option -l, which causes the flush of the page cache of | pooka |
| 2007-10-11 | when removing file, free last block also | pooka |
| 2007-09-27 | dtfs memsets all allocated block content to 0 immediately, so to | pooka |
| 2007-09-05 | fix usage. from Karl Jenkinson | pooka |
| 2007-08-15 | Nuke PUFFSLOOKUP_FOO and move to NAMEI_FOO | pooka |
| 2007-08-09 | require standard mount_foo bar /path usage, where bar is ignored here | pooka |
| 2007-07-27 | implement node_mmap and allow to specify accepted mappings on command line | pooka |
| 2007-07-22 | Match code with comment (can't really remember doing it often that | pooka |
| 2007-07-22 | missed one place to set dirent namelen - unmiss it | pooka |
| 2007-07-19 | Oops, the cookies for nfs of course represent the *next* directory | pooka |
| 2007-07-19 | -m for setting maxreqlen | pooka |
| 2007-07-17 | With fullpath support we need to check name lengths also, otherwise | pooka |
| 2007-07-17 | nuke accidental debug printf | pooka |
| 2007-07-17 | * add mntfromname parameter to puffs_init() | pooka |
| 2007-07-01 | dtfs -f for PUFFS_KFLAG_LOOKUP_FULLPNBUF | pooka |
| 2007-07-01 | adapt: **newnode etc. pointers -> struct puffs_newinfo | pooka |
| 2007-07-01 | adapt: pid -> const struct puffs_cid * | pooka |
| 2007-07-01 | adapt: pcn->pcn_cred is now a pointer | pooka |
| 2007-06-06 | Move puffs to a two clause license where it already isn't so. And | pooka |
| 2007-06-05 | make getopt() actually accept -t also | pooka |
| 2007-05-18 | Use SETBACK_NOREF instead of SETBACK_INACT to control node removal. | pooka |
| 2007-05-18 | "support" vop_poll enough for testing purposes. In short, yield every | pooka |
| 2007-05-17 | Adapt to changes with mounting file systems. | pooka |
| 2007-05-07 | Unmount frequently requires some test code, so define it here as | pooka |
| 2007-05-07 | Default to inactive-on-demand, use inactive setback to request inactive | pooka |
| 2007-04-22 | mount with write-through page cache if command line -t is given | pooka |
| 2007-04-20 | remove assertion now done in libpuffs | pooka |
| 2007-04-17 | use PUFFS_STORE_DCOOKIE | pooka |
| 2007-04-16 | update usage | pooka |
| 2007-04-16 | lessen file handle size sanity checks: kernel does it already (mostly) | pooka |
| 2007-04-16 | adapt to kernel changes with file handles | pooka |
| 2007-04-13 | Instead of keeping on adding parameters to puffs_mount(), make it | pooka |
| 2007-04-12 | Hide struct puffs_usermount from the rest of the world and provide | pooka |
| 2007-04-11 | support nfs exporting dtfs | pooka |
| 2007-04-10 | use dev_t from puffs_node instead of duplicating it into | pooka |
| 2007-04-10 | g/c leftovers | pooka |
| 2007-04-01 | Allocate file memory in blocks instead of one big chunk. Makes | pooka |
| 2007-03-22 | reflect libpuffs change of puffs_access argument unification | pooka |
| 2007-03-21 | check puffs_access_{chmod,chown,times} in setattr | pooka |
| 2007-03-20 | add support for permissions and file ownership | pooka |