NetBSD/sys/ufs
ozaki-r a208e7b3be Remove unnecessary assertions
KASSERT(!rw_lock_held()) just before rw_destroy() is useless because
rw_destroy does more strict check and provides better information on
failure.
2018-02-07 08:50:13 +00:00
..
chfs Remove unnecessary assertions 2018-02-07 08:50:13 +00:00
ext2fs kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo)) 2017-07-30 14:23:54 +00:00
ffs Prevent use-after-free where genfs_node_destroy() would destroy 2018-01-28 10:02:00 +00:00
lfs Update the kernhist(9) kernel history code to address issues identified 2017-10-28 00:37:11 +00:00
mfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
ufs Make sure inode blocks and size are zero when VOP_INACTIVE() 2018-01-28 10:01:18 +00:00
Makefile
files.ufs add support for extended attributes in ext2fs for ext3/ext4; read-only for now 2016-08-12 19:04:03 +00:00