index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
Age
Commit message (
Expand
)
Author
2024-09-04
Work around vnode reuse bug resulting in a panic: vop_generic_badop
Bob Beck
2024-09-04
Fix some spelling.
Marcus Glocker
2024-07-15
Add ext4 field definitions. Taken from NetBSD, with some cosmetic
Martijn van Duren
2024-07-13
Revert the vdoom change, while it prevents the crashes on joel's go
Bob Beck
2024-07-12
Add vdoom() to fix ufs/ext2fs re-use of invalid vnode.
Bob Beck
2024-07-07
remove unused ufs_ihashlookup()
Jonathan Gray
2024-06-07
remove unused ROOTNAME define and part of a comment
Jonathan Gray
2024-05-13
vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part
Sebastien Marie
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-12
remove ufs_hashlock extern for var we never had
Jonathan Gray
2024-05-05
remove unused 0-sized softdep files
Jonathan Gray
2024-04-16
Call bufq_destroy() in mfs_reclaim() before freeing the mfsnode.
Claudio Jeker
2024-04-13
correct indentation
Jonathan Gray
2024-04-13
Readd FFS_MAX_SOFTDEPS define
Jeremie Courreges-Anglas
2024-04-13
Zap unused sd_* softdep sysctl names
Jeremie Courreges-Anglas
2024-04-11
Fix previous: it should not have removed the "max_softdeps" entry
Otto Moerbeek
2024-03-25
Move the "no (hard) linking directories" and "no cross-mount links"
Philip Guenther
2024-02-03
Remove Softdep.
Bob Beck
2024-01-19
ugly whitespace
Theo de Raadt
2024-01-09
Delete support for FFS filesystems before the in-inode symlink
Philip Guenther
2023-09-08
Remove the remnants of the leftover selinfo from vnode(9) layer. Just
Vitaliy Makkoveev
2023-07-05
Make softdep mounts a no-op
Bob Beck
2023-04-14
Use designated initializer for ffs_vtbl.
Moritz Buhl
2023-04-11
fix double words in comments
Jonathan Gray
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-08-12
Put more struct vnode fields under splbio().
Visa Hankala
2022-06-26
Remove unused VOP_POLL().
Visa Hankala
2022-02-14
Introduce a signal context that is used to pass signal related information
Claudio Jeker
2022-01-11
spelling
Jonathan Gray
2021-12-12
Use vnode parameter instead of vfinddev() in mfs_strategy()
Visa Hankala
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-12-11
Clarify usage of __EV_POLL and __EV_SELECT
Visa Hankala
2021-10-20
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: do not manipulate vnode lock directly
Sebastien Marie
2021-10-15
vnode: remove vop_generic_{,is,un}lock stub functions
Sebastien Marie
2021-10-08
curproc can't be NULL here. So simplify code accordingly.
Claudio Jeker
2021-10-05
For now the signal returned in cursig() is only set in p_siglist.
Claudio Jeker
2021-10-04
Use the fact the vnodes are locked when operations are inflight.
Claudio Jeker
2021-10-02
vfs: merge *_badop to vop_generic_badop
Sebastien Marie
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-05-01
Update the remaining SYSCTL_INT_READONLY cases
gnezdo
2021-04-28
Introduce a global vnode_mtx and use it to make vn_lock() safe to be called
Claudio Jeker
2021-03-24
cd9660, mfs: do not hide generic vop functions behind #define
Sebastien Marie
2021-03-24
make some `struct vops' members explicitly NULL instead of implicitly NULL
Sebastien Marie
2021-03-11
spelling
Jonathan Gray
2021-03-05
ansi
Jonathan Gray
2021-03-04
Merge issignal() and CURSIG() in preparation for turning it mp-safe.
Martin Pieuchot
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-11-07
Convert ffs_sysctl to sysctl_bounded_args
gnezdo
[next]