| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r275897: | kib | 2015-01-01 | 1 | -1/+1 |
* | MFC r268606: | kib | 2014-07-28 | 1 | -52/+28 |
* | Use NULL instead of 0 for pointers | kevlo | 2012-07-22 | 1 | -1/+1 |
* | Remove unused thread argument from vtruncbuf(). | trasz | 2012-04-23 | 1 | -1/+1 |
* | Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests. | kib | 2012-02-22 | 1 | -3/+3 |
* | Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef. | kib | 2011-11-22 | 1 | -0/+2 |
* | Report EBUSY instead of EROFS for attempt of deleting or renaming the | kib | 2011-03-25 | 1 | -2/+2 |
* | Fix a possible race where the directory dirent is moved to the location | kevlo | 2010-10-18 | 1 | -3/+8 |
* | When returning error from msdosfs_lookup(), make sure that *vpp is NULL. | kib | 2010-03-03 | 1 | -3/+6 |
* | Fix the race between dotdot lookup and forced unmount, by using | kib | 2010-02-28 | 1 | -23/+81 |
* | - Add idempotency guards so the structures can be used in other utilities. | kib | 2010-02-13 | 1 | -2/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Implement the async (really, delayed-write) mount option for msdosfs. | bde | 2007-10-19 | 1 | -3/+9 |
* | Fix races in msdosfs_lookup() and msdosfs_readdir(). These functions | bde | 2007-08-31 | 1 | -9/+9 |
* | Remove unused include(s). | bde | 2007-08-07 | 1 | -3/+3 |
* | Remove unused include(s). | bde | 2007-08-07 | 1 | -1/+0 |
* | Do not assume that `char direntry::deExtension[3]' starts right after | fjoe | 2006-01-22 | 1 | -2/+2 |
* | Disable negative name caching for msdosfs to work around a bug. | das | 2005-04-16 | 1 | -0/+7 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -7/+1 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -29/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Merge from NetBSD: | tjr | 2004-09-08 | 1 | -3/+18 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -23/+20 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -11/+11 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -5/+5 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware. | bp | 2000-10-22 | 1 | -8/+22 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | move <sys/systm.h> before <sys/buf.h> | peter | 1999-07-01 | 1 | -2/+2 |
* | Now empty DOS filesystems default to long file names. Non-empty filesystems | dt | 1999-01-02 | 1 | -5/+7 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -5/+1 |
* | Remove unused variable. | dt | 1998-09-13 | 1 | -3/+1 |
* | Fix priority bug in previous commit. | dt | 1998-05-18 | 1 | -2/+2 |
* | Fix support for pre-Win95 filesystems: Make it possible to lookup just | dt | 1998-05-17 | 1 | -2/+11 |
* | Fix off by ane error in previous commit. | dt | 1998-05-09 | 1 | -2/+2 |
* | Fixes for some bugs in the VFAT/FAT32 support: | msmith | 1998-02-26 | 1 | -3/+5 |
* | Back out "always view in lowercase" part | ache | 1998-02-24 | 1 | -2/+2 |
* | Implement loadable DOS<->local conversion tables for DOS names | ache | 1998-02-23 | 1 | -9/+13 |
* | Implement loadable upper->lower local conversion table | ache | 1998-02-23 | 1 | -2/+4 |
* | Reduce new arguments number added in my changes | ache | 1998-02-22 | 1 | -5/+5 |
* | Add Unicode support to winChkName, now lookup works! | ache | 1998-02-22 | 1 | -2/+4 |
* | Implement loadable local<->unicode file names conversion | ache | 1998-02-22 | 1 | -2/+5 |
* | Update MSDOSFS code using NetBSD's msdosfs as a guide to support | jkh | 1998-02-18 | 1 | -272/+606 |
* | Fix a type in a comment and remove some checks now done centrally. | phk | 1997-09-10 | 1 | -10/+2 |