summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-5/+5
* Convert select -> poll.peter1997-09-141-23/+19
* Uncut&paste cache_lookup().phk1997-08-261-2/+3
* Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug andkato1997-08-251-16/+18
* Removed more traces of ISODEVMAP.bde1997-04-151-20/+1
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-141-39/+1
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-8/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Removed bogus B_AGE policy again (see rev 1.4).bde1997-02-131-5/+0
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-310/+411
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-2/+3
* Fix signed/unsigned comparison warnings.alex1996-10-201-4/+4
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-3/+3
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-2/+2
* Provide a better handling of partially corrupted directory entries.joerg1996-03-141-10/+12
* Added prototypes.bde1995-12-031-2/+11
* Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,dyson1995-11-201-2/+6
* Brought in the setattr call support from Lite-2 so that more correct errordg1995-11-121-3/+38
* Fix isoilk hang caused by not checking for read-onlyness in several places.dg1995-11-121-1/+17
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-131/+131
* Make a lot of stuff static.phk1995-10-311-25/+41
OpenPOWER on IntegriCloud