summaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_vfsops.c
AgeCommit message (Expand)Author
2016-05-22When pulling an msdos formated umass stick during mount while theAlexander Bluhm
2016-04-26Populate all necessary statfs members in .vfs_statfs. cd9660, udf,Martin Natano
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-17Set mnt_data to NULL after freeing the file system specific mount point.Alexander Bluhm
2015-10-23Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.Kenneth R Westerback
2015-10-23Nuke a bunch of leading/embedded/trailing whitespace so the code can beKenneth R Westerback
2015-02-13Include sys/stdint.h for SIZE_MAX instead of relying on the misplacedTodd C. Miller
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-06-23Fix possible crash on invalid filesystems.Tobias Stoeckmann
2014-06-18Fix off by one in pm_inusemap.Tobias Stoeckmann
2014-05-27Fix 'mount -ur' for msdosfsStefan Fritsch
2014-05-09stop using B_AGE, it was effectively retired some time ago.Ted Unangst
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
2012-09-10Cleanup VFS mount string handling:Joel Sing
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2010-11-17Teach msdosfs_mount() how to handle disklabel UIDs.Joel Sing
2010-09-23Change:Owain Ainsworth
2010-01-24"Fix" crash caused by FAT32 re-use of small buf from buffer cache,Kenneth R Westerback
2009-12-19Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()Kenneth R Westerback
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-08-30lock the vnode before calling VOP_CLOSE() in msdofs_unmount().Thordur I. Bjornsson
2009-08-14- deregister; no binary changeJasper Lievisse Adriaanse
2009-08-13- ansify function declarations, no binary changeJasper Lievisse Adriaanse
2009-01-05The FAT32 fsinxtfree field is advisory in nature and we don't useKenneth R Westerback
2007-11-26Fix jsg@'s iRiver Clix by relaxing the test for SecPerTrack to allowKenneth R Westerback
2007-11-15read boot sector as 4K block, because of new ipod nanoTheo de Raadt
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-03-21Remove the v_interlock simplelock from the vnode structure.Thordur I. Bjornsson
2006-12-16Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems.Kenneth R Westerback
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2006-12-14Remove dirsperblk, which is not used after it is calculated.Tom Cosgrove
2006-12-14If an MS-DOS filesystem claims to have more clusters than can beTom Cosgrove
2006-11-29detect potential multiplicative overflow before allocation, and return viaTheo de Raadt
2006-11-26Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@Pedro Martelletto
2006-08-22remove the check for the number of heads reported by the BPB altogether,Nikolay Sturm
2006-08-07Revert last commitPedro Martelletto
2006-08-06obey the locking disaplince wrt to VOP_CLOSE during umountsThordur I. Bjornsson
2006-07-19from FreeBSD:Nikolay Sturm
2005-03-02(And remember to remove the block on filesystems > 128 GB)Tom Cosgrove
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2004-05-1232 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@Ted Unangst
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-04-14rename rootvp to rvp to avoid global. ok deraadt@ krw@Ted Unangst
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-03-14First round of __P removal in sysTodd C. Miller