| Age | Commit message (Expand) | Author |
| 2023-06-27 | Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MP | reinoud |
| 2022-05-28 | fix various typos in comments, mainly origional->original, | andvar |
| 2022-05-03 | fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. | andvar |
| 2022-05-03 | No IO_NODELOCKED for unlocked vnode. | hannken |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-01 | Fix malformed DPRINTF() macro | reinoud |
| 2022-03-30 | Fix locking in udf_link(). XXX: udf_symlink is prolly similarly broken. | christos |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-02-16 | fix various typos, mainly in comments. | andvar |
| 2022-02-06 | fix various typos in comments, log messages and documentation. | andvar |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 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-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-04-14 | fix debug print flag | reinoud |
| 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 |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 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-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-04-06 | Change udf to vcache, keyed on udf_node->loc.loc. | hannken |
| 2015-04-06 | Move the removal of unlinked nodes from udf_inactive() to udf_reclaim(). | hannken |
| 2015-04-04 | Fix remaining read(fd, NULL, 1) cases. | riastradh |
| 2015-01-28 | When udf_symlink() fails, do not explicitly call udf_delete_node(), as | martin |
| 2015-01-04 | Add missing vrele() as found by the testsuite. | reinoud |
| 2014-12-03 | Explicitly delete the failing node; it would be killed with the unlink too but | reinoud |
| 2014-07-29 | Posix requires the va_size of a symlink to be pathlength for symbolic links. | reinoud |
| 2014-07-29 | Access time should only be set on accessing the data or messing with the | reinoud |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-03-23 | fix unused | christos |
| 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-10-18 | fix unused variable warnings | christos |
| 2013-10-04 | Remove a bogus vrecycle() from udf_inactive(). Vrecycle() works on inactive | hannken |
| 2013-07-10 | Implement udf_rename() using the new genfs_rename() framework. | reinoud |
| 2013-07-08 | Clarify the sticky-bit check | reinoud |
| 2013-07-07 | Pull forward the node creation returned from the lookup call. Its vnode is | reinoud |
| 2013-07-07 | Implement a real empty-directory checking for rmdir(). | reinoud |
| 2013-07-05 | Fixes chflags. They were silently rejected before but the VFS standard demands | reinoud |
| 2013-07-05 | Provide additional checks to udf_lookup and restructure it a bit. | reinoud |
| 2013-07-03 | Remove spurious empty line | reinoud |
| 2013-07-03 | On removing a directory make sure the leaf directory doesn't have a valid '..' | reinoud |