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