summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_fat.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r322984:kib2017-09-111-3/+3
* MFC r322982:kib2017-09-111-7/+17
* MFC r308024:kib2016-11-111-4/+26
* MFC r308023:kib2016-11-111-1/+4
* MFC r308022:kib2016-11-111-5/+7
* MFC r308021:kib2016-11-111-1/+1
* MFC r308020:kib2016-11-111-6/+8
* sys/fs: spelling fixes in comments.pfg2016-04-291-1/+1
* fs misc: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Assert that an msdosfs mount is not read-only when FAT modificationskib2015-04-051-0/+6
* ANSIfy msdosfsemaste2015-01-121-1/+3
* ANSIfy sys/fs/msdosfsemaste2015-01-091-67/+18
* Do not update the fsinfo block on each update of any fat block, thiskib2013-02-171-30/+6
* The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less thankib2013-02-011-2/+2
* Backup FATs were sometimes marked dirty by copying their first blockkib2013-02-011-1/+12
* Fix a backwards comment in markvoldirty().kib2013-02-011-1/+1
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-221-0/+6
* Add assertions for FAT bitmap state.kib2010-02-281-0/+8
* Use pm_fatlock to protect fat bitmap.kib2010-02-281-11/+34
* Assert that the msdosfs vnode is (e)locked in several places.kib2010-02-281-6/+7
* Remove unused global statistic about fat cache usage.kib2010-02-281-21/+0
* Invalid filesystem might cause the bp to be never read.kib2010-02-141-1/+2
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers werekib2008-09-011-2/+2
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-251-9/+6
* Remove some of the pessimizations involving writing the fsi sector.bde2007-09-231-16/+0
* Fix some style bugs (some whitespace errors only).bde2007-08-071-7/+7
* Sort includes.bde2007-08-071-9/+3
* Remove unused include(s).bde2007-08-071-1/+0
* Oops, fix the fix for the i/o size of the fsinfo block. Its logbde2007-08-031-1/+1
* Clean up before implementing vfs clustering for msdosfs:bde2007-07-201-1/+1
* Fix some bugs involving the fsinfo block (many remain unfixed). This isbde2007-07-121-1/+1
* Don't use almost perfectly pessimal cluster allocation. Allocationbde2007-07-101-5/+4
* Fix spacing from my previous commit to this file:trhodes2007-01-301-1/+1
* Add a 3rd entry in the cache, which keeps the end positiontrhodes2007-01-161-2/+9
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Merge from NetBSD:tjr2004-09-081-0/+5
* Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentationbde2003-12-291-58/+68
* Make msdosfs support the dirty flag in FAT16 and FAT32.trhodes2003-12-261-0/+67
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-5/+8
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-10/+10
* Remove __P.alfred2002-03-191-14/+14
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-1/+4
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Supported non-512 bytes/sector format.nyan2000-01-271-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-5/+7
OpenPOWER on IntegriCloud