NetBSD/sbin/fsck_lfs
ad 59fcf21389 PR kern/26878 FFSv2 + softdep = livelock (no free ram)
PR kern/16942 panic with softdep and quotas
PR kern/19565 panic: softdep_write_inodeblock: indirect pointer #1 mismatch
PR kern/26274 softdep panic: allocdirect_merge: ...
PR kern/26374 Long delay before non-root users can write to softdep partitions
PR kern/28621 1.6.x "vp != NULL" panic in ffs_softdep.c:4653 while unmounting a softdep (+quota) filesystem
PR kern/29513 FFS+Softdep panic with unfsck-able file-corruption
PR kern/31544 The ffs softdep code appears to fail to write dirty bits to disk
PR kern/31981 stopping scsi disk can cause panic (softdep)
PR kern/32116 kernel panic in softdep (assertion failure)
PR kern/32532 softdep_trackbufs deadlock
PR kern/37191 softdep: locking against myself
PR kern/40474 Kernel panic after remounting raid root with softdep

Retire softdep, pass 2. As discussed and later formally announced on the
mailing lists.
2009-02-22 20:28:05 +00:00
..
bufcache.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
bufcache.h Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
dir.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
extern.h constify 2005-06-27 02:48:28 +00:00
fsck_lfs.8 Disable userid to username lookups by default. Add a -U flag to perform them. 2008-10-09 16:56:23 +00:00
fsck_vars.h Several fixes to improve the reliability of the roll-forward agent. 2006-09-01 19:52:48 +00:00
fsck.h Disable userid to username lookups by default. Add a -U flag to perform them. 2008-10-09 16:56:23 +00:00
inode.c Disable userid to username lookups by default. Add a -U flag to perform them. 2008-10-09 16:56:23 +00:00
lfs_user.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
lfs.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
main.c Don't use unicode in usage. 2008-10-12 20:49:43 +00:00
Makefile Make it build with src/sys from the vmlocking2 branch. 2007-12-28 21:44:32 +00:00
pass0.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pass1.c Give brelse() a second argument so that it matches the kernel. 2007-10-08 21:39:49 +00:00
pass2.c Fix malloc/realloc/calloc issues: always check and exit, use EEXIT instead 2006-11-09 19:36:36 +00:00
pass3.c Several fixes to improve the reliability of the roll-forward agent. 2006-09-01 19:52:48 +00:00
pass4.c Fix malloc/realloc/calloc issues: always check and exit, use EEXIT instead 2006-11-09 19:36:36 +00:00
pass5.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pass6.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
segwrite.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
segwrite.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
setup.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
utilities.c Make sure that the exit values are always sane, and use symbolic instead 2008-02-23 21:41:47 +00:00
vars.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vnode.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vnode.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00