summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit alignedmarius2010-01-231-3/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+9
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+2
* - Consolidate error handling in the cd9660 and udf mount routines.jhb2009-02-111-10/+8
* Use the correct field name for the size of the sierra_id. While thisimp2009-01-281-1/+1
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-281-2/+19
* - Fix a typo in a comment.jhb2008-11-181-5/+0
* When looking up the vnode for the device to mount the filesystem on,jhb2008-11-181-12/+8
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-3/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-8/+6
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* 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
OpenPOWER on IntegriCloud