summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-2/+2
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+4
* Fix memory leakage on module unload.bp2000-06-291-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-1/+3
* Supported non-512 bytes/sector format.nyan2000-01-271-67/+50
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
* It is possible that number of sectors specified in the BPBbp1999-12-281-5/+14
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Next step in the device cleanup process.phk1999-11-091-0/+2
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-10/+21
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-38/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Simplify cdevsw registration.phk1999-05-311-3/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* Back out half of 1.32: don't print a message on every failed mount attempt.dt1999-03-281-3/+1
OpenPOWER on IntegriCloud