| Age | Commit message (Expand) | Author |
| 2021-12-03 | Use size_t in place of voff_t in puffs_setrootinfo(3) | pho |
| 2021-12-03 | Avoid using register_t or vsize_t in <puffs.h> | pho |
| 2019-09-23 | Restore binary compatibility by using the statvfs90 structure internally. | christos |
| 2015-11-12 | consistency fixes. | christos |
| 2014-10-31 | libpuffs support for fallocate and fdiscard operations | manu |
| 2014-08-16 | Add an open2 method, like open but with an additionnal oflags used | manu |
| 2012-08-16 | Fix regression that has been introduced when the lookup/reclaim race | manu |
| 2012-07-21 | - Improve PUFFS_KFLAG_CACHE_FS_TTL by reclaiming older inactive nodes. | manu |
| 2012-06-27 | Pass the FAF flag to handlers: | manu |
| 2012-04-18 | - When using PUFFS_KFLAG_CACHE_FS_TTL, do not use puffs_node to carry | manu |
| 2012-04-08 | Add PUFFS_KFLAG_CACHE_FS_TTL flag to puffs_init(3) to use name and | manu |
| 2011-08-29 | Use __dead | joerg |
| 2011-07-04 | Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the | manu |
| 2010-06-07 | Make retval argument for pathconf a register_t to match VOP_PATHCONF. | pooka |
| 2010-05-21 | add option string for no attribute cache | pooka |
| 2010-05-21 | * support extended attributes | pooka |
| 2010-01-12 | Add convenience routine puffs_unmountonsignal(), which does exactly that. | pooka |
| 2009-12-05 | Add an error handler which syslogs but does not abort() and make it | pooka |
| 2009-10-18 | Make it possible to supply parameters to puffs_init() later (but | pooka |
| 2009-10-17 | Dispatch puffs_node_abortop(). | pooka |
| 2008-12-12 | Add puffs_cancel(), which allows to back down after puffs_init() | pooka |
| 2008-12-12 | add: | pooka |
| 2008-08-12 | Replace void * by puffs_cookie_t where appropriate. No functional change. | pooka |
| 2008-01-29 | Fix a weirdosity in the framebuf gotfb interface: hand buffer | pooka |
| 2008-01-28 | Bump version for lazy contexts (probably not necessary, but it's | pooka |
| 2008-01-28 | Implement lazy contexts for file systems using puffs_mainloop(). | pooka |
| 2008-01-14 | Introduce PUFFS_STACKSIZE_MIN to avoid overloading 0 and getting | pooka |
| 2007-12-25 | Add a public interface for setting a cookie mapper. | pooka |
| 2007-12-19 | Add generic getattr routine. | pooka |
| 2007-12-16 | * nuke puffs_cc_get{specific,usermount} for good | pooka |
| 2007-12-11 | nuke #define whose purpose has ceased to be | pooka |
| 2007-12-08 | Now that "l" is gone both as an argument to operations and from | pooka |
| 2007-12-04 | Part 3/n of extensive changes to message handling: | pooka |
| 2007-11-30 | Rototill. | pooka |
| 2007-11-29 | * allocate pcc as a slice from the stack instead of allocating it | pooka |
| 2007-11-27 | Remove "puffs_cid" from the puffs interface following l-removal | pooka |
| 2007-11-16 | Introduce puffs_daemon(), which works like daemon(3) except that it | pooka |
| 2007-11-05 | remember to bump version for puffs_mainloop() change | pooka |
| 2007-11-05 | Pull the daemonizing code out of the library mainloop into the file | pooka |
| 2007-10-28 | Add possibility to set pre- and post callbacks which will be called | pooka |
| 2007-10-26 | mmap stacks, makes it possible to align them | pooka |
| 2007-10-21 | Add puffs_cc_schedule() which marks a pcc runnable and will pass | pooka |
| 2007-10-21 | Always provide caller information from the kernel based on curlwp. | pooka |
| 2007-10-18 | * Change type of boolean functions to, well, boolean instead of int. | pooka |
| 2007-10-11 | Part 1/n of some pretty extensive changes to how the kernel module | pooka |
| 2007-10-01 | Pass reason string to pu_errnotify. Print it in the default | pooka |
| 2007-09-27 | Add error notifications, which are used to deliver errors from the | pooka |
| 2007-09-06 | Give cmpframe() the ability to shortcircuit the comparison loop by | pooka |
| 2007-09-01 | Add gotframe callback, which is called if an incoming frame matches | pooka |
| 2007-08-22 | Mimic namei structure changes for puffs. bump both kernel & lib version. | pooka |