summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
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
* Remove the de_devvp and stop VREF'ing it for every vnode we create.phk2004-12-023-11/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-35/+29
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-21/+21
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Refuse attemps to mount root filesystemphk2004-11-091-0/+2
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-294-52/+47
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* Eliminate unnecessary KASSERTs.phk2004-10-271-5/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+5
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andtjr2004-09-081-3/+3
* Merge from NetBSD:tjr2004-09-081-3/+18
* Merge from NetBSD:tjr2004-09-081-0/+5
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-071-21/+2
* 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
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-5/+5
* 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-034-14/+233
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-5/+5
* 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
* Use size_t or ssize_t wherever appropriate instead of casting from int *tjr2004-02-192-26/+27
* Do not place dirmask in unnamed padding. Move it to the bottom of thistrhodes2004-02-171-1/+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
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+7
* Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentationbde2003-12-291-58/+68
* Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()bde2003-12-291-11/+8
* 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-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
OpenPOWER on IntegriCloud