summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud