freebsd-dev/sys/fs
Poul-Henning Kamp 5d9d81e7ea Put the I/O block size in bufobj->bo_bsize.
We keep si_bsize_phys around for now as that is the simplest way to pull
the number out of disk device drivers in devfs_open().  The correct solution
would be to do an ioctl(DIOCGSECTORSIZE), but the point is probably mooth
when filesystems sit on GEOM, so don't bother for now.
2004-10-26 07:39:12 +00:00
..
cd9660 Hold proper thread count while frobbing drivers ioctl. 2004-09-24 07:24:02 +00:00
coda Do not use devsw() but si_devsw direction. This is still bogus but a 2004-09-23 12:19:24 +00:00
deadfs
devfs Put the I/O block size in bufobj->bo_bsize. 2004-10-26 07:39:12 +00:00
fdescfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
fifofs Add locking to the kqueue subsystem. This also makes the kqueue subsystem 2004-08-15 06:24:42 +00:00
hpfs Use bufdone(), not biodone(). 2004-08-08 13:20:43 +00:00
msdosfs Loose the v_dirty* and v_clean* alias macros. 2004-10-25 09:14:03 +00:00
ntfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
nullfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
nwfs Remove unused B_WRITEINPROG flag 2004-09-15 21:49:22 +00:00
portalfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
procfs Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
pseudofs Back out pseudo_vnops.c:1.45, which was a workaround for pfind() 2004-09-02 16:04:09 +00:00
smbfs Remove unused B_WRITEINPROG flag 2004-09-15 21:49:22 +00:00
udf Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
umapfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
unionfs Minor Bug fix. Some file was not translated. 2004-10-05 16:53:37 +00:00