NetBSD/sys/ufs
christos 87fd18f8e5 s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
..
chfs s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +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 s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
mfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
ufs s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +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