Age | Commit message (Expand) | Author |
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
2001-07-16 | Make truncating a device a no-op instead of returning an error. We can | Constantine Sapuntzakis |
2001-07-16 | Don't try to truncate anything except for symlinks, directories, and | Constantine Sapuntzakis |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-06-05 | make kqueue work on ext2fs | Niels Provos |
2001-05-24 | - fix pr 1548: Cannot set arbitrary atime/mtime on ext2fs volume | jasoni |
2001-04-06 | Free the right variable on error | Constantine Sapuntzakis |
2001-03-25 | Free the right variable. Thanks to Dawson and team. | Constantine Sapuntzakis |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-04-26 | Support for ext2fs rev. 1 (from NetBSD) | jasoni |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-08-17 | we're lucky that the return values from VOP_INACTIVE are ignored | Artur Grabowski |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-04-25 | Reading large file from ext2fs caused vm_fault; gluk@ecsc.mipt.ru | Todd C. Miller |
1999-02-26 | ext2fs is missing a LINK_MAX check too | Todd C. Miller |
1999-02-26 | add compatibility with uvm vnode pagers | Artur Grabowski |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-05-18 | The warnings shouldn't tell that this is ffs. It's confusing. | Artur Grabowski |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1998-01-12 | Free cookies correctly in case of error | Constantine Sapuntzakis |
1998-01-09 | Similar race in Ext2FS | Constantine Sapuntzakis |
1997-11-10 | fix foul up from last commit. | Niels Provos |
1997-11-09 | dont panic on sync, merge in changes from ffs_vfsops. | Niels Provos |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-07-03 | rm of dir returns EPERM; more careful about ..; netbsd | Theo de Raadt |
1997-06-20 | Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE. | kstailey |
1997-06-12 | slight fix. | Jason Downs |
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 |