tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
ufs
/
ffs
/
at
master
12 files
ffs_alloc.c
spelling
5 years ago
ffs_balloc.c
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
6 years ago
ffs_extern.h
struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@
6 years ago
ffs_inode.c
Add vnode parameter to VOP_STRATEGY()
4 years ago
ffs_softdep.c
Introduce a global vnode_mtx and use it to make vn_lock() safe to be called without the KERNEL_LOCK. This moves VXLOCK and VXWANT to a mutex protected v_lflag field and also v_lockcount is protected by this mutex.
5 years ago
ffs_softdep_stub.c
final removal of daddr64_t. daddr_t has been 64 bit for a long enough test period; i think 3 years ago the last bugs fell out. ok otto beck others
13 years ago
ffs_subr.c
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop (both kernel and userland bits)
4 years ago
ffs_tables.c
correctify NULL 0 confusion
14 years ago
ffs_vfsops.c
Put more struct vnode fields under splbio().
3 years ago
ffs_vnops.c
Remove unused VOP_POLL().
3 years ago
fs.h
spelling ok jmc@
4 years ago
softdep.h
Store the size of dinode contents union.
8 years ago