summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Revert previous, part of NFS that I didn't know about.trhodes2007-06-011-0/+20
* Garbage collect msdosfs_fhtovp; it appears unused and I have been usingtrhodes2007-06-011-20/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-17/+21
* Add noatime to the list of mount options that msdosfs accepts.rodrigc2007-02-081-1/+1
* Style fixes: use ANSI C function declarations.rodrigc2007-02-081-31/+8
* Eliminate some dead code which was introduced in 1.23, yet was alwaysrodrigc2007-02-061-11/+0
* Fixing compilation bustage by removing references to opt_msdosfs.h.avatar2007-01-302-4/+0
* Fix spacing from my previous commit to this file:trhodes2007-01-301-1/+1
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-302-36/+54
* Add a 3rd entry in the cache, which keeps the end positiontrhodes2007-01-162-3/+19
* When performing a mount update to change a mount from read-only to read-write,rodrigc2007-01-061-4/+10
* Eliminate obsolete comment, now that getushort() is implemented inrodrigc2007-01-051-4/+0
* Unbreak 64-bit little-endian systems that do require alignment.marcel2006-12-211-18/+5
* For big-endian version of getulong() macro, cast result to u_int32_t.rodrigc2006-12-191-1/+1
* Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform).rodrigc2006-12-191-5/+1
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEmaxim2006-12-031-2/+4
* o From the submitter: dos2unixchr will convert to lower case ifmaxim2006-11-261-2/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-36/+51
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-245-180/+16
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-5/+3
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* When the volume is being downgraded from a read-write mode, markdelphij2006-08-031-0/+4
* mount_msdosfs.c:rodrigc2006-06-011-1/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-10/+5
* - Reorder calls to vrele() after calls to vput() when the vrele is ajeff2006-02-011-2/+2
* Update incorrect comments here, there should not be a call to panic()trhodes2006-01-231-4/+4
* Do not assume that `char direntry::deExtension[3]' starts right afterfjoe2006-01-224-17/+16
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* 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
OpenPOWER on IntegriCloud