summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Properly parse the nowin95 mount option.rodrigc2005-11-191-5/+4
* Add "shortnames" and "longnames" mount options which arerodrigc2005-11-181-1/+5
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-4/+4
* Remove checks for BOOTSIG[23] from FAT32 bootblocks.peadar2005-09-292-8/+2
* Ensure the full value is written into inode variables.obrien2005-09-071-2/+2
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-5/+3
* [1] unix2doschr()imura2005-07-171-10/+27
* Disable negative name caching for msdosfs to work around a bug.das2005-04-161-0/+7
* Fix mbnambuf support for multi-byte characters. If a substring is largernjl2005-04-161-19/+29
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* Give msdosfs a unique inode number which is really the byteoffset ofphk2005-04-072-9/+26
* - 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
* - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().jeff2005-03-251-1/+2
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+4
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+3
* Eliminate cdev pointer in inodes, they're not used or needed.phk2005-03-153-5/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-2/+0
* Simplify the vfs_hash calling convention.phk2005-03-151-10/+0
* Use vfs_hash instead of home-rolling.phk2005-03-144-127/+27
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-2/+1
* Used unsigned version.obrien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.obrien2005-03-121-1/+1
* Correct a last-minute thinko. Instead of copying the nul with the string,njl2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singlenjl2005-03-111-36/+41
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-1/+2
* Use vn_printf() instead of home-rolling.phk2005-02-221-10/+2
* Unroll the loop for calculating the 8.3 filename checksum. In testingnjl2005-02-081-5/+14
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-291-0/+17
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-1/+2
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-5/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0612-12/+12
* Handle MNT_UPDATE export requests first and return so we do notphk2004-12-111-14/+14
* Convert msdosfs to nmount.phk2004-12-061-75/+121
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Remove the de_devvp and stop VREF'ing it for every vnode we create.phk2004-12-023-11/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-35/+29
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-21/+21
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Refuse attemps to mount root filesystemphk2004-11-091-0/+2
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-294-52/+47
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* Eliminate unnecessary KASSERTs.phk2004-10-271-5/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+5
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andtjr2004-09-081-3/+3
OpenPOWER on IntegriCloud