Age | Commit message (Expand) | Author |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-07-11 | Bring back the change in rev 1.70, it is safe now: | Todd C. Miller |
2007-06-01 | Nuke 'ufs_lbn_t', okay otto@ deraadt@ krw@ beck@ | Pedro Martelletto |
2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ | Pedro Martelletto |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt |
2007-05-27 | use struct csum_total for superblock summary info; ok pedro@ | Otto Moerbeek |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-04-15 | Save block pointers contents before releasing interrupts so that panic | Pedro Martelletto |
2007-04-04 | Back out revision 1.70. By asynchronously writing the bitmaps to disk | Pedro Martelletto |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-04 | Correctly fake dinode for the FFS2 case in handle_workitem_freeblocks() | Pedro Martelletto |
2007-01-17 | more ufs2 leftovers | Pedro Martelletto |
2007-01-15 | Fix splbio() in initiate_write_inodeblock_ufs2() | Pedro Martelletto |
2007-01-15 | UFS2 -> FFS2 | Pedro Martelletto |
2006-11-07 | a fix derived from freebsd 1.196 revision. | Michael Shalayeff |
2006-10-20 | from freebsd rev1.128: | Michael Shalayeff |
2006-10-19 | one more missing brelse() on bread() error; pedro@ ok | Michael Shalayeff |
2006-09-30 | simply getdirtybuf to take a plain buf* as there is no need otherwise; no fun... | Michael Shalayeff |
2006-09-26 | accidental extra %s in ddb printf | Michael Shalayeff |
2006-09-26 | fix races w/ getdirtybuf() usage that can violate normal | Michael Shalayeff |
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 |