summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2024-06-07remove unused ROOTNAME define and part of a commentJonathan Gray
2024-05-13vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep partSebastien Marie
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-12remove ufs_hashlock extern for var we never hadJonathan Gray
2024-05-05remove unused 0-sized softdep filesJonathan Gray
2024-04-16Call bufq_destroy() in mfs_reclaim() before freeing the mfsnode.Claudio Jeker
2024-04-13correct indentationJonathan Gray
2024-04-13Readd FFS_MAX_SOFTDEPS defineJeremie Courreges-Anglas
2024-04-13Zap unused sd_* softdep sysctl namesJeremie Courreges-Anglas
2024-04-11Fix previous: it should not have removed the "max_softdeps" entryOtto Moerbeek
2024-03-25Move the "no (hard) linking directories" and "no cross-mount links"Philip Guenther
2024-02-03Remove Softdep.Bob Beck
2024-01-19ugly whitespaceTheo de Raadt
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2023-09-08Remove the remnants of the leftover selinfo from vnode(9) layer. JustVitaliy Makkoveev
2023-07-05Make softdep mounts a no-opBob Beck
2023-04-14Use designated initializer for ffs_vtbl.Moritz Buhl
2023-04-11fix double words in commentsJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-08-12Put more struct vnode fields under splbio().Visa Hankala
2022-06-26Remove unused VOP_POLL().Visa Hankala
2022-02-14Introduce a signal context that is used to pass signal related informationClaudio Jeker
2022-01-11spellingJonathan Gray
2021-12-12Use vnode parameter instead of vfinddev() in mfs_strategy()Visa Hankala
2021-12-12Add vnode parameter to VOP_STRATEGY()Visa Hankala
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala
2021-10-20revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullopSebastien Marie
2021-10-19vnode: remove VLOCKSWORK and check locking when vop_islocked != nullopSebastien Marie
2021-10-19vnode: do not manipulate vnode lock directlySebastien Marie
2021-10-15vnode: remove vop_generic_{,is,un}lock stub functionsSebastien Marie
2021-10-08curproc can't be NULL here. So simplify code accordingly.Claudio Jeker
2021-10-05For now the signal returned in cursig() is only set in p_siglist.Claudio Jeker
2021-10-04Use the fact the vnodes are locked when operations are inflight.Claudio Jeker
2021-10-02vfs: merge *_badop to vop_generic_badopSebastien Marie
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-01Update the remaining SYSCTL_INT_READONLY casesgnezdo
2021-04-28Introduce a global vnode_mtx and use it to make vn_lock() safe to be calledClaudio Jeker
2021-03-24cd9660, mfs: do not hide generic vop functions behind #defineSebastien Marie
2021-03-24make some `struct vops' members explicitly NULL instead of implicitly NULLSebastien Marie
2021-03-11spellingJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-04Merge issignal() and CURSIG() in preparation for turning it mp-safe.Martin Pieuchot
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-11-07Convert ffs_sysctl to sysctl_bounded_argsgnezdo
2020-10-09Do not dereference `vp' after vput(9)ing it.Martin Pieuchot
2020-08-10remove #if 0'd ufs2 magic error which predates ffs2 supportJonathan Gray
2020-08-10use EROFS when attempting to mount a 4.2BSD fs without MNT_RDONLYJonathan Gray
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-20With filesystem having many cylinder groups and many inodes per cg theOtto Moerbeek
2020-06-11Rename poll-compatibility flag to better reflect what it is.Martin Pieuchot