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