summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-253-11/+15
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-6/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-143-5/+5
* 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
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-10/+7
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().pb2002-08-051-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-044-8/+14
* More s/file system/filesystem/gtrhodes2002-05-164-9/+9
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* Fixed a very old bug in setting timestamps using utimes(2) on msdosfsbde2002-04-051-4/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-7/+7
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-232-14/+14
* Remove __P.alfred2002-03-199-91/+89
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-7/+17
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* 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-282-3/+3
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-284-44/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+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-125-112/+112
* remove support for creating files and directories from msdosfs_mknodassar2001-07-191-14/+1
* 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-256-27/+27
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-31/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-295-10/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-252-23/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-235-0/+10
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Change and clean the mutex lock interface.bmilekic2001-02-093-17/+17
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* 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-242-21/+18
* 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
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Update stale comment.bp2000-10-221-3/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-224-13/+27
* 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-043-6/+13
OpenPOWER on IntegriCloud