aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Add noatime to the list of mount options that msdosfs accepts.Craig Rodrigues2007-02-081-1/+1
* Style fixes: use ANSI C function declarations.Craig Rodrigues2007-02-081-31/+8
* Eliminate some dead code which was introduced in 1.23, yet was alwaysCraig Rodrigues2007-02-061-11/+0
* Fixing compilation bustage by removing references to opt_msdosfs.h.Tai-hwa Liang2007-01-302-4/+0
* Fix spacing from my previous commit to this file:Tom Rhodes2007-01-301-1/+1
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forCraig Rodrigues2007-01-302-36/+54
* Add a 3rd entry in the cache, which keeps the end positionTom Rhodes2007-01-162-3/+19
* When performing a mount update to change a mount from read-only to read-write,Craig Rodrigues2007-01-061-4/+10
* Eliminate obsolete comment, now that getushort() is implemented inCraig Rodrigues2007-01-051-4/+0
* Unbreak 64-bit little-endian systems that do require alignment.Marcel Moolenaar2006-12-211-18/+5
* For big-endian version of getulong() macro, cast result to u_int32_t.Craig Rodrigues2006-12-191-1/+1
* Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform).Craig Rodrigues2006-12-191-5/+1
* Minor cleanup. If we are doing a mount update, and we pass inCraig Rodrigues2006-12-091-4/+8
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEMaxim Konovalov2006-12-031-2/+4
* o From the submitter: dos2unixchr will convert to lower case ifMaxim Konovalov2006-11-261-2/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-36/+51
* Replace slightly crummy fattime<->timespec conversion functions.Poul-Henning Kamp2006-10-245-180/+16
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-5/+3
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+4
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* When the volume is being downgraded from a read-write mode, markXin LI2006-08-031-0/+4
* mount_msdosfs.c:Craig Rodrigues2006-06-011-1/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-10/+5
* - Reorder calls to vrele() after calls to vput() when the vrele is aJeff Roberson2006-02-011-2/+2
* Update incorrect comments here, there should not be a call to panic()Tom Rhodes2006-01-231-4/+4
* Do not assume that `char direntry::deExtension[3]' starts right afterMax Khon2006-01-224-17/+16
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+4
* Properly parse the nowin95 mount option.Craig Rodrigues2005-11-191-5/+4
* Add "shortnames" and "longnames" mount options which areCraig Rodrigues2005-11-181-1/+5
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-313-4/+4
* Remove checks for BOOTSIG[23] from FAT32 bootblocks.Peter Edwards2005-09-292-8/+2
* Ensure the full value is written into inode variables.David E. O'Brien2005-09-071-2/+2
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-5/+3
* [1] unix2doschr()R. Imura2005-07-171-10/+27
* Disable negative name caching for msdosfs to work around a bug.David Schultz2005-04-161-0/+7
* Fix mbnambuf support for multi-byte characters. If a substring is largerNate Lawson2005-04-161-19/+29
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-3/+2
* Give msdosfs a unique inode number which is really the byteoffset ofPoul-Henning Kamp2005-04-072-9/+26
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-7/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-29/+0
* - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().Jeff Roberson2005-03-251-1/+2
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+4
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+3
* Eliminate cdev pointer in inodes, they're not used or needed.Poul-Henning Kamp2005-03-153-5/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-2/+0
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-10/+0
* Use vfs_hash instead of home-rolling.Poul-Henning Kamp2005-03-144-127/+27
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-132-2/+1
* Used unsigned version.David E. O'Brien2005-03-121-1/+1