summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunbde2004-02-211-2/+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
* 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-261-1/+17
* 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
* - Check the XLOCK prior to inspecting v_data.jeff2003-10-051-0/+4
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesjeff2003-10-041-1/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-9/+25
* Add a '-M mask' option so that users can have differenttrhodes2003-08-121-0/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+9
* Fail to mount a device if the bytes per sector in the BPB is less thanjhb2003-04-241-0/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Grrr, s/PBP/BPB/ here as well.jhb2002-10-211-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-2/+4
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* 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
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-10/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-4/+4
* Remove __P.alfred2002-03-191-14/+13
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* 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-281-2/+2
* Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-271-127/+0
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-3/+3
* KSE Milestone 2julian2001-09-121-47/+47
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-2/+3
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-6/+6
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-2/+2
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-22/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-7/+7
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-7/+6
* Use macro API to <sys/queue.h>phk2000-12-311-2/+2
OpenPOWER on IntegriCloud