summaryrefslogtreecommitdiff
path: root/sys/fs/udf
AgeCommit message (Expand)Author
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-05s/checkum/checksum/ in comment.msaitoh
2021-12-05s/alloction/allocation/msaitoh
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
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-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
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-06-27Introduce genfs_pathconf() and use it for the default case in all filesystems.christos
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-23PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its...ad
2020-04-14Move comment related to the sysctl_createv() in SYSCTL_SETUP() from the oldreinoud
2020-04-14fix debug print flagreinoud
2020-04-13Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a functionad
2020-04-06udf_get_node(): fix typo and honor "lktype" argument.hannken
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2020-02-27Tighten up the locking around vp->v_iflag a little more after the recentad
2020-02-23UVM locking changes, proposed on tech-kern:ad
2020-01-17VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, toad
2019-12-27s/transfered/transferred/msaitoh
2019-10-16Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause.maya
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-08-09Sync with UDFclientreinoud
2018-07-25Avoid undefined behavior in ecma167-udf.hkamil
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-06-24No need to call vflush from failing udf_mount(). If the system nodeshannken
2017-05-26Eliminate crusty debugging sludge.riastradh
2017-05-26Make VOP_RECLAIM do the last unlock of the vnode.riastradh
2017-04-26Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.riastradh
2017-04-11Make VOP_INACTIVE preserve vnode lock on return.riastradh
2017-04-01KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector.riastradh
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2017-01-04PR/51777: David Binderman: Remove unused computationchristos
2016-08-20Remove now obsolete operation vcache_remove().hannken
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-05-24Cleanup VAT writout. To prevent issues with the sequential writing strategyreinoud