summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Don't store the disk cdev in all inodes.phk2005-03-161-1/+0
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.phk2005-03-141-18/+22
* Conditionalize cd9660 chattiness regarding the nature of the file systemrwatson2005-02-181-3/+7
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-291-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* 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
OpenPOWER on IntegriCloud