| Age | Commit message (Expand) | Author |
| 2022-03-30 | Fix locking in udf_link(). XXX: udf_symlink is prolly similarly broken. | christos |
| 2022-03-30 | fix unlock on error. | christos |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2022-03-27 | dedup the eofs link/symlink methods | christos |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-03-27 | Expose groupmember as kauth_cred_groupmember and use it. | christos |
| 2022-03-23 | fix few typos for word "previous(ly)" in comments. | andvar |
| 2022-03-19 | Remove now unused VV_LOCKSWORK, all file systems support locking. | hannken |
| 2022-03-19 | As FSTRANS is part of VOP_*LOCK() since June 4, 2017 the vdead_check() | hannken |
| 2022-03-18 | Replace the variable field data[0] to data[1] to avoid undefined behaviour. | reinoud |
| 2022-03-08 | For bug-compatibility with Windows, the last VAT sector must be a multiple of | reinoud |
| 2022-03-08 | On switching from writing to reading explicitly synchronize the caches. It | reinoud |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2022-02-16 | fix various typos, mainly in comments. | andvar |
| 2022-02-11 | Translate 254/255 compID values used for deleted entries as per UDF spec. This | reinoud |
| 2022-02-11 | A component name is a counted string (cn_nameptr, cn_namelen), | hannken |
| 2022-02-09 | s/ony/only/ | andvar |
| 2022-02-06 | fix various typos in comments, log messages and documentation. | andvar |
| 2022-02-05 | fix membername in dprintf | zafer |
| 2022-02-03 | Revere modification of initializer; it can lead to race conditions where two | reinoud |
| 2022-02-01 | fix spelling of "regular" in comment | jakllsch |
| 2022-01-28 | On freeing a virtual address in the VAT, use the correct value; this might | reinoud |
| 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-15 | s/adressing/addressing/ | msaitoh |
| 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-16 | Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUG | reinoud |
| 2021-12-15 | While searching the VAT on recordable media, search the last sector too! | reinoud |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-10 | s/unaccessible/inaccessible/ | andvar |
| 2021-12-10 | Fix previous, don't copy up if the underlying node is unreadable. | hannken |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-12-05 | In union_access() copy up regular files before checking permissions. | hannken |
| 2021-12-05 | s/seach/search/ | msaitoh |
| 2021-12-05 | s/filesytem/filesystem/ in comment. | msaitoh |
| 2021-12-05 | s/checkum/checksum/ in comment. | msaitoh |
| 2021-12-05 | s/alloction/allocation/ | msaitoh |
| 2021-12-05 | s/invlid/invalid/ in comment. | msaitoh |
| 2021-12-03 | Avoid using register_t in <fs/puffs/puffs_msgif.h> | pho |
| 2021-11-10 | s/derefernce/dereference/ in comment. | msaitoh |
| 2021-10-23 | Sanitize the symbol namespace. NFC. | thorpej |
| 2021-10-23 | Convert msdosfs_rename() to use genfs_sane_rename(). | hannken |
| 2021-10-23 | Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c. | hannken |
| 2021-10-23 | Factor out the lookup results from struct denode. | hannken |
| 2021-10-20 | Move a mis-placed KASSERT(). | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 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 |