NetBSD/sys/ufs/ffs
ad a0d1fd8d0c It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 13:31:07 +00:00
..
ffs_alloc.c When allocating blocks, check minfree before asking kauth about 2007-07-16 14:26:08 +00:00
ffs_appleufs.c PR 33697: complete timecounter conversion 2006-06-11 09:26:04 +00:00
ffs_balloc.c remove redundant KASSERTs 2007-06-29 15:34:59 +00:00
ffs_bswap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_extern.h Change the VFS_MOUNT() interface so that the 'data' buffer passed to the 2007-07-12 19:35:32 +00:00
ffs_inode.c Move `struct dquot' and its supporting functions from quota.h to ufs_quota.c. 2007-07-10 09:50:07 +00:00
ffs_snapshot.c ffs_snapshot_mount: No persistent snapshots on an Apple UFS file system. 2007-07-12 09:30:04 +00:00
ffs_softdep.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
ffs_softdep.stub.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ffs_subr.c Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
ffs_tables.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_vfsops.c In sync, skip over vnodes based on if they are clean rather than 2007-07-20 16:46:43 +00:00
ffs_vnops.c In sync, skip over vnodes based on if they are clean rather than 2007-07-20 16:46:43 +00:00
fs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile
softdep.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00