NetBSD/sys/ufs/ffs
hannken 3db4e2acd8 Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
VOP_STRATEGY(bp) is replaced by one of two new functions:

- VOP_STRATEGY(vp, bp)  Call the strategy routine of vp for bp.
- DEV_STRATEGY(bp)      Call the d_strategy routine of bp->b_dev for bp.

DEV_STRATEGY(bp) is used only for block-to-block device situations.
2004-01-25 18:06:48 +00:00
..
ffs_alloc.c With large average filesizes, it was possible to overflow dirsize to zero, 2004-01-13 13:38:18 +00:00
ffs_appleufs.c explicitly pad struct appleufslabel and use __attribute__((__packed__)) 2004-01-02 06:57:46 +00:00
ffs_balloc.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_bswap.c remove incorrect XXX comments I introduced a couple of days ago 2003-12-31 19:33:13 +00:00
ffs_extern.h Split out softdep_flushworklist() from softdep_flushfiles() so that 2004-01-10 16:23:36 +00:00
ffs_inode.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
ffs_softdep.c Allow vfs_write_suspend() to wait if the file system is already 2004-01-10 17:16:38 +00:00
ffs_softdep.stub.c Split out softdep_flushworklist() from softdep_flushfiles() so that 2004-01-10 16:23:36 +00:00
ffs_subr.c Replace the traditional buffer memory management -- based on fixed per buffer 2003-12-30 12:33:13 +00:00
ffs_tables.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ffs_vfsops.c change the updating note to say you may need fsck_ffs -b 32 -c 4' 2004-01-12 16:19:19 +00:00
ffs_vnops.c Kernel portion of the fsync_range(2) system call. Written by Bill 2003-11-15 01:19:38 +00:00
fs.h reintroduce compatbility defines for 2004-01-03 19:18:17 +00:00
Makefile
softdep.h Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00