summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Quick fix for msdsofs_write() on alphas and other machines with eitherbde2000-08-252-2/+8
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-41/+3
* Certain error contitions cause msdosfs_rename() to decrement thedwmalone2000-07-141-2/+2
* Fix memory leakage on module unload.bp2000-06-293-1/+12
* Remove obsolete comment.bp2000-06-251-5/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-055-0/+5
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* 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-274-70/+61
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
OpenPOWER on IntegriCloud