summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* More s/file system/filesystem/gtrhodes2002-05-164-9/+9
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* Fixed a very old bug in setting timestamps using utimes(2) on msdosfsbde2002-04-051-4/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-7/+7
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-232-14/+14
* Remove __P.alfred2002-03-199-91/+89
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-7/+17
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Fix indentation after removing GEMDOS support. Whitespace changes only.jhb2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.jhb2001-11-282-3/+3
OpenPOWER on IntegriCloud