| Age | Commit message (Expand) | Author |
| 2023-06-03 | fix various typos in comments and messages. | andvar |
| 2023-04-03 | Fix typos: s/trough/through/ | gutteridge |
| 2022-10-31 | fix various typos in comments and one output message. | andvar |
| 2022-05-28 | fix various typos in comments, mainly origional->original, | andvar |
| 2022-05-15 | s/wich/which in comments. | andvar |
| 2022-04-22 | Fix endian issue with UDF extended attribute handling | reinoud |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-03-08 | For bug-compatibility with Windows, the last VAT sector must be a multiple of | reinoud |
| 2022-02-06 | fix various typos in comments, log messages and documentation. | andvar |
| 2022-01-25 | fix various typos in comments. | andvar |
| 2022-01-24 | remove double "with" in comments and usage text. Also fix one typo. | andvar |
| 2022-01-01 | s/implemenation/implementation/ in comment. | msaitoh |
| 2021-12-16 | Fix typo: reader -> header | reinoud |
| 2021-12-16 | Fix serious issue with recordable media formatted with Win10. When closing it | reinoud |
| 2021-12-15 | While searching the VAT on recordable media, search the last sector too! | reinoud |
| 2021-12-05 | s/alloction/allocation/ | msaitoh |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-21 | s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme... | andvar |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-13 | more GCC 10 fixes. | mrg |
| 2021-01-11 | Trailing whitespace | skrll |
| 2021-01-11 | Fix spelling of preferred in comments. While here improve grammar in | skrll |
| 2020-04-06 | udf_get_node(): fix typo and honor "lktype" argument. | hannken |
| 2020-02-27 | Tighten up the locking around vp->v_iflag a little more after the recent | 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-03 | Fix typo in comment (s/seperate/separate/). | msaitoh |
| 2019-01-01 | Add "void *extra" argument to vcache_new() so a file system may | hannken |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-08-09 | Fix length calculation | reinoud |
| 2018-07-25 | Enhance logical volume integrity descriptor handling and provide | reinoud |
| 2018-06-06 | Remove duplicate ; | maya |
| 2018-05-28 | add a genfs method to allow a file system to limit the range of pages | chs |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2016-05-24 | Cleanup VAT writout. To prevent issues with the sequential writing strategy | reinoud |
| 2016-05-10 | Rework VAT searching on recordable media. It is now a lot more resilliant to | reinoud |
| 2016-01-27 | Fix filename creation and deleting with illegal file names. UDF has a | reinoud |
| 2015-12-19 | Improve misleading variable name. Related to PR 50571. | dholland |
| 2015-12-19 | add missing , | christos |
| 2015-12-19 | PR/50571: David Binderman: src/sys/fs/udf/udf_subr.c:6465: obvious | christos |
| 2015-08-24 | Use vfs_vnode_iterator for udf_do_sync. | hannken |
| 2015-08-24 | Remove dirtynodes_cv, it is only used for timed waits without any signals. | hannken |
| 2015-04-20 | Make vget always return vnode unlocked. | riastradh |
| 2015-04-06 | Change udf to vcache, keyed on udf_node->loc.loc. | hannken |
| 2015-02-07 | fix udf_node leak. Reported by: | christos |
| 2014-09-17 | Fix bug introduced in last patch | reinoud |
| 2014-09-17 | As pointed out by wiz@ prevent a possible attack or corruption that results in | reinoud |
| 2014-07-29 | Fix debug printout of udf_write_metadata_partition_spacetable(), it referred | reinoud |