| Age | Commit message (Expand) | Author |
| 2009-12-05 | Use puffs_kernerr_abort as the error handler. | pooka |
| 2009-12-04 | Remove no longer supported suspend code. | pooka |
| 2008-11-26 | puffs_setfhsize() in init | pooka |
| 2008-09-12 | fix more A0 | christos |
| 2008-08-12 | Add -p for presenting the directory listing in the original case. | 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-15 | sysctlfs was moved to base | pooka |
| 2007-08-09 | move sysctlfs from examples to base | pooka |
| 2007-08-09 | require standard mount_foo bar /path usage, where bar is ignored here | 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 | Use "sysctlfs" as the type name instead of the mountpath. | 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-24 | Actually, keep PUFFS_KFLAG_NOCACHE and -o cache around as shorthand | pooka |
| 2007-06-24 | PUFFS_KFLAG_NOCACHE became two, so introduce the command line options | pooka |
| 2007-06-24 | Just to demonstrate namemod a bit further, make this flip the case | pooka |
| 2007-06-24 | cast tolower() arg to unsigned char | pooka |
| 2007-06-24 | use puffs_null_setops() | pooka |
| 2007-06-24 | fix this also, had a similar rototill-typo as rot13fs | pooka |
| 2007-06-24 | I wasn't going to add any more silly examples, but I'll bite for | pooka |
| 2007-06-20 | fix typo from previous rototill, makes this work again | 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 | reflect changes in fs mount: use puffs_mount() instead of | 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-24 | allow to mount nullfs types only from directories | pooka |