| Age | Commit message (Expand) | Author |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-03-30 | restructure so we abort/unlock properly on failure. | christos |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Use macros for the canned parts of device and fifo vnode op tables. | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2019-09-10 | remove NCHNAMLEN optimization | christos |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2016-01-19 | Return an error if NFSPROC_LOOKUP returns the file handle of the current | hannken |
| 2015-05-14 | in nfs_writerpc(), avoid a signed/unsigned problem in computing the | chs |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-07-05 | Use vcache_rekey_* for nfs_lookitup() in the "*npp != NULL" case. | hannken |
| 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-11-15 | add one more __unused attribute to shut gcc4.8 off. | nisimura |
| 2013-09-14 | Backout wildcard pragma to kill warnings and instead sprinkle a few dozen | martin |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-11-07 | fix crash in nfs client lookups, dholland says 'my fault' | macallan |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-04-27 | fix access permission check which got broken by some kauth rework | drochner |
| 2011-11-28 | Remove arc4random() and arc4randbytes() from the kernel API. Replace | tls |
| 2011-09-27 | use NFS_MAXPATHLEN instead of MAXPATHLEN | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-24 | sys_link: prevent hard links on directories (cross-mount operations are | rmind |
| 2010-12-14 | Initialize mutex and cv after sanity checks | cegger |
| 2010-12-14 | back out rev. 1.285. The problem I try to hunt down | cegger |
| 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-10-26 | Add diagnostic check which hits when PR 42455 is reproduced. | cegger |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-29 | Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. | pooka |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-07-14 | Use pid_t, not short, for a pid. | apb |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2009-05-10 | nfs_lookup: vn_lock the vnode returned by cache_lookup_raw | yamt |
| 2009-05-10 | restore lines, esp. a vrele() call, which i mistakenly removed | yamt |
| 2009-05-04 | nfs_lookup: handle the case where the vnode returned cache_lookup_raw is | yamt |
| 2009-05-04 | nfs_lookup: add an assertion. | yamt |