Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-20 | Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE. | kstailey | |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs | |
1997-03-02 | Add noatime option to not update atime on files in a filesystem (unless | Todd C. Miller | |
ctime or mtime has changed). Useful for laptops and news servers. | |||
1997-02-24 | OpenBSD tags | Niklas Hallqvist | |
1997-02-11 | Add fs_id support and random inode generation numbers for ffs. | Todd C. Miller | |
1996-11-05 | Patch from Kirk McKusick: | Thorsten Lockert | |
The following change eliminates an unnecessary synchronous write from the filesystem. When freeing an indirect block, there is no need to write it (synchronously, no less!) before tossing it. | |||
1996-06-27 | Moving some things around; struct inode still ends up bigger, though. | Jason Downs | |
This should, hopefully, be the last UFS changes required. | |||
1996-06-24 | ufs changes: add the notion of directory operators. | Jason Downs | |
gnu/ext2fs: add the second extended filesystem. Note that I'm commiting this now for the sake of the ufs changes; ext2fs is not yet fully integrated into the system. | |||
1996-05-22 | Change VOP_UPDATE() semantics: | Theo de Raadt | |
* Make 2nd and 3rd args timespecs, not timevals. * Consistently pass a Boolean as the 4th arg (except in LFS). Also, fix ffs_update() and lfs_update() to actually change the nsec fields. | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1995-12-21 | from netbsd: | Theo de Raadt | |
Fix from Lite-2: when reloading the file system, save fs_maxcluster and the old summary structure pointers, and recalculate cluster per cyl. grp. information. | |||
1995-11-06 | complete ufs -> ffs change (From John Kohl; PR #1403) | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |