summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
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
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-17/+0
* 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-301-2/+0
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-301-19/+34
* When performing a mount update to change a mount from read-only to read-write,rodrigc2007-01-061-4/+10
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-18/+19
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* 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
* 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-311-2/+2
* Remove checks for BOOTSIG[23] from FAT32 bootblocks.peadar2005-09-291-3/+1
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-5/+3
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+4
* Eliminate cdev pointer in inodes, they're not used or needed.phk2005-03-151-1/+0
* Use vfs_hash instead of home-rolling.phk2005-03-141-2/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+1
* Use vn_printf() instead of home-rolling.phk2005-02-221-10/+2
* 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
* 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-061-1/+1
* 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
* Refuse attemps to mount root filesystemphk2004-11-091-0/+2
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-291-47/+42
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+5
* Remove bogus vrele() call added in previous.tjr2004-08-271-2/+0
* Improve the robustness of MSDOSFSMNT_KICONV handling:tjr2004-08-261-12/+39
* Push all changes to disk before downgrading a mount from rw to ro.phk2004-08-071-0/+3
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-9/+9
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-7/+10
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-9/+1
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-031-0/+14
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Don't reject FAT file systems with a number of "Heads" greater thanrwatson2004-03-141-1/+1
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunbde2004-02-211-2/+1
* If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,tjr2004-02-171-2/+4
* Fixed some style bugs:bde2004-02-141-4/+4
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-121-11/+12
OpenPOWER on IntegriCloud