index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
/
ffs_softdep.c
Age
Commit message (
Expand
)
Author
2003-05-14
remove the last of the MI commons
Jason Wright
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-07-16
Fix typo which prevents diagnostic test from working; enami@netbsd.org
Todd C. Miller
2002-07-12
Change the locking on the mountpoint slightly. Instead of using mnt_lock
Artur Grabowski
2002-06-08
Remove this horror DIAGNOSTIC define. It was just ugly when it
Artur Grabowski
2002-06-08
Let this build when the internal DIAGNOSTIC define is removed.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-22
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Dale Rahn
2002-01-29
process the delayed-free queue more often; chs@netbsd.org
Todd C. Miller
2002-01-25
Move softdep sysctls from debug to vfs.ffs; art@ OK
Todd C. Miller
2002-01-24
sigh, nobody compiles before commit anymore
Michael Shalayeff
2002-01-23
Convert to pool; based on changes NetBSD
Todd C. Miller
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-12-05
Make DEBUG not default, and make the default compile
Niklas Hallqvist
2001-12-04
FREE_LOCK_INTERLOCKED drops the lock owner without changing lock "state".
Artur Grabowski
2001-11-28
Bug fixes from NetBSD.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-13
Add two controlled panics instead of some code that I need to write later.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-23
Privatize several vnode operations that are not used by the generic code.
Constantine Sapuntzakis
2001-04-06
Change softdep_count_dependencies interface so that it may be called
Grigoriy Orlov
2001-04-04
Add "softdep" option to mount. Update from rw/async to softdep
Grigoriy Orlov
2001-03-08
Be more careful about who we treat as the syncer.
Artur Grabowski
2001-03-04
Better diagnostics for locking errors. Fix panic before panic in
Constantine Sapuntzakis
2001-03-04
Fix use of timeouts. Thanks to Grigoriy Orlov (gluk)
Constantine Sapuntzakis
2001-02-27
Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes
Constantine Sapuntzakis
2001-02-26
Move #define STATIC
Constantine Sapuntzakis
2001-02-26
Fix a couple panics caused by not freeing locks at the right times.
Constantine Sapuntzakis
2001-02-24
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Constantine Sapuntzakis
2001-02-23
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2001-02-10
$OpenBSD$
Federico G. Schwindt
2000-06-26
Instead of using an ugly hack with timeouts to wake up the process
Artur Grabowski
2000-03-04
Cut the number of dependencies to reduce problems on low-memory machines.
Artur Grabowski
1999-12-05
Integrate the latest soft updates code.
Artur Grabowski
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1998-11-12
Integrate latest soft updates patches for McKusick.
Constantine Sapuntzakis
1998-08-29
Integrate changes from Kirk McKusick
Constantine Sapuntzakis
1998-03-15
Make machine word size a factor in max_softdeps. Keeps alpha from
Todd C. Miller
1998-03-15
Add Kirk McKusick's soft update code. This is an implementation of:
Todd C. Miller
1997-11-07
$OpenBSD$
Niklas Hallqvist
1997-11-06
FFS softdep stub
Constantine Sapuntzakis