summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_vfsops.c
AgeCommit message (Expand)Author
2004-01-20some pieces of ufs2. help testing otto sturmTed Unangst
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-07-06reset inode fields if deleted, prevents a panic after deleting a device.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-26fiddle with some type names. change most instances of ufs_daddr_t toTed Unangst
2002-07-29Fix two off-by-one errors when sanity-checking inode numbers. InFederico G. Schwindt
2002-07-28optionnal -> optional.Federico G. Schwindt
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-21Use vfs_mount_foreach_vnodeConstantine Sapuntzakis
2001-09-18move ext2fs_init to where it belongs.Artur Grabowski
2001-03-04These file systems don't do softudpates.Constantine Sapuntzakis
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
2000-02-07update to use new checkexp vfs operationassar
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
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-06-20Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE.kstailey
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