summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
2024-10-18Put the bowels of the various VOP_PRINT routines underMiod Vallat
2024-10-17Shortcut cursig when called during sleep setup.Claudio Jeker
2024-10-14change mutex.h include to rwlock.hJonathan Gray
2024-10-08remove unused ffs_checkoverlap() ext2fs_checkoverlap(); ok miod@Jonathan Gray
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-12Ensure that file names passed back by readdir do not include a '/'Claudio Jeker
2024-09-11While I can understand that ext2fs is using ufs_ihashget() I'm stillClaudio Jeker
2024-09-10ufs_ihashget() is also used by the ext2fs code but the DIP() makro doesClaudio Jeker
2024-09-04Work around vnode reuse bug resulting in a panic: vop_generic_badopBob Beck
2024-09-04Fix some spelling.Marcus Glocker
2024-07-15Add ext4 field definitions. Taken from NetBSD, with some cosmeticMartijn van Duren
2024-07-13Revert the vdoom change, while it prevents the crashes on joel's goBob Beck
2024-07-12Add vdoom() to fix ufs/ext2fs re-use of invalid vnode.Bob Beck
2024-07-07remove unused ufs_ihashlookup()Jonathan Gray
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