summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary `p' parameter from vget(9).visa2018-05-271-2/+2
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-5/+5
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-5/+5
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-101-4/+5
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-17/+15
* msdosfs & ffs: flush cache if updating mount from r/w to r/osf2017-05-291-2/+9
* Rename BIOS parameter block field from bsPBP to bsBPB. This typobluhm2016-10-101-2/+2
* Do not check the SecPerTrack field of the BPB when mounting a MSDOSbluhm2016-10-091-2/+2
* Kill empty ifdef; ok fcambus@jca2016-09-281-3/+1
* Remove usermount remnants. ok tedunatano2016-09-071-32/+3
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-131-2/+2
* When pulling an msdos formated umass stick during mount while thebluhm2016-05-221-2/+3
* Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2016-04-261-9/+9
* When pulling and unmounting an umass USB stick, the file systembluhm2016-03-271-4/+4
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-7/+7
* Set mnt_data to NULL after freeing the file system specific mount point.bluhm2016-03-171-3/+3
* Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.krw2015-10-231-3/+3
* Nuke a bunch of leading/embedded/trailing whitespace so the code can bekrw2015-10-231-14/+14
* Include sys/stdint.h for SIZE_MAX instead of relying on the misplacedmillert2015-02-131-1/+2
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+2
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* Fix possible crash on invalid filesystems.tobias2014-06-231-2/+3
* Fix off by one in pm_inusemap.tobias2014-06-181-2/+2
* Fix 'mount -ur' for msdosfssf2014-05-271-1/+7
* stop using B_AGE, it was effectively retired some time ago.tedu2014-05-091-2/+1
* Add an f_mntfromspec member to struct statfs, which specifies the name ofjsing2013-04-151-4/+9
* Cleanup VFS mount string handling:jsing2012-09-101-13/+10
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-2/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-3/+3
* Teach msdosfs_mount() how to handle disklabel UIDs.jsing2010-11-171-22/+45
* Change:oga2010-09-231-5/+3
* "Fix" crash caused by FAT32 re-use of small buf from buffer cache,krw2010-01-241-1/+3
* Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()krw2009-12-191-1/+5
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-3/+3
* lock the vnode before calling VOP_CLOSE() in msdofs_unmount().thib2009-08-301-2/+3
* - deregister; no binary changejasper2009-08-141-3/+3
* - ansify function declarations, no binary changejasper2009-08-131-44/+14
* The FAT32 fsinxtfree field is advisory in nature and we don't usekrw2009-01-051-2/+3
* Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allowkrw2007-11-261-2/+2
* read boot sector as 4K block, because of new ipod nanoderaadt2007-11-151-2/+2
* Only the most obvious bzero() -> M_ZERO changes. No cast changes, nokrw2007-09-171-3/+2
* Remove the v_interlock simplelock from the vnode structure.thib2007-03-211-3/+2
* Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems.krw2006-12-161-11/+34
* Nuke GEMDOSFS. Unused part of unused atari port. Simplifieskrw2006-12-151-94/+5
* Remove dirsperblk, which is not used after it is calculated.tom2006-12-141-4/+1
* If an MS-DOS filesystem claims to have more clusters than can betom2006-12-141-1/+25
* detect potential multiplicative overflow before allocation, and return viaderaadt2006-11-291-6/+10
* Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@pedro2006-11-261-2/+6