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
2005-09-26
bring in two changes from freebsd:
Pedro Martelletto
2005-09-06
Enforce splbio() while traversing the worklist in
Pedro Martelletto
2005-08-08
Add a few splassert() checks, okay art@
Pedro Martelletto
2005-07-20
Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c,
Pedro Martelletto
2005-07-03
Extended Attributes was a piece to get to ACLs, however ACLs have not
Dale Rahn
2005-06-18
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
Todd C. Miller
2005-06-10
Tweak softdep_change_linkcnt() so we can specify whether we're willing
Pedro Martelletto
2005-05-24
brelse() on failed bread()
Pedro Martelletto
2004-12-09
When removing the last item from a non-empty worklist, the worklist
Todd C. Miller
2004-12-08
Move a FREE_LOCK until after a potential continue so we don't try
Todd C. Miller
2004-12-07
prev softdep merge could lead to inode wait deadlock for unknown reasons.
Ted Unangst
2004-07-13
Change mode_t and nlink_t from 16bit to 32bit. This allows us to
Todd C. Miller
2004-06-24
This moves access to wall and uptime variables in MI code,
Thorsten Lockert
2004-05-07
fatty softdep merge with freebsd. fixes a variety of possible issues.
Ted Unangst
2004-01-20
some pieces of ufs2. help testing otto sturm
Ted Unangst
2003-11-19
undo boolshit unapproved changes the author does not even care about to fix
Michael Shalayeff
2003-11-19
MALLOC is not meant for variable size allocations
Ted Unangst
2003-08-25
rename struct dinode to ufs1_dinode. clears the namespace and makes
Ted Unangst
2003-08-02
newline at end of printf
Ted Unangst
2003-05-26
fiddle with some type names. change most instances of ufs_daddr_t to
Ted Unangst
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
[next]