summaryrefslogtreecommitdiff
path: root/sys/ufs
AgeCommit message (Expand)Author
1997-11-11Make sure the clean bits are set correctly.Constantine Sapuntzakis
1997-11-10fix foul up from last commit.Niels Provos
1997-11-09typoTodd C. Miller
1997-11-09Include stub decl for struct vop_vfree_args to avoid copiler warnings.Todd C. Miller
1997-11-09dont panic on sync, merge in changes from ffs_vfsops.Niels Provos
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-06Small fix to compile with DEBUGConstantine Sapuntzakis
1997-11-06FFS softdep stubConstantine Sapuntzakis
1997-11-06fix warning about unused variablekstailey
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06warning: unused variable "error"kstailey
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-07-22range error fix; mckusick@McKusick.COMTheo de Raadt
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-30Put in compatibility defines for FFS member names, #ifndef _KERNEL.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
1997-03-02Add noatime option to not update atime on files in a filesystem (unlessTodd C. Miller
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-11Add fs_id support and random inode generation numbers for ffs.Todd C. Miller
1996-11-12comment typoMichael Shalayeff
1996-11-05Patch from Kirk McKusick:Thorsten Lockert
1996-11-04Redo access time change; it should be updated on a read of 0 bytes whenThorsten Lockert
1996-10-29Do not update access time if no bytes were readThorsten Lockert
1996-10-27Correct error return for link(2) to directoriesThorsten Lockert
1996-10-18-Wall happienessMichael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-08-31Cleanup execPer Fogelstrom
1996-07-21Ensure we never use more than one callout table slotThorsten Lockert
1996-07-13cleanupJason Downs
1996-07-01fix padding for struct lfs, formating fix.Jason Downs
1996-07-01New LFS, based on Lite2. Still being worked on.Jason Downs
1996-07-01dinode.h: protect from multiple inclusion.Jason Downs
1996-06-27Moving some things around; struct inode still ends up bigger, though.Jason Downs
1996-06-24ufs_dirops only needed when compiling with _KERNELThorsten Lockert
1996-06-24ufs: sorry, one more pointer in struct inode.Jason Downs
1996-06-24ufs changes: add the notion of directory operators.Jason Downs
1996-06-14Keep dirty list used by in-kernel update(8) in sync with buffersThorsten Lockert
1996-06-11Kernel-implementation of update(8) my meThorsten Lockert
1996-05-22Change VOP_UPDATE() semantics:Theo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1996-02-27Remove CVS conflicts that got in by mistake in my last checkinNiklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist