Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-24 | protect biodone with splbio | Artur Grabowski | |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie | |
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert... | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski | |
- get rid of VOP_BALLOCN and VOP_SIZE - move the generic getpages and putpages into miscfs/genfs - create a genfs_node which must be added to the top of the private portion of each vnode for filsystems that want to use genfs_{get,put}pages - rename genfs_mmap to vop_generic_mmap | |||
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski | |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski | |
the filesystem if we're allowed to mmap the file. | |||
2001-12-02 | Fix msdos filesystem read/write errors with large files, bug introduced | Dale Rahn | |
with UBC. part of fix from csapuntz@. ok art@ | |||
2001-11-28 | don't generate an error if setting the gid/uid doesn't actually change | Jakob Schlyter | |
the gid/uid. among other things, this eliminates tons of warnings when unpacking a tar file in an msdos fs. from NetBSD. ok millert@, fgs@. | |||
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski | |
code is written mostly by Chuck Silvers <chuq@chuq.com>/<chs@netbsd.org>. Tested for the past few weeks by many developers, should be in a pretty stable state, but will require optimizations and additional cleanups. | |||
2001-11-21 | VOP_UNLOCK + vrele does not alway == vput | Constantine Sapuntzakis | |
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-08-23 | retreive -> retrieve | Aaron Campbell | |
2001-07-26 | remove unused support for creating files and directories from | assar | |
msdosfs_mknod. ok'd by art | |||
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-06-23 | Get rid of several vnode operations | Constantine Sapuntzakis | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
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 | |
file system inode instead | |||
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar | |
2001-02-07 | fix debug case; from Mike Pechkin <mpech@prosoft.org.lv> | Michael Shalayeff | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-06-07 | Avoid superfluous vrele in msdosfs_rename. | Artur Grabowski | |
fixes 1249. From gluk@ptci.ru | |||
2000-03-15 | Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD. | Aaron Campbell | |
2000-02-07 | update to use new checkexp vfs operation | assar | |
1999-11-17 | There is no msdosfs_abortop. Remove prototype. | Artur Grabowski | |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller | |
fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag. | |||
1999-05-01 | do not count on BOOTSIG0 and BOOTSIG1 being in a msdos filesystem. Not | Theo de Raadt | |
all filesystems need to contain those; mark@nfr.net | |||
1999-04-28 | zap the newhashinit hack. | Artur Grabowski | |
Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit. | |||
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-19 | Fix a bug where the root directory could look corrupted on FAT12. | Artur Grabowski | |
I'm not sure if this fix is correct but: some comments in the code say that it should be done this way, it fixes the particular problem, it doesn't break anything else, noone who got the diff complained (in two months). | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-10 | honor MNT_NOATIME. from FreeBSD | Artur Grabowski | |
1999-01-10 | make this compile with MSDOSFS_DEBUG | Artur Grabowski | |
1999-01-10 | make this work with MSDOSFS_DEBUG | Artur Grabowski | |
1999-01-08 | always initialize error in inactive | Artur Grabowski | |
1998-08-21 | Make tabbing better. | Constantine Sapuntzakis | |
1998-08-21 | malloc can block so there was a race in this code which could cause two | Constantine Sapuntzakis | |
vnodes to be created for a given file. | |||
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis | |
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). | |||
1998-06-09 | the the | Theo de Raadt | |
1998-05-02 | correct a fat32 write lockup; oki@yk.rim.or.jp | Theo de Raadt | |
1998-04-17 | confusion over & and &&; cross@va.pubnix.com | Theo de Raadt | |
1998-02-23 | GAS 2.8 + KNF | Niklas Hallqvist | |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert | |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos | |
1997-11-11 | Initialize the de_lock. some KNF | Niklas Hallqvist | |
1997-11-10 | dont crash on update mounting. | Niels Provos | |
1997-11-09 | Don't panic on sync, based on changes from ext2fs_vfsops.c and ffs_vfsops.c | Todd C. Miller | |
1997-11-06 | Fixed minor bug in msdosfs_hashget | Constantine Sapuntzakis | |