| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/runable/runnable/ | msaitoh |
| 2021-10-21 | fix various typos, mainly in comments, but also in man pages and log messages. | andvar |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-11 | Mark the EVFILT_VNODE filters MP-safe. | thorpej |
| 2021-10-11 | Setting EV_EOF requires modifying kn->kn_flags. However, that relies on | thorpej |
| 2021-10-10 | Must hold kn->kn_kq->kq_lock to modify kn->kn_flags. | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-08-12 | s/directry/directory/ | andvar |
| 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 |
| 2021-06-13 | Don't pretend that files are limited to 1TB on NFSv3. | mlelstv |
| 2021-06-04 | Add flag/command NFSSVC_REPLACEEXPORTSLIST to nfssvc(2) system call. | hannken |
| 2021-05-27 | Remove nfs_putpages() prototype; it's not defined anywhere. | simonb |
| 2021-04-02 | Set f_namemax during mount time like all the other filesystems so that | christos |
| 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-25 | - Alter the convention for uvm_page_array slightly, so the basic search | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-17 | Start trying to reduce cache misses on vm_page during fault processing. | ad |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-01 | Resolve delayed truncation from nfs_inactive() too. | hannken |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-04-04 | NFSv2 is limited to use only 32bit in metadata. Prevent that larger | mlelstv |
| 2020-03-22 | Process concurrent page faults on individual uvm_objects / vm_amaps in | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-03-08 | Update NFS errno mapping and add assert for correctness | mgorny |
| 2020-02-27 | Tighten up the locking around vp->v_iflag a little more after the recent | ad |
| 2020-02-24 | v_interlock -> vmobjlock | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2020-01-15 | Merge from yamt-pagecache (after much testing): | ad |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-12-22 | Make mntvnode_lock per-mount, and address false sharing of struct mount. | ad |
| 2019-12-15 | Merge from yamt-pagecache: | ad |
| 2019-12-13 | Break the global uvm_pageqlock into a per-page identity lock and a private | ad |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-09-10 | remove NCHNAMLEN optimization | christos |
| 2019-06-29 | Appease GCC and initialize arps_ip | kamil |
| 2019-02-20 | Bracket do_sys_renameat() and nfsrv_rename() with fstrans. | hannken |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-05-28 | add a genfs method to allow a file system to limit the range of pages | chs |
| 2018-05-17 | Default NFS mounts to using TCP transport instead of UDP. | thorpej |