| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 1 | -2/+2 |
* | Remove unused "struct proc *" argument from the following functions: |  mpi | 2020-02-27 | 1 | -3/+2 |
* | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 2019-07-25 | 1 | -2/+2 |
* | getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 2019-07-19 | 1 | -2/+2 |
* | Add more verbose messages about unsupported ext2fs features. |  kevlo | 2019-07-01 | 1 | -3/+3 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | Move mnt_maxsymlink from struct mount to struct ufsmount. |  natano | 2016-02-27 | 1 | -5/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | use proper on-disk inode size: no more, no less. |  pelikan | 2014-07-31 | 1 | -2/+2 |
* | kill fs2hXX/h2fsXX macros with letohXX/htoleXX |  pelikan | 2014-07-13 | 1 | -5/+5 |
* | fill in proper sizes in free(9) |  pelikan | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | determine and use maximum file size instead of magical constants |  pelikan | 2014-07-11 | 1 | -2/+2 |
* | updated inode format, whitespace, re-formatting |  pelikan | 2014-07-11 | 1 | -28/+25 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | Zap a bunch of trailing whitespace. |  krw | 2014-05-27 | 1 | -5/+5 |
* | ufs_setattr() was assuming that the flag bits that indicate |  guenther | 2014-01-25 | 1 | -13/+8 |
* | replace old bcopy/bzero with standard functions. ok kettenis |  tedu | 2013-12-12 | 1 | -10/+9 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -2/+2 |
* | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 2011-07-04 | 1 | -2/+2 |
* | fancy new ext2fs can have big inodes. we can possibly still read them |  tedu | 2008-11-23 | 1 | -2/+2 |
* | Bring biomem diff back into the tree after the nfs_bio.c fix went in. |  deraadt | 2008-06-12 | 1 | -1/+3 |
* | back out biomem diff since it is not right yet. Doing very large |  deraadt | 2008-06-11 | 1 | -3/+1 |
* | Buffer cache revamp |  beck | 2008-06-10 | 1 | -1/+3 |
* | MALLOC/FREE -> malloc/free |  chl | 2007-10-29 | 1 | -3/+3 |
* | ansify/de-register. |  jasper | 2007-06-17 | 1 | -9/+3 |
* | ufs1_daddr_t cleanup, okay thib@ deraadt@ |  pedro | 2007-06-02 | 1 | -13/+13 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -5/+2 |
* | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ |  pedro | 2007-05-26 | 1 | -3/+3 |
* | Remove the simplelock argument from vrecycle(); |  thib | 2007-04-11 | 1 | -2/+2 |
* | Under certain circumstances, ext2fs_inactive() can be called without a |  pedro | 2006-06-18 | 1 | -3/+3 |
* | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. |  pedro | 2006-01-09 | 1 | -2/+5 |
* | A sanity check for an unsigned variable being < 0 after a subtraction |  krw | 2005-12-15 | 1 | -3/+4 |
* | inode/dinode separation for ext2fs |  pedro | 2005-12-11 | 1 | -3/+3 |
* | Use part of the reserved space on the disk inode to scatter 16 more bits |  pedro | 2005-10-06 | 1 | -1/+12 |
* | KNF |  pedro | 2005-08-14 | 1 | -5/+6 |
* | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 2005-07-03 | 1 | -2/+1 |
* | Add support for large files (> 4GB). |  niallo | 2005-04-30 | 1 | -12/+55 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -3/+3 |
* | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 2003-08-25 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | fiddle with some type names. change most instances of ufs_daddr_t to |  tedu | 2003-05-26 | 1 | -13/+13 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
* | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ |  drahn | 2002-02-22 | 1 | -1/+2 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -15/+43 |
* | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -43/+15 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | move ext2fs_init to where it belongs. |  art | 2001-09-18 | 1 | -8/+1 |
* | More of cleanups, reliability and endianness fixes from NetBSD. |  art | 2001-09-18 | 1 | -45/+52 |