summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-2/+2
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-14/+14
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-4/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-091-37/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-5/+7
* 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-141-3/+3
* 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-041-2/+7
* More s/file system/filesystem/gtrhodes2002-05-161-5/+5
* 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 the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-5/+5
* Remove __P.alfred2002-03-191-20/+20
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-6/+13
* Use suser_td() instead of explicitly checking cr_uid against 0.jhb2001-11-281-1/+1
* KSE Milestone 2julian2001-09-121-41/+41
* remove support for creating files and directories from msdosfs_mknodassar2001-07-191-14/+1
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* 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-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Update stale comment.bp2000-10-221-3/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-221-1/+1
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+4
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* 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
* Remove obsolete comment.bp2000-06-251-5/+0
* 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
* 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
* Treat negative uio_offset value as eof (idea by: bde).bp2000-01-081-8/+11
* Fix the mess with signed/unsigned longs and ints (inspired by bde).bp2000-01-021-18/+26
* Avoid to write garbage if uiomove fails.bp1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesbp1999-12-281-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-26/+0
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Don't set DE_ACCESS for unsuccessful reads.bde1999-07-251-8/+12
OpenPOWER on IntegriCloud