summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-5/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* o English lesson from bde@: "iff" is not a typo, it means "if and only if".maxim2007-11-181-1/+1
* o Fix a typo in the comment.maxim2007-11-171-1/+1
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-191-1/+1
* Add noclusterr and noclusterw options to the options list. I forgot thesebde2007-10-181-1/+1
* Fix some style bugs in the mount options list. Mainly, sort the list,bde2007-10-181-6/+7
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* On 6.x this works:jhb2007-08-151-1/+1
* Fix some style bugs (mainly some whitespace errors).bde2007-08-071-22/+20
* Sort includes.bde2007-08-071-11/+11
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
* Remove unused include(s).bde2007-08-071-2/+0
* Silently fix up the estimated next free cluster number from the fsinfobde2007-08-051-10/+12
* Oops, fix the fix for the i/o size of the fsinfo block. Its logbde2007-08-031-1/+1
* Make using msdosfs as the root file system sort of work:bde2007-07-231-3/+15
* Round up the FAT block size to a multiple of the sector size so that i/obde2007-07-121-8/+6
* Fix some bugs involving the fsinfo block (many remain unfixed). This isbde2007-07-121-3/+2
* 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
OpenPOWER on IntegriCloud