| Age | Commit message (Expand) | Author |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-10-17 | - remove unused variables | christos |
| 2013-03-06 | comments | yamt |
| 2013-03-06 | comment | yamt |
| 2013-01-16 | Do the protocol consistency check hack only when compiling ELF. | pooka |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-08-11 | Missing bit in previous commit (PUFFS_KFLAG_CACHE_DOTDOT option to avoid | manu |
| 2012-08-10 | Add PUFFS_KFLAG_CACHE_DOTDOT so that vnodes hold a reference on their | manu |
| 2012-08-10 | Missing bit in previous commit (prevent race between create|mknod|mkdir|symlink | manu |
| 2012-08-10 | Fix race condition between (create|mknod|mkdir|symlino) and reclaim, just | manu |
| 2012-08-09 | Backout previous bugfix attempt for unmounts. That changes did not | manu |
| 2012-07-27 | Rename slow sopreq queue into node sopreq queue, to refet the fact that | manu |
| 2012-07-27 | puffs mounts share global pools. This means that the puffs_vfsops cannot | manu |
| 2012-07-23 | Backout NCHNAMLEN check for cache_enter. That change collided with rmind's | manu |
| 2012-07-23 | Di not call cache_enter with path components bigger than NCHNAMLEN, as it | manu |
| 2012-07-22 | Fix hang unmount bug introduced by last commit. | manu |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-07-21 | - Improve PUFFS_KFLAG_CACHE_FS_TTL by reclaiming older inactive nodes. | manu |
| 2012-04-18 | - Makesure update_va does not change vnode size when it should not. For | manu |
| 2012-04-08 | Add name and atttribute cache with filesytem provided TTL. | manu |
| 2012-03-16 | Prevent access beyond end of PUFFS file on read, | jakllsch |
| 2012-01-19 | Fix a race condition where the filesystem lookups a vnode that is | manu |
| 2012-01-17 | Add a few KASSERT() - I have a crash that likely will cause one of them to | martin |
| 2011-11-18 | Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. | christos |
| 2011-10-30 | Add a comment that pn_sizemtx should be useless as VOP_GETATTR now | hannken |
| 2011-10-19 | Remove #ifdef DIAGNOSTIC guards around KASSERT, as the macro contains them | manu |
| 2011-10-18 | Make sure pagedaemon does not sleep for memory in puffs_vnop_sleep. | manu |
| 2011-10-17 | Roll back the change that forced kernel threads to not sleep in PUFFS. | manu |
| 2011-10-07 | As vnalloc() always allocates with PR_WAITOK there is no longer the need | hannken |
| 2011-09-27 | don't get affected by the NAME_MAX bump. Use the same constant as the | christos |
| 2011-09-23 | Fix the build that was broken by struct lwp *updateproc reference in | manu |
| 2011-09-21 | Make sure ioflush does not sleep in PUFFS code path, waiting for a mutex, | manu |
| 2011-08-29 | Add a mutex for operations that touch size (setattr, getattr, write, fsync). | manu |
| 2011-07-04 | Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the | manu |
| 2011-07-03 | avoid some uninitialised variable warnings from GCC. | mrg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-19 | Remove cache_purge(9) calls from reclamation routines in the file systems, | rmind |
| 2011-05-03 | Call advlock method if supplied | manu |
| 2011-02-11 | puffs_msg_wait: check PARKFLAG_HASERROR before PARKFLAG_CALL. PR/44240. | yamt |
| 2011-01-11 | add advlock to puffs. ok pooka@ | kefren |
| 2010-11-30 | Abolish the SAVENAME and HASBUF flags. There is now always a buffer, | dholland |
| 2010-11-30 | Abolish struct componentname's cn_pnbuf. Use the path buffer in the | dholland |
| 2010-11-15 | Apply patch from PR kern/44093 by yamt: | pooka |
| 2010-11-12 | Allow clients to reuse a "park". | pooka |
| 2010-07-25 | It makes no sense to call vget() with LK_RETRY. | hannken |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |