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