aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* MFC rev. 1.127, 1.128: Improve the robustness of MSDOSFSMNT_KICONV handling.Tim J. Robbins2004-09-051-12/+37
* Push all changes to disk before downgrading a mount from rw to ro.Poul-Henning Kamp2004-08-071-0/+3
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-9/+9
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-7/+10
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-9/+1
* By popular request, add a workaround that allows large (>128GB or so)Tim J. Robbins2004-07-031-0/+14
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Don't reject FAT file systems with a number of "Heads" greater thanRobert Watson2004-03-141-1/+1
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunBruce Evans2004-02-211-2/+1
* If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,Tim J. Robbins2004-02-171-2/+4
* Fixed some style bugs:Bruce Evans2004-02-141-4/+4
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesBruce Evans2004-02-121-11/+12
* Fixed style bugs in rev.1.112. The bugs started with obscure magicBruce Evans2003-12-291-12/+12
* Make msdosfs support the dirty flag in FAT16 and FAT32.Tom Rhodes2003-12-261-1/+17
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-051-6/+6
* Take care not to call vput if thread used in corresponding vgetAlexander Kabaev2003-11-021-1/+2
* Temporarily undo parts of the stuct mount locking commit by jeff.Alexander Kabaev2003-11-011-2/+1
* - Check the XLOCK prior to inspecting v_data.Jeff Roberson2003-10-051-0/+4
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesJeff Roberson2003-10-041-1/+1
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-9/+25
* Add a '-M mask' option so that users can have differentTom Rhodes2003-08-121-0/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-2/+2
* XXX Copy workaround from UFS: open device for write access even ifTim J. Robbins2003-06-291-0/+19
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-14/+9
* Fail to mount a device if the bytes per sector in the BPB is less thanJohn Baldwin2003-04-241-0/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Grrr, s/PBP/BPB/ here as well.John Baldwin2002-10-211-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-2/+4
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* Fixed printf format errors and style bugs in rev.1.92. This is the versionBruce Evans2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itBruce Evans2002-08-251-78/+9
* Fixed printf format errors and style bugs in previous commit.Bruce Evans2002-08-251-9/+78
* Fix a bug where large msdos partitions were not handled correctly, and fixTom Rhodes2002-08-221-1/+7
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-10/+7
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-231-4/+4
* Remove __P.Alfred Perlstein2002-03-191-14/+13
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+3
* Fix indentation after removing GEMDOS support. Whitespace changes only.John Baldwin2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.John Baldwin2001-11-281-2/+2
* Remove GEMDOS support from msdosfs. I don't think anyone is going toJohn Baldwin2001-11-271-127/+0
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountMatthew Dillon2001-11-041-0/+1
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-47/+47
* Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-281-2/+3
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-011-1/+1