| Age | Commit message (Expand) | Author |
| 2007-06-21 | Initial import of icfs, a case-insensitive/retentive file system. | agc |
| 2007-06-21 | Record the root directory at initialisation time. | agc |
| 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-21 | Another day, another file system. | agc |
| 2007-05-21 | Adapt to new signature for virtdir_add(). | agc |
| 2007-05-21 | Add a size parameter to virtdir_add, so that binary information can be | agc |
| 2007-05-19 | Add a function to return the virtual offset in the virtdir_t tree. | agc |
| 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-16 | Add a new, trivial file system, pcifs, which shows the devices on a | agc |
| 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 |
| 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-18 | Take advantage of the new functionality in virtdir_add() to create | agc |
| 2007-04-18 | When adding virtual directory entries, check the path to see that | agc |
| 2007-04-17 | Don't allow duplicate directory entries to be created. | agc |
| 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-15 | Add id3fs, a virtual file system, based on librefuse, for accessing | agc |
| 2007-04-15 | Add routines to manipulate virtual directory entries, for use with | agc |
| 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 | adapt to new readdir signature. no functional change | pooka |
| 2007-04-11 | support nfs exporting sysctlfs. it is now possible to manage the | 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-31 | Add a refuse-based "fanout" file system. This is more commonly known in | agc |
| 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 |
| 2007-03-11 | don't shrink file size when writing to the middle of an existing file | pooka |
| 2007-02-27 | * remove rogue header | pooka |
| 2007-02-23 | Add dbfs, an example (re)fuse file system which mounts a Berkeley | agc |
| 2007-02-16 | lookup in-core nodes in readdir() and provide the real inode for | pooka |
| 2007-02-15 | * introduce path comparison method for the sysctl MIB paths | pooka |
| 2007-02-15 | Use new libpuffs dotdot features to get rid of embedding the directory | pooka |
| 2007-02-15 | support reclaim | pooka |
| 2007-02-15 | do reclaim | pooka |
| 2007-02-15 | PUFFS_ISDOTDOT -> PCNISDOTDOT | pooka |
| 2007-01-30 | Even though the parent doesn't descend here, it's still convenient to | gdt |