| 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 |
| 2014-01-09 | Operation sysvbfs_remove() destructs inodes attached to active vnodes. | hannken |
| 2013-12-24 | It is not the task of sysvbfs_open() to check for unlinked nodes. | hannken |
| 2013-05-15 | Don't change a read-only file system. | pooka |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-06-11 | cosmetic change: fix two casts to be of the appropriate type | agc |
| 2012-05-08 | Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c | tsutsui |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-03-30 | sysvbfs do not support file flags; fail with EOPNOTSUPP. | njoly |
| 2012-03-18 | handle file resizing. | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-27 | Check credentials when setting uid, gid or mode attributes. | njoly |
| 2011-12-12 | Start making fs read(2) fail with EISDIR if the implementation does | njoly |
| 2011-05-19 | Remove cache_purge(9) calls from reclamation routines in the file systems, | rmind |
| 2011-04-26 | Change vflushbuf() to return an error if a synchronous write fails. | hannken |
| 2011-01-31 | In sysvbfs_lookup(), deny last component write operation on a | njoly |
| 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-07-17 | Fix build with SYSVBFS_VNOPS_DEBUG. | njoly |
| 2010-07-16 | Small typo in comment. | njoly |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-05-27 | Mark files removed in the in-memory structure. This allows us | pooka |
| 2010-05-27 | Release pathname buffers after use. | pooka |
| 2010-05-26 | fix refcounting | pooka |
| 2010-05-26 | Initialize *vpp to NULL: relookup() requires it without initializing | pooka |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2010-01-05 | Remove extra semicolons. | mbalmer |
| 2009-07-03 | Define error before using it. | pgoyette |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2008-11-26 | Rototill all remaining file systems to use ubc_uiomove() instead | pooka |
| 2008-11-16 | more <sys/buf.h> police | pooka |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-09-24 | Avoid stack allocation of large dirent structures in foo_readdir(). | rumble |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-06-30 | Using POOL_INIT here makes no sense, since file systems always have | pooka |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-20 | Call genfs_node_destroy() where appropriate. | ad |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-12-25 | Spell "algorithm" correctly. From Zafer Aydogan. | wiz |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-07-01 | Redo previous differently - just use time_second. | martin |
| 2006-07-01 | Make it compile post time-counter merge | martin |