summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-191-3/+9
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsbde2007-08-311-9/+9
* Remove unused include(s).bde2007-08-071-3/+3
* Remove unused include(s).bde2007-08-071-1/+0
* Do not assume that `char direntry::deExtension[3]' starts right afterfjoe2006-01-221-2/+2
* Disable negative name caching for msdosfs to work around a bug.das2005-04-161-0/+7
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-29/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Merge from NetBSD:tjr2004-09-081-3/+18
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-23/+20
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* KSE Milestone 2julian2001-09-121-11/+11
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-221-8/+22
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* move <sys/systm.h> before <sys/buf.h>peter1999-07-011-2/+2
* Now empty DOS filesystems default to long file names. Non-empty filesystemsdt1999-01-021-5/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+1
* Remove unused variable.dt1998-09-131-3/+1
* Fix priority bug in previous commit.dt1998-05-181-2/+2
* Fix support for pre-Win95 filesystems: Make it possible to lookup justdt1998-05-171-2/+11
* Fix off by ane error in previous commit.dt1998-05-091-2/+2
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-261-3/+5
* Back out "always view in lowercase" partache1998-02-241-2/+2
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-9/+13
* Implement loadable upper->lower local conversion tableache1998-02-231-2/+4
* Reduce new arguments number added in my changesache1998-02-221-5/+5
* Add Unicode support to winChkName, now lookup works!ache1998-02-221-2/+4
* Implement loadable local<->unicode file names conversionache1998-02-221-2/+5
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-272/+606
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-101-10/+2
* Removed unused #includes.bde1997-09-021-2/+1
* Uncut&paste cache_lookup().phk1997-08-261-57/+2
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-261-15/+16
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-14/+15
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* The Great PC98 Merge.asami1996-06-141-1/+8
* Added prototypes.bde1995-12-031-1/+4
* staticize private parts.phk1995-11-071-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-05-091-1/+17
OpenPOWER on IntegriCloud