summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-2/+11
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-34/+0
* Forced commit and #include changes for repo copy fromrodrigc2007-02-111-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-10/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Unconditionally mount a CD9660 filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* Use the actual sector size of the media instead of hard-coding it to 2048.rodrigc2005-10-171-3/+12
* - restore the ability to mount cd9660 filesystems as root by invertinggrehan2005-08-141-7/+6
* - 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
OpenPOWER on IntegriCloud