summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-6/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-143-5/+5
* Fixed printf format errors and style bugs in rev.1.92. This is the versionbde2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itbde2002-08-251-78/+9
* Fixed printf format errors and style bugs in previous commit.bde2002-08-251-9/+78
* Fix a bug where large msdos partitions were not handled correctly, and fixtrhodes2002-08-221-1/+7
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-10/+7
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().pb2002-08-051-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-044-8/+14
OpenPOWER on IntegriCloud