summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Handle MNT_UPDATE export requests first and return so we do notphk2004-12-111-14/+14
* Convert msdosfs to nmount.phk2004-12-061-75/+121
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Refuse attemps to mount root filesystemphk2004-11-091-0/+2
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-291-47/+42
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+5
* Remove bogus vrele() call added in previous.tjr2004-08-271-2/+0
* Improve the robustness of MSDOSFSMNT_KICONV handling:tjr2004-08-261-12/+39
* Push all changes to disk before downgrading a mount from rw to ro.phk2004-08-071-0/+3
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-9/+9
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-7/+10
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-9/+1
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-031-0/+14
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Don't reject FAT file systems with a number of "Heads" greater thanrwatson2004-03-141-1/+1
* 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
OpenPOWER on IntegriCloud