| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 1 | -3/+3 |
| 2019-07-19 | getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 1 | -2/+2 |
| 2019-06-18 | Ensure the length passed to ffs_truncate() is within bounds before calling |  anton | 1 | -4/+5 |
| 2018-03-30 | Add sizes to some free() calls. |  dhill | 1 | -2/+2 |
| 2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. |  natano | 1 | -3/+3 |
| 2015-11-28 | move buffer size adjustment to buf_adjcnt - from Walter Neto |  beck | 1 | -2/+2 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 1 | -2/+1 |
| 2014-07-14 | revert free checks in here. this seems to be a bit too agressive at the |  beck | 1 | -2/+2 |
| 2014-07-13 | pass correct sizes to free() |  tedu | 1 | -2/+2 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -2/+2 |
| 2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 1 | -3/+1 |
| 2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a |  guenther | 1 | -5/+5 |
| 2014-03-19 | Pull in FreeBSD r37363 and r37887: |  guenther | 1 | -4/+7 |
| 2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate |  guenther | 1 | -35/+7 |
| 2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis |  tedu | 1 | -4/+3 |
| 2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use |  krw | 1 | -3/+2 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 1 | -9/+9 |
| 2013-04-22 | ffs2 blockcount is unsigned, so we must check for underflow beforehand. |  tedu | 1 | -3/+4 |
| 2013-01-16 | re-backout the infamous softdep diff - originally committed to get around |  beck | 1 | -20/+3 |
| 2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 1 | -2/+2 |
| 2011-08-16 | Put back the pedro diff for VOP_FSYNC of softdep when its |  thib | 1 | -3/+20 |
| 2011-08-03 | back out pedro diff for VOP_FSYNC of softdep when limit is reached. |  beck | 1 | -20/+3 |
| 2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 1 | -2/+2 |
| 2011-04-12 | Avoid kvm starvation due to softdeps waiting on too many mapped buffers, |  beck | 1 | -3/+20 |
| 2009-01-15 | Use proper *_ASSIGN() macros in assigments instead of abusing rvalue macros. |  grange | 1 | -2/+10 |
| 2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. |  deraadt | 1 | -1/+3 |
| 2008-06-11 | back out biomem diff since it is not right yet. Doing very large |  deraadt | 1 | -3/+1 |
| 2008-06-10 | Buffer cache revamp |  beck | 1 | -1/+3 |
| 2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff |  otto | 1 | -6/+6 |
| 2007-10-29 | MALLOC/FREE -> malloc/free |  chl | 1 | -3/+3 |
| 2007-09-23 | Move notatime check from ffs_update() to ffs_read() and ufs_setattr(). |  millert | 1 | -6/+1 |
| 2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ |  pedro | 1 | -7/+7 |
| 2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib |  deraadt | 1 | -7/+7 |
| 2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ |  pedro | 1 | -2/+2 |
| 2006-09-20 | Use void * where void * is meant, spotted by tedu@ |  pedro | 1 | -3/+3 |
| 2006-09-20 | Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 |  pedro | 1 | -14/+37 |
| 2006-04-05 | Teach ffs_update() how to update FFS2 inodes |  pedro | 1 | -3/+10 |
| 2006-04-05 | Make ffs_truncate() compatible with FFS2, from FreeBSD |  pedro | 1 | -19/+19 |
| 2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. |  pedro | 1 | -38/+56 |
| 2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. |  pedro | 1 | -5/+5 |
| 2005-11-09 | ANSI function declarations and deregister, only ffs_softdep left to go |  pedro | 1 | -13/+9 |
| 2005-11-09 | - Don't getnanotime() for read-only mountpoints or unmodified inodes, |  pedro | 1 | -8/+15 |
| 2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 1 | -2/+1 |
| 2004-06-24 | This moves access to wall and uptime variables in MI code, |  tholo | 1 | -4/+7 |
| 2003-11-19 | undo boolshit unapproved changes the author does not even care about to fix |  mickey | 1 | -2/+2 |
| 2003-11-19 | MALLOC is not meant for variable size allocations |  tedu | 1 | -2/+2 |
| 2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 1 | -6/+6 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2002-03-14 | First round of __P removal in sys |  millert | 1 | -3/+3 |
| 2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ |  drahn | 1 | -1/+2 |