summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/denode.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-1/+1
* Remove unused macros.kib2010-02-131-3/+0
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-271-1/+0
* Move the head of byte-level advisory lock list from thekib2008-04-161-1/+0
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-251-7/+0
* Fix some style bugs (some whitespace errors only).bde2007-08-071-4/+4
* Add a 3rd entry in the cache, which keeps the end positiontrhodes2007-01-161-1/+10
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-241-5/+5
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Give msdosfs a unique inode number which is really the byteoffset ofphk2005-04-071-0/+1
* Use vfs_hash instead of home-rolling.phk2005-03-141-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove the de_devvp and stop VREF'ing it for every vnode we create.phk2004-12-021-1/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andtjr2004-09-081-3/+3
* Make msdosfs support the dirty flag in FAT16 and FAT32.trhodes2003-12-261-0/+1
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-241-1/+1
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Remove __P.alfred2002-03-191-17/+17
* KSE Milestone 2julian2001-09-121-1/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-221-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Ensure that deHighClust in direntry always initialized.dt1999-01-021-19/+29
* Support NT VFAT lower case flags.dt1998-11-211-2/+4
* Removed vestiges of pre-Lite2 locking.bde1998-05-171-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-38/+76
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-2/+2
* Uncut&paste cache_lookup().phk1997-08-261-2/+2
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-261-5/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* bzero reserved field into directory entry, junk here causeache1996-07-281-1/+2
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-2/+4
* Second batch of cleanup changes.phk1995-10-291-37/+1
* Add support for the va_filerev attribute required by NFSv3.dfr1995-08-021-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingbde1994-12-271-9/+9
* Fix numerous timestamp bugs.bde1994-12-121-8/+11
* Added msdosfs.dfr1994-09-191-0/+267
OpenPOWER on IntegriCloud