| Age | Commit message (Expand) | Author |
| 2022-05-03 | Lock devvp for vinvalbuf(). | hannken |
| 2022-03-23 | fix few typos for word "previous(ly)" in comments. | andvar |
| 2021-12-16 | Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUG | reinoud |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2020-04-14 | Move comment related to the sysctl_createv() in SYSCTL_SETUP() from the old | reinoud |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2017-06-24 | No need to call vflush from failing udf_mount(). If the system nodes | hannken |
| 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 |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-01-29 | It is meaningless to check the root node if there was an error. | christos |
| 2015-08-24 | Use vfs_vnode_iterator for udf_do_sync. | hannken |
| 2015-08-24 | Use vfs_vnode_iterator for udf_unmount_sanity_check. | hannken |
| 2015-08-24 | Remove dirtynodes_cv, it is only used for timed waits without any signals. | hannken |
| 2015-04-06 | Change udf to vcache, keyed on udf_node->loc.loc. | hannken |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-09-27 | - rename UDF_MAX_NAMELEN -> UDF_MAXNAMLEN | christos |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2009-07-07 | Replace the old hashtable and sorted list implemenation by a RB-tree. | reinoud |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-06-24 | Commit first stage of free-space accounting. It is estimating the underlimit | reinoud |
| 2009-04-25 | Add genfs_can_mount() and use it to prevent some more code duplication of | elad |
| 2009-02-08 | If mounting for read-write dont allow a session number to be specified since | reinoud |
| 2008-12-16 | Check for a node being root on node creation so when the root node is disposed | reinoud |
| 2008-12-16 | The great QUOTA purge of '08: get rid of those #ifdef QUOTA and | pooka |
| 2008-10-29 | Fix to prevent a closed sequential media to be opened for read/write. | reinoud |
| 2008-09-27 | Switch UDF over to the vfs_dirhash.c dirhash code. | reinoud |
| 2008-08-29 | Remove all remaining traces of UDF_READWRITE since it has been removed as | reinoud |
| 2008-08-29 | forgot to destroy an additional mutex and an condition variable. | reinoud |
| 2008-08-08 | Remove the need for the kernel option UDF_READWRITE to be able to write to | reinoud |
| 2008-08-06 | Rewrite allocation scheme's determination and implementation replacing the | reinoud |
| 2008-07-28 | Streamline allocation to prepare it for metadata partition. Also add | reinoud |
| 2008-07-27 | Unify naming scheme and source code beautify for better readablility. | reinoud |
| 2008-07-26 | Forgot to rename those two references to write_space_bitmap too. | reinoud |
| 2008-07-22 | Limit the UDF dirhash to a configurable amount of memory. The performance | reinoud |
| 2008-07-19 | Limit sectorsize to max. 4096 bytes. This prevents a panic when declaring | reinoud |
| 2008-07-18 | Instead of bombing out when trying to mount a disc RW when UDF_READWRITE is | reinoud |
| 2008-07-17 | Implement directory hashing to speed up directory traversals. Speed | reinoud |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-14 | Import writing part of the UDF file system making optical media like CD's | reinoud |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |