NetBSD/sys/ufs/ffs
bouyer b9440228c5 If the WAPBL journal can't be read (ffs_wapbl_replay_start() fails),
mount the filesystem anyway if MNT_FORCE is present.
This allows to still boot single-user a system with a corrupted
WAPBL on /, and so get a chance to run fsck to fix it.
http://mail-index.netbsd.org/tech-kern/2009/08/17/msg005896.html
and followups.
2009-09-13 14:30:21 +00:00
..
Makefile
ffs_alloc.c Introduce several actions/requests for authorizing file-system related 2009-05-07 19:26:08 +00:00
ffs_appleufs.c PR 33697: complete timecounter conversion 2006-06-11 09:26:04 +00:00
ffs_balloc.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_bswap.c fix -Wsign-compare issues 2009-01-18 11:56:51 +00:00
ffs_extern.h PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_inode.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_snapshot.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
ffs_subr.c ufs/ffs: replace calls to getblk() with ffs_getblk(). Now all buffers 2008-06-03 09:47:49 +00:00
ffs_tables.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_vfsops.c If the WAPBL journal can't be read (ffs_wapbl_replay_start() fails), 2009-09-13 14:30:21 +00:00
ffs_vnops.c fsync: 2009-03-29 10:29:00 +00:00
ffs_wapbl.c Allow tunefs to clear any type of WAPBL log, not only in-filesystem 2009-09-13 14:13:23 +00:00
fs.h +/* 2009-06-28 09:26:18 +00:00