| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add noatime to the list of mount options that msdosfs accepts. | Craig Rodrigues | 2007-02-08 | 1 | -1/+1 |
| * | Style fixes: use ANSI C function declarations. | Craig Rodrigues | 2007-02-08 | 1 | -31/+8 |
| * | Eliminate some dead code which was introduced in 1.23, yet was always | Craig Rodrigues | 2007-02-06 | 1 | -11/+0 |
| * | Fixing compilation bustage by removing references to opt_msdosfs.h. | Tai-hwa Liang | 2007-01-30 | 2 | -4/+0 |
| * | Fix spacing from my previous commit to this file: | Tom Rhodes | 2007-01-30 | 1 | -1/+1 |
| * | Add a "-o large" mount option for msdosfs. Convert compile-time checks for | Craig Rodrigues | 2007-01-30 | 2 | -36/+54 |
| * | Add a 3rd entry in the cache, which keeps the end position | Tom Rhodes | 2007-01-16 | 2 | -3/+19 |
| * | When performing a mount update to change a mount from read-only to read-write, | Craig Rodrigues | 2007-01-06 | 1 | -4/+10 |
| * | Eliminate obsolete comment, now that getushort() is implemented in | Craig Rodrigues | 2007-01-05 | 1 | -4/+0 |
| * | Unbreak 64-bit little-endian systems that do require alignment. | Marcel Moolenaar | 2006-12-21 | 1 | -18/+5 |
| * | For big-endian version of getulong() macro, cast result to u_int32_t. | Craig Rodrigues | 2006-12-19 | 1 | -1/+1 |
| * | Fix get_ulong() macro on AMD64 (or any little-endian 64-bit platform). | Craig Rodrigues | 2006-12-19 | 1 | -5/+1 |
| * | Minor cleanup. If we are doing a mount update, and we pass in | Craig Rodrigues | 2006-12-09 | 1 | -4/+8 |
| * | o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME | Maxim Konovalov | 2006-12-03 | 1 | -2/+4 |
| * | o From the submitter: dos2unixchr will convert to lower case if | Maxim Konovalov | 2006-11-26 | 1 | -2/+4 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -36/+51 |
| * | Replace slightly crummy fattime<->timespec conversion functions. | Poul-Henning Kamp | 2006-10-24 | 5 | -180/+16 |
| * | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -5/+3 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -1/+1 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+4 |
| * | while (0); -> while (0) in multi-line macros | Warner Losh | 2006-08-17 | 1 | -1/+1 |
| * | When the volume is being downgraded from a read-write mode, mark | Xin LI | 2006-08-03 | 1 | -0/+4 |
| * | mount_msdosfs.c: | Craig Rodrigues | 2006-06-01 | 1 | -1/+1 |
| * | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -10/+5 |
| * | - Reorder calls to vrele() after calls to vput() when the vrele is a | Jeff Roberson | 2006-02-01 | 1 | -2/+2 |
| * | Update incorrect comments here, there should not be a call to panic() | Tom Rhodes | 2006-01-23 | 1 | -4/+4 |
| * | Do not assume that `char direntry::deExtension[3]' starts right after | Max Khon | 2006-01-22 | 4 | -17/+16 |
| * | I ran into an nfs client panic a couple of times in a row over the | Alfred Perlstein | 2006-01-17 | 1 | -1/+4 |
| * | Properly parse the nowin95 mount option. | Craig Rodrigues | 2005-11-19 | 1 | -5/+4 |
| * | Add "shortnames" and "longnames" mount options which are | Craig Rodrigues | 2005-11-18 | 1 | -1/+5 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 3 | -4/+4 |
| * | Remove checks for BOOTSIG[23] from FAT32 bootblocks. | Peter Edwards | 2005-09-29 | 2 | -8/+2 |
| * | Ensure the full value is written into inode variables. | David E. O'Brien | 2005-09-07 | 1 | -2/+2 |
| * | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | Suleiman Souhlal | 2005-09-02 | 1 | -5/+3 |
| * | [1] unix2doschr() | R. Imura | 2005-07-17 | 1 | -10/+27 |
| * | Disable negative name caching for msdosfs to work around a bug. | David Schultz | 2005-04-16 | 1 | -0/+7 |
| * | Fix mbnambuf support for multi-byte characters. If a substring is larger | Nate Lawson | 2005-04-16 | 1 | -19/+29 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -3/+2 |
| * | Give msdosfs a unique inode number which is really the byteoffset of | Poul-Henning Kamp | 2005-04-07 | 2 | -9/+26 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -7/+1 |
| * | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -29/+0 |
| * | - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert(). | Jeff Roberson | 2005-03-25 | 1 | -1/+2 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -2/+4 |
| * | Add two arguments to the vfs_hash() KPI so that filesystems which do | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+3 |
| * | Eliminate cdev pointer in inodes, they're not used or needed. | Poul-Henning Kamp | 2005-03-15 | 3 | -5/+1 |
| * | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | Poul-Henning Kamp | 2005-03-15 | 1 | -2/+0 |
| * | Simplify the vfs_hash calling convention. | Poul-Henning Kamp | 2005-03-15 | 1 | -10/+0 |
| * | Use vfs_hash instead of home-rolling. | Poul-Henning Kamp | 2005-03-14 | 4 | -127/+27 |
| * | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 2 | -2/+1 |
| * | Used unsigned version. | David E. O'Brien | 2005-03-12 | 1 | -1/+1 |