Age | Commit message (Expand) | Author |
2006-07-27 | missing \n in ddb printf | Michael Shalayeff |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-06-28 | from freebsd 1.179: | Michael Shalayeff |
2006-06-21 | propagate the wait flag from fsync down to softdep_fsync_mountdev() | Michael Shalayeff |
2006-06-07 | from freebsd r1.185 (tested by beck@ and krw@; pedro@ ok): | Michael Shalayeff |
2006-01-03 | Add UFS2 softdep bits, okay tedu@ | Pedro Martelletto |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-14 | typo | Pedro Martelletto |
2005-10-25 | Correctly remove elements from a pagedep dirrem list. | Pedro Martelletto |
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 |