Age | Commit message (Expand) | Author |
2014-07-14 | better type safety and KNF. | Martin Pelikan |
2014-05-27 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff | Otto Moerbeek |
2007-06-02 | ufs1_daddr_t cleanup, okay thib@ deraadt@ | Pedro Martelletto |
2005-12-14 | Make ext2fs use a memory pool to allocate inodes, okay tedu@ | Pedro Martelletto |
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto |
2005-07-28 | no point in having an inode pool if we don't use it | Pedro Martelletto |
2005-04-30 | Add support for large files (> 4GB). | Niall O'Higgins |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-03-02 | call fifo_reclaim here too | Ted Unangst |
2003-07-06 | remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit. | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-26 | fiddle with some type names. change most instances of ufs_daddr_t to | Ted Unangst |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-09-18 | clean | Artur Grabowski |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-04-26 | Support for ext2fs rev. 1 (from NetBSD) | jasoni |
2000-02-07 | update to use new checkexp vfs operation | assar |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-06-12 | Sync with NetBSD, mostly cosmetic. | Jason Downs |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs |
1997-05-30 | Non-GPLd ext2fs code from Manuel, unmodified. | Jason Downs |