| Age | Commit message (Expand) | Author |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-31 | struct statvfs is too large for stack. Use malloc(9) instead. | rin |
| 2020-05-26 | Add need-flags for kernfs. | bouyer |
| 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-20 | Fix EPERM vs EACCES on chtimes (thanks @hannken) | christos |
| 2020-05-18 | remove debugging, it is just clutter. | christos |
| 2020-05-18 | Fix EPERM vs EACCES return. | christos |
| 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-04-29 | Put forward declaration a little further forward to unbreak build. | riastradh |
| 2020-04-29 | If the procfs mount is marked as linux-compat, then allow proc lookup | thorpej |
| 2020-04-25 | Allow root to access and modify system space extended attributes. | christos |
| 2020-04-21 | Revert the changes made in February to make cwdinfo use mostly lockless, | ad |
| 2020-04-20 | Add missing include of <sys/atomic.h> to fix the build | martin |
| 2020-04-20 | Sort include files. | htodd |
| 2020-04-20 | Add missing include to fix build. | htodd |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2020-04-13 | when determining I/O block size for VBLK device, only use pi_bsize | jdolecek |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-04-07 | switch to kmem_zalloc() instead of malloc() for struct kernfs_mount | jdolecek |
| 2020-04-07 | switch KERNFS_ALLOCENTRY() to use kmem_zalloc() instead of malloc() | jdolecek |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-03-22 | Process concurrent page faults on individual uvm_objects / vm_amaps in | ad |
| 2020-03-21 | Finish the transition to SYSCTL_SETUP by removing local sysctllog | pgoyette |
| 2020-03-17 | Tweak the March 14th change to make page waits interlocked by pg->interlock. | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-03-14 | Update a comment. | ad |
| 2020-03-14 | Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer | ad |
| 2020-03-14 | Make page waits (WANTED vs BUSY) interlocked by pg->interlock. Gets RW | ad |
| 2020-03-14 | Unused variable. | ad |
| 2020-03-14 | - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small | ad |
| 2020-03-14 | OR into bp->b_cflags; don't overwrite. | ad |
| 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-24 | v_interlock -> vmobjlock | ad |
| 2020-02-23 | Merge from ad-namecache: | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-02-20 | Use vn_bwrite, not genfs_nullop, for VOP_BWRITE. | riastradh |
| 2020-02-18 | remove the aiodoned thread. I originally added this to provide a thread context | chs |
| 2020-02-04 | Use specfs vnops for specnodes in kernfs. | riastradh |
| 2020-02-01 | Load struct filedesc::fd_dt with atomic_load_consume. | riastradh |
| 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-31 | - Add and use wrapper functions that take and acquire page interlocks, and pairs | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-31 | Rename uvm_page_locked_p() -> uvm_page_owner_locked_p() | ad |
| 2019-12-22 | Make mntvnode_lock per-mount, and address false sharing of struct mount. | ad |