| Age | Commit message (Expand) | Author |
| 2022-08-06 | s/blity/bility/ in various words, mainly in comments. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-05-04 | s/entires/entries/ in local variable definition. | andvar |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-03-19 | Remove now unused VV_LOCKSWORK, all file systems support locking. | hannken |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | 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 |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-04-16 | Revert previous for now: | rin |
| 2020-04-16 | Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by | rin |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | 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 | Perform bit operations on unsigned integer | kamil |
| 2020-02-27 | Tighten up the locking around vp->v_iflag a little more after the recent | 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 |
| 2019-09-18 | Add newly created vnodes to the namei cache. The rest of the filesystems | christos |
| 2019-06-20 | Split the ufs code out of the ffs module and into its own module. | pgoyette |
| 2019-01-01 | Add "void *extra" argument to vcache_new() so a file system may | hannken |
| 2018-12-10 | Remove unused mbuf.h includes. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-05-28 | add a genfs method to allow a file system to limit the range of pages | chs |
| 2017-07-30 | kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo)) | riastradh |
| 2017-05-28 | Change ext2fs to use vcache_new like we did for ffs: | hannken |
| 2017-05-26 | Eliminate crusty debugging sludge. | riastradh |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2017-04-17 | Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). | hannken |
| 2017-04-17 | Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to | hannken |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2017-01-13 | Fix unsigned | christos |
| 2016-08-25 | put back second strlcpy; pointed out by dholland. | christos |
| 2016-08-23 | CID 1371648: off by one in index checking | christos |
| 2016-08-23 | KNF, no functional change | christos |
| 2016-08-23 | CID 1371644: use strlcpy, remove dup copy. | christos |
| 2016-08-23 | CID 1371645: remove dead code | christos |
| 2016-08-20 | fix code which sets REV1 e2fs_fsmnt, set also mount time and mount count | jdolecek |
| 2016-08-20 | adjust ext2fs_loadvnode_content() to do the sanity checking before allocating | jdolecek |
| 2016-08-20 | modify the comment to note code needs to brele() to have a shot on actually | jdolecek |
| 2016-08-20 | #if 0 the check for ext2fs_mapsearch() failure (similar what was done | jdolecek |
| 2016-08-20 | add support for GDT_CSUM AKA uninit_bg feature | jdolecek |
| 2016-08-20 | whitespace fix | jdolecek |