aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix a bug where large msdos partitions were not handled correctly, alongTom Rhodes2002-09-121-1/+8
* Bump __FreeBSD_version to 440002 to account for the mount structureMatthew Dillon2001-11-041-0/+1
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-3/+3
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-2/+2
* MFC: free memory on module unloading.Boris Popov2000-07-081-1/+1
* MFC buffer cache cleanup, geteblk fix.Matthew Dillon2000-03-271-1/+3
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-271-67/+50
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+2
* It is possible that number of sectors specified in the BPBBoris Popov1999-12-281-5/+14
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+2
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-0/+2
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-201-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-10/+21
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-38/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* Back out half of 1.32: don't print a message on every failed mount attempt.Dmitrij Tejblum1999-03-281-3/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-5/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-2/+4
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* As described by the submitter:Mike Smith1998-05-061-2/+1
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.Dmitrij Tejblum1998-04-291-16/+19
* Add a missing LK_RETRY.Dmitrij Tejblum1998-04-151-5/+3
* Print explanation diagnostics when mount is impossibleAndrey A. Chernov1998-04-051-1/+5
* Deleted 1024bytes/sector floppy code for PC-98 arch. TheKATO Takenori1998-03-201-41/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-8/+11
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+2
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-231-3/+8
* Fix signatures of NEC's DOS formats.KATO Takenori1998-02-231-9/+9
* Oops, add missing bcopy of upper->lower tableAndrey A. Chernov1998-02-231-1/+3
* Implement loadable local<->unicode file names conversionAndrey A. Chernov1998-02-221-1/+3
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-302/+540
* Reviewed by: various.Julian Elischer1997-11-121-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+3
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismPeter Wemm1997-03-181-1/+3
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-261-20/+22