summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunbde2004-02-211-2/+1
* Use size_t or ssize_t wherever appropriate instead of casting from int *tjr2004-02-192-26/+27
* Do not place dirmask in unnamed padding. Move it to the bottom of thistrhodes2004-02-171-1/+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
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+7
* Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentationbde2003-12-291-58/+68
* Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()bde2003-12-291-11/+8
* Fixed style bugs in rev.1.112. The bugs started with obscure magicbde2003-12-291-12/+12
* Make msdosfs support the dirty flag in FAT16 and FAT32.trhodes2003-12-265-1/+106
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-081-3/+5
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-051-6/+6
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-2/+1
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-0/+1
* - Check the XLOCK prior to inspecting v_data.jeff2003-10-051-0/+4
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesjeff2003-10-041-1/+1
* Fixed some style bugs in previous commit. Mainly, forward-declarebde2003-09-271-15/+21
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-267-351/+596
* Add a '-M mask' option so that users can have differenttrhodes2003-08-123-4/+10
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* If bread() returns a zero-length buffer, as can happen after atrhodes2003-07-031-0/+4
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Fix a bug where a truncate operation involving truncate() or ftruncate() ontrhodes2003-06-271-17/+10
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-241-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+9
* Remove unused variable(s).phk2003-05-311-6/+0
* Fail to mount a device if the bytes per sector in the BPB is less thanjhb2003-04-241-0/+6
* It appears that msdosfs_init() is called multiple times. This happensimp2003-04-101-0/+13
* - Add a new 'flags' parameter to getblk().jeff2003-03-042-7/+10
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-14/+14
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-4/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-193-4/+4
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-091-37/+4
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-4/+4
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-1/+1
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Fix winChkName() to match when the last slot contains nothing but thesemenu2002-10-291-1/+8
* Grrr, s/PBP/BPB/ here as well.jhb2002-10-211-1/+1
* Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP tojhb2002-10-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-3/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-253-11/+15
OpenPOWER on IntegriCloud