summaryrefslogtreecommitdiff
path: root/sys/msdosfs
AgeCommit message (Expand)Author
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-12-02Fix msdos filesystem read/write errors with large files, bug introducedDale Rahn
2001-11-28don't generate an error if setting the gid/uid doesn't actually changeJakob Schlyter
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-21VOP_UNLOCK + vrele does not alway == vputConstantine Sapuntzakis
2001-11-21Use vfs_mount_foreach_vnodeConstantine Sapuntzakis
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-23retreive -> retrieveAaron Campbell
2001-07-26remove unused support for creating files and directories fromassar
2001-06-27Remove old vm.Artur Grabowski
2001-06-23Get rid of several vnode operationsConstantine Sapuntzakis
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
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
2001-02-07fix debug case; from Mike Pechkin <mpech@prosoft.org.lv>Michael Shalayeff
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-06-07Avoid superfluous vrele in msdosfs_rename.Artur Grabowski
2000-03-15Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD.Aaron Campbell
2000-02-07update to use new checkexp vfs operationassar
1999-11-17There is no msdosfs_abortop. Remove prototype.Artur Grabowski
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-05-01do not count on BOOTSIG0 and BOOTSIG1 being in a msdos filesystem. NotTheo de Raadt
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-02-19Fix a bug where the root directory could look corrupted on FAT12.Artur Grabowski
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10honor MNT_NOATIME. from FreeBSDArtur Grabowski
1999-01-10make this compile with MSDOSFS_DEBUGArtur Grabowski
1999-01-10make this work with MSDOSFS_DEBUGArtur Grabowski
1999-01-08always initialize error in inactiveArtur Grabowski
1998-08-21Make tabbing better.Constantine Sapuntzakis
1998-08-21malloc can block so there was a race in this code which could cause twoConstantine Sapuntzakis
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-06-09the theTheo de Raadt
1998-05-02correct a fat32 write lockup; oki@yk.rim.or.jpTheo de Raadt
1998-04-17confusion over & and &&; cross@va.pubnix.comTheo de Raadt
1998-02-23GAS 2.8 + KNFNiklas Hallqvist
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1998-01-11FAT32 support from NetBSD by Wolfgang Solfrank.Niels Provos
1997-11-11Initialize the de_lock. some KNFNiklas Hallqvist
1997-11-10dont crash on update mounting.Niels Provos
1997-11-09Don't panic on sync, based on changes from ext2fs_vfsops.c and ffs_vfsops.cTodd C. Miller
1997-11-06Fixed minor bug in msdosfs_hashgetConstantine Sapuntzakis
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-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-04cleanup timestamp code for NT/Win95; khym@bga.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