Age | Commit message (Expand) | Author |
2005-06-19 | wrap a goto label in the proper #ifdef | Theo de Raadt |
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-28 | Disable the recently enabled optimization since it seems to cause a | Artur Grabowski |
2005-05-28 | ufs_whiteout() is now pointless, remove it, okay millert@ | Pedro Martelletto |
2005-05-24 | brelse() on failed bread() | Pedro Martelletto |
2005-05-23 | re-enable softdep notification of inode mode change, | Pedro Martelletto |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |
2005-05-02 | quadradically -> quadratically, lots of | Pedro Martelletto |
2005-04-30 | Add support for large files (> 4GB). | Niall O'Higgins |
2005-04-23 | pay attention to failed relookups, compensate for a reference lost in | Pedro Martelletto |
2005-03-06 | Use V_SAVE instead of hardcoding it, no binary change. | Pedro Martelletto |
2005-03-01 | Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). Solves | Aaron Campbell |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2005-02-17 | Remove dead code that has moved to ufs_vfsops.c long ago. | Pedro Martelletto |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
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 | backout missed by tedu: | Theo de Raadt |
2004-12-07 | prev softdep merge could lead to inode wait deadlock for unknown reasons. | Ted Unangst |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-06 | disable changing softdep linkcnt (last commit). it can cause a loop that | Ted Unangst |
2004-11-01 | english | Pedro Martelletto |
2004-10-25 | don't assume a block is allocated if bread() or cg_chkmagic() fails. | Pedro Martelletto |
2004-10-10 | inform softdep of inode mode change, from freebsd. while i'm at it, | Pedro Martelletto |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek |
2004-07-25 | more consistent handling of vnode recount during rename. | Ted Unangst |
2004-07-21 | I was wrong. The assymetry created by the proc argument to rw_enter_write | Artur Grabowski |
2004-07-14 | trailing '\n' in printf, ok deraadt@ | Pedro Martelletto |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-02 | printf inode numer as unsigned -- just the way it is | Michael Shalayeff |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-07 | fatty softdep merge with freebsd. fixes a variety of possible issues. | Ted Unangst |
2004-05-06 | Two missing ifdef FIFO; noticed by form@pdp-11.org.ru. | Alexander Yurchenko |
2004-04-16 | fix niklas's panic and pr3672 with freebsd rev 1.54 (don't trust DIRSIZ) | Ted Unangst |
2004-03-16 | re-add fbsd id so i can track this thing | Ted Unangst |
2004-03-02 | call fifo_reclaim here too | Ted Unangst |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst |
2004-02-16 | sync MACRO names with freebsd. | Ted Unangst |
2004-02-02 | gluk points out i missed tags | Ted Unangst |
2004-01-25 | vref device vnodes early, so we don't get mismatched vrele calls. | Ted Unangst |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2004-01-09 | back out vnode parents. weird breakge found in ports tree | Ted Unangst |
2004-01-07 | sysctls for dirhash variables. with a hint from miod. ok deraadt | Ted Unangst |
2004-01-07 | remove FreeBSD ifdef | Ted Unangst |