| Commit message (Expand) | Author | Age | Files | Lines |
* | struct vops is not modified during runtime so use const which moves each |  claudio | 2020-01-20 | 1 | -4/+4 |
* | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2018-02-10 | 1 | -2/+2 |
* | ext2fs only has one set of specops/fifoops |  natano | 2016-08-10 | 1 | -6/+2 |
* | better type safety and KNF. |  pelikan | 2014-07-14 | 1 | -71/+65 |
* | Zap a bunch of trailing whitespace. |  krw | 2014-05-27 | 1 | -2/+2 |
* | ufs_setattr() was assuming that the flag bits that indicate |  guenther | 2014-01-25 | 1 | -3/+2 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -3/+3 |
* | UFS does't do inode numbers >2^32, so use a smaller type internally, |  guenther | 2013-05-30 | 1 | -3/+3 |
* | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, |  guenther | 2013-03-28 | 1 | -1/+2 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -6/+6 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -6/+6 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -6/+6 |
* | Make the ffs code 64-bit disk block number clean. Based on a diff |  otto | 2008-01-05 | 1 | -3/+3 |
* | ufs1_daddr_t cleanup, okay thib@ deraadt@ |  pedro | 2007-06-02 | 1 | -6/+6 |
* | Make ext2fs use a memory pool to allocate inodes, okay tedu@ |  pedro | 2005-12-14 | 1 | -3/+3 |
* | inode/dinode separation for ext2fs |  pedro | 2005-12-11 | 1 | -1/+4 |
* | no point in having an inode pool if we don't use it |  pedro | 2005-07-28 | 1 | -2/+2 |
* | Add support for large files (> 4GB). |  niallo | 2005-04-30 | 1 | -1/+3 |
* | Change mode_t and nlink_t from 16bit to 32bit. This allows us to |  millert | 2004-07-13 | 1 | -3/+3 |
* | call fifo_reclaim here too |  tedu | 2004-03-02 | 1 | -1/+2 |
* | remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit. |  tedu | 2003-07-06 | 1 | -3/+1 |
* | 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 | -6/+6 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -4/+4 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -63/+63 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -5/+2 |
* | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. |  art | 2001-12-10 | 1 | -2/+2 |
* | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -2/+5 |
* | clean |  art | 2001-09-18 | 1 | -7/+6 |
* | Privatize several vnode operations that are not used by the generic code. |  csapuntz | 2001-06-23 | 1 | -7/+10 |
* | use void * consistently in vfs_mount and sys_mount. ok @art |  assar | 2001-02-20 | 1 | -2/+2 |
* | Support for ext2fs rev. 1 (from NetBSD) |  jasoni | 2000-04-26 | 1 | -1/+4 |
* | update to use new checkexp vfs operation |  assar | 2000-02-07 | 1 | -3/+4 |
* | Updates to match type changes in syscall tables |  tholo | 1998-02-08 | 1 | -3/+3 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -2/+3 |
* | Sync with NetBSD, mostly cosmetic. |  downsj | 1997-06-12 | 1 | -9/+9 |
* | Integrate new ext2fs, reverting ufs support for the old one. |  downsj | 1997-05-30 | 1 | -3/+3 |
* | Non-GPLd ext2fs code from Manuel, unmodified. |  downsj | 1997-05-30 | 1 | -0/+154 |