aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-261-51/+38
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make this compile without warnings after the Lite2 merge:Mike Pritchard1997-02-121-6/+5
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-14/+14
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't synchronously update the directory entry at the end of everyBruce Evans1996-12-251-2/+2
* MSDOS FS used to allocate a buffer before extending the VM object. InJohn Dyson1996-10-021-7/+9
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-191-2/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+15
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Added prototypes.Bruce Evans1995-12-031-1/+2
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedBruce Evans1995-11-131-14/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-40/+40
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-37/+74
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-101/+108
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").Bruce Evans1995-10-071-2/+3
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-1/+5
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() fromBruce Evans1995-08-251-2/+2
* Make sure that a non-null cookie vector is returned even if there were noDoug Rabson1995-08-031-1/+9
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-021-1/+2
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-2/+2
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-3/+3
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-16/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-27/+27
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-05-091-1/+10
* Fix link sys callAndrey A. Chernov1995-04-111-2/+4
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-3/+1
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingBruce Evans1994-12-271-16/+40
* Fix numerous timestamp bugs.Bruce Evans1994-12-121-14/+10
* Restore mv check, cause panic without itAndrey A. Chernov1994-11-291-3/+1
* Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.Jordan K. Hubbard1994-11-011-2/+3
* Set the EOF flag properly.Paul Traina1994-10-271-6/+6
* Fixed panic when unmounting floppy msdos filesystems. Problem wasMartin Renters1994-10-231-7/+30
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-281-37/+37
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-271-55/+67
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* Added msdosfs.Doug Rabson1994-09-191-0/+1933