summaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/denode.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r203822:Konstantin Belousov2010-02-201-3/+0
* - Hold a reference on the cdev a filesystem is mounted from in the mount.John Baldwin2009-02-271-1/+0
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-1/+0
* Remove some debugging code that, while useful, doesn't belong in the committedTom Rhodes2007-10-251-7/+0
* Fix some style bugs (some whitespace errors only).Bruce Evans2007-08-071-4/+4
* Add a 3rd entry in the cache, which keeps the end positionTom Rhodes2007-01-161-1/+10
* Replace slightly crummy fattime<->timespec conversion functions.Poul-Henning Kamp2006-10-241-5/+5
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* Give msdosfs a unique inode number which is really the byteoffset ofPoul-Henning Kamp2005-04-071-0/+1
* Use vfs_hash instead of home-rolling.Poul-Henning Kamp2005-03-141-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove the de_devvp and stop VREF'ing it for every vnode we create.Poul-Henning Kamp2004-12-021-1/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-1/+1
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andTim J. Robbins2004-09-081-3/+3
* Make msdosfs support the dirty flag in FAT16 and FAT32.Tom Rhodes2003-12-261-0/+1
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660John-Mark Gurney2003-06-241-1/+1
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-2/+2
* Remove __P.Alfred Perlstein2002-03-191-17/+17
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.Boris Popov2000-10-221-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Ensure that deHighClust in direntry always initialized.Dmitrij Tejblum1999-01-021-19/+29
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-211-2/+4
* Removed vestiges of pre-Lite2 locking.Bruce Evans1998-05-171-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-38/+76
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichPoul-Henning Kamp1997-10-171-2/+2
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-2/+2
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-261-5/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* bzero reserved field into directory entry, junk here causeAndrey A. Chernov1996-07-281-1/+2
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-2/+4
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-37/+1
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-021-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingBruce Evans1994-12-271-9/+9
* Fix numerous timestamp bugs.Bruce Evans1994-12-121-8/+11
* Added msdosfs.Doug Rabson1994-09-191-0/+267