summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* First save from editor, *then* commit.phk2004-12-071-2/+1
* Fix exports.phk2004-12-071-6/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-127/+72
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-2/+2
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-291-27/+28
* Hold proper thread count while frobbing drivers ioctl.phk2004-09-241-6/+13
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-211-8/+0
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-8/+8
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* Remove "register" keyword and trailing white space.phk2004-07-031-25/+25
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+19
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-14/+9
* Use __FBSDID().obrien2003-06-111-1/+3
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Unbreak MNT_UPDATE when running with cd as root. Detect mountroot bypeter2002-11-021-2/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-5/+0
* Be consistent about "static" functions: if the function is markedphk2002-09-281-4/+4
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-8/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-1/+1
* Remove __P.alfred2002-03-201-12/+12
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-7/+23
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.ken2001-11-271-0/+10
* KSE Milestone 2julian2001-09-121-37/+37
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-28/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Add missed MODULE_VERSION() call, so loading of unicode conversion routinesobomax2001-03-111-0/+1
* Add a mount time option which slightly relaxes checks for valid Joiletbp2001-03-111-1/+2
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Display the Joliet Extension 'level' in the log message.alfred2001-02-231-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-15/+2
* Proc locking to protect p_ucred while we obtain additional references.jhb2001-01-241-2/+15
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
OpenPOWER on IntegriCloud