summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/softdep.h
AgeCommit message (Expand)Author
2005-09-26bring in two changes from freebsd:Pedro Martelletto
2005-07-20Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c,Pedro Martelletto
2004-12-07prev softdep merge could lead to inode wait deadlock for unknown reasons.Ted Unangst
2004-05-07fatty softdep merge with freebsd. fixes a variety of possible issues.Ted Unangst
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-05-26fiddle with some type names. change most instances of ufs_daddr_t toTed Unangst
2001-02-21Latest soft updates from FreeBSD/Kirk McKusickConstantine Sapuntzakis
2001-02-10$OpenBSD$Federico G. Schwindt
1999-12-05Integrate the latest soft updates code.Artur Grabowski
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller