summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_softdep.c
AgeCommit message (Expand)Author
2003-05-14remove the last of the MI commonsJason Wright
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-07-16Fix typo which prevents diagnostic test from working; enami@netbsd.orgTodd C. Miller
2002-07-12Change the locking on the mountpoint slightly. Instead of using mnt_lockArtur Grabowski
2002-06-08Remove this horror DIAGNOSTIC define. It was just ugly when itArtur Grabowski
2002-06-08Let this build when the internal DIAGNOSTIC define is removed.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-01-29process the delayed-free queue more often; chs@netbsd.orgTodd C. Miller
2002-01-25Move softdep sysctls from debug to vfs.ffs; art@ OKTodd C. Miller
2002-01-24sigh, nobody compiles before commit anymoreMichael Shalayeff
2002-01-23Convert to pool; based on changes NetBSDTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-05Make DEBUG not default, and make the default compileNiklas Hallqvist
2001-12-04FREE_LOCK_INTERLOCKED drops the lock owner without changing lock "state".Artur Grabowski
2001-11-28Bug fixes from NetBSD.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-13Add two controlled panics instead of some code that I need to write later.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-06-23Privatize several vnode operations that are not used by the generic code.Constantine Sapuntzakis
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