summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_softdep.c
AgeCommit message (Expand)Author
2001-04-06Change softdep_count_dependencies interface so that it may be calledGrigoriy Orlov
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepGrigoriy Orlov
2001-03-08Be more careful about who we treat as the syncer.Artur Grabowski
2001-03-04Better diagnostics for locking errors. Fix panic before panic inConstantine Sapuntzakis
2001-03-04Fix use of timeouts. Thanks to Grigoriy Orlov (gluk)Constantine Sapuntzakis
2001-02-27Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processesConstantine Sapuntzakis
2001-02-26Move #define STATICConstantine Sapuntzakis
2001-02-26Fix a couple panics caused by not freeing locks at the right times.Constantine Sapuntzakis
2001-02-24Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.Constantine Sapuntzakis
2001-02-23Change the B_DELWRI flag using buf_dirty and buf_undirty instead ofConstantine Sapuntzakis
2001-02-21Latest soft updates from FreeBSD/Kirk McKusickConstantine Sapuntzakis
2001-02-10$OpenBSD$Federico G. Schwindt
2000-06-26Instead of using an ugly hack with timeouts to wake up the processArtur Grabowski
2000-03-04Cut the number of dependencies to reduce problems on low-memory machines.Artur Grabowski
1999-12-05Integrate the latest soft updates code.Artur Grabowski
1999-04-28zap the newhashinit hack.Artur Grabowski
1998-11-12Integrate latest soft updates patches for McKusick.Constantine Sapuntzakis
1998-08-29Integrate changes from Kirk McKusickConstantine Sapuntzakis
1998-03-15Make machine word size a factor in max_softdeps. Keeps alpha fromTodd C. Miller
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-06FFS softdep stubConstantine Sapuntzakis