| Age | Commit message (Expand) | Author |
| 2019-09-23 | Restore binary compatibility by using the statvfs90 structure internally. | christos |
| 2011-02-17 | Support rest of file types in vtype -> s_ifmt | pooka |
| 2011-02-17 | st_blocks is in units of DEV_BSIZE, not st_blksize. | pooka |
| 2010-07-15 | Default f_namemax to MAXNAMLEN, mostly for initial statvfs struct | pooka |
| 2008-12-28 | fix for dev_t 64 bits. | christos |
| 2008-08-12 | Replace void * by puffs_cookie_t where appropriate. No functional change. | pooka |
| 2007-12-19 | Add generic getattr routine. | pooka |
| 2007-11-30 | Rototill. | pooka |
| 2007-11-27 | Remove "puffs_cid" from the puffs interface following l-removal | pooka |
| 2007-10-21 | typo in comment | pooka |
| 2007-07-01 | Instead of supplying a plain pid, supply an abstract struct puffs_cid *, | pooka |
| 2007-06-06 | Move puffs to a two clause license where it already isn't so. And | pooka |
| 2007-03-20 | implement counterpart of vaccess() | pooka |
| 2007-03-16 | va->va_mode doesn't contain the full argument to the mknod() system call, | pooka |
| 2007-02-15 | generic node reclaim, which just puts a puffs_node | pooka |
| 2007-01-11 | Add preliminary code for a nullfs layer, which can be used to mount | pooka |
| 2007-01-06 | * get rid of the mount callback; it's no great surprise to the | pooka |
| 2006-12-29 | checkpoint some experimental work-in-progress, namely: | pooka |
| 2006-12-07 | rototill the operation callbacks: unify the ops under struct puffs_ops | pooka |
| 2006-11-21 | mode_t to enum vtype conversion | pooka |
| 2006-11-14 | namespace previous change under puffs_vfsnop to avoid confusions | pooka |
| 2006-11-14 | implement unmount, sync and statvfs as dummies for file system which | pooka |
| 2006-10-23 | use casts to properly truncate some assignments. (sparc64 gcc complained.) | mrg |
| 2006-10-23 | put back the comparison in a lint friendly way to appease pooka. | christos |
| 2006-10-23 | comment out comparison of unsigned expression to >= 0 | dogcow |
| 2006-10-23 | still check for array bounds, fix off-by-one | pooka |
| 2006-10-23 | pass lint; fix install. | christos |
| 2006-10-22 | add libpuffs - the userspace programming interface for puffs | pooka |