freebsd-dev/sys/fs/cd9660
David Greenman 74ae43213c Moved the fsnode MALLOC to before the call to getnewvnode() so that the
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.
1996-06-12 03:36:23 +00:00
..
cd9660_bmap.c Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
cd9660_lookup.c Fix isoilk hang caused by not checking for read-onlyness in several places. 1995-11-12 10:16:53 +00:00
cd9660_mount.h Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00
cd9660_node.c Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:36:23 +00:00
cd9660_node.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
cd9660_rrip.c Added prototypes. 1995-12-03 17:14:38 +00:00
cd9660_rrip.h Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
cd9660_util.c There is a small bug in the cd9660 code that prevents stating of 1995-07-16 10:20:56 +00:00
cd9660_vfsops.c Make a lot of stuff static. 1995-10-31 12:13:49 +00:00
cd9660_vnops.c First pass at cleaning up macros relating to pages, clusters and all that. 1996-05-02 10:43:17 +00:00
iso_rrip.h Added $Id$ 1994-08-02 07:55:43 +00:00
iso.h Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
TODO Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
TODO.hibler Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00