summaryrefslogtreecommitdiff
path: root/sys/ufs/chfs
AgeCommit message (Expand)Author
2022-12-30s/succes/success/ in comments.andvar
2022-04-08s/postion/position/andvar
2022-03-27add a kauth vnode check for creating linkschristos
2022-03-19Remove now unused VV_LOCKSWORK, all file systems support locking.hannken
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-07fix typos in word "instead", mainly in log messages.andvar
2021-12-07fix various typos, mainly in comments.andvar
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-08-11s/enrty/entry/andvar
2021-08-09s/fist/first/andvar
2021-07-19NFC - if/else blocks start with the same mutex_exit, just move it up.andvar
2021-07-19Release mutexes in few more places on failure path. Reviewed them in chfs cod...andvar
2021-07-18Use macros for the canned parts of device and fifo vnode op tables.dholland
2021-07-16Fix incorrect function name, some grammar and typos in comments. Remove trail...andvar
2021-07-15Make sure that mutex is released before conditional return statements. Fixes ...andvar
2021-07-05whitespacedholland
2021-06-29- Add a new vnode op: VOP_PARSEPATH.dholland
2020-09-05Round of uvm.h cleanup.riastradh
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-05-20fix accessx confusion (thanks hannken@)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-04Merge the remaining changes from the ad-namecache branch, affecting namei()ad
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-31Rename uvm_free() -> uvm_availmem().ad
2019-12-27s/inital/initial/msaitoh
2019-12-21uvmexp.free -> uvm_free()ad
2019-09-18fix compilationchristos
2019-09-18Add newly created vnodes to the namei cache. The rest of the filesystemschristos
2019-06-20Split the ufs code out of the ffs module and into its own module.pgoyette
2019-06-17Fix build without DIAGNOSTICryoon
2018-05-28add a genfs method to allow a file system to limit the range of pageschs
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-02-07Remove unnecessary assertionsozaki-r
2018-01-29Drop commended out include to a hardcoded path in root's home directory.sevan
2017-11-14Fix up chfs_mountfs error branches.riastradh
2017-11-09use PR_WAITOK everywhere.christos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
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-03-30Remove now redundant calls to fstrans_start()/fstrans_done().hannken
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2016-08-20Remove now obsolete operation vcache_remove().hannken
2016-08-06typo in commentdholland
2015-04-20Make VOP_LINK return directory still locked and referenced.riastradh