summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-3/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-25/+25
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* 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-9/+0
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-3/+3
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-18/+3
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Quick fix for non-unique inode numbers for hard links. We use thebde2002-05-221-6/+14
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+4
* Remove __P.alfred2002-03-201-13/+12
* KSE Milestone 2julian2001-09-121-5/+5
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
* Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY.phk2001-04-301-10/+4
* 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
* 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-42/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* 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
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-18/+0
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-071-0/+30
* remove unused #includesphk1999-10-111-1/+0
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-181-9/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+11
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+35
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+3
* Staticize a few things.phk1997-11-181-5/+6
* Use bread() instead of cluster_read() for reading the last blockbde1997-10-271-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-60/+10
* Another VFS cleanup "kilo commit"phk1997-10-161-102/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-65/+4
* vnops megacommitphk1997-10-151-65/+3
* Hmm, realign the vnops into two columns.phk1997-10-151-22/+22
* Stylistic overhaul of vnops tables.phk1997-10-151-146/+131
* Clustered read and write are switched at mount-option level.kato1997-09-271-18/+2
OpenPOWER on IntegriCloud