summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Forgot to replace code to set fsid in vop_getattr.phk2005-03-171-0/+1
* Don't store the disk cdev in all inodes.phk2005-03-161-1/+0
* Use vfs_hash instead of home-rolled.phk2005-03-141-1/+2
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-291-0/+19
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-34/+23
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-9/+9
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-291-3/+3
* Eliminate unnecessary KASSERTs.phk2004-10-271-3/+1
* Pointy hat please!phk2004-09-221-3/+3
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-211-13/+9
* Temporarily back out revision 1.77. This changed cd9660_getattr() andtjr2004-09-051-14/+6
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix comment containing vop_readdir_args contents: a_cookies is reallytjr2004-02-231-1/+1
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.tjr2004-02-231-2/+2
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-1/+1
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_SPECSTRATEGY()phk2003-10-181-0/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+3
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* 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
OpenPOWER on IntegriCloud