| Age | Commit message (Expand) | Author |
| 2023-04-09 | nfs: Simplify assertion. No functional change intended. | riastradh |
| 2023-03-23 | nfs: Avoid free of uninitialized on bad name size in create, mknod. | riastradh |
| 2023-03-23 | nfs: Use unsigned name lengths so we don't trip over negative ones. | riastradh |
| 2023-03-23 | nfs: Avoid integer overflow in nfs_namei bounds check. | riastradh |
| 2023-03-23 | nfs: Use unsigned fhlen so we don't trip over negative values. | riastradh |
| 2023-03-21 | PR/57279: Izumi Tsutsui: Fix some {int,long} -> time_t. Still things will | christos |
| 2023-03-17 | Avoid overflow of nfs_commitsize on machines with > 32GB RAM. | mlelstv |
| 2022-12-24 | s/reqest/request/ in comment. | andvar |
| 2022-12-20 | When partitioning a mbuf chain with m_split() the last mbuf of the returned | hannken |
| 2022-09-20 | Remove routes on an address removal if the routes referencing to the address.... | knakahara |
| 2022-06-24 | Remove an incorrect assertion. | hannken |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-04-27 | As VOP_GETATTR() needs a shared lock at least move the preopattr lookup | hannken |
| 2022-03-30 | restructure so we abort/unlock properly on failure. | christos |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-02-28 | Revert the hack from the last commit now that VOP_UNLOCK() | hannken |
| 2022-02-09 | s/ony/only/ | andvar |
| 2022-01-14 | This is a temporary hack to avoid nfs crashes related to nfs_delaytruncate. | christos |
| 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 |