summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove drop/reacquire of Giant around geom calls for cd9660 and udf.kib2016-05-221-6/+0
* fs misc: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* cd9660: More "check for NULL" cleaunps.pfg2016-02-121-10/+8
* cd9660: Drop an unnecessary check for NULL.pfg2016-02-071-2/+1
* NULL stale pointers (should be a no-op as they should no longer bejmg2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...jmg2013-09-251-5/+5
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Use NULL instead of 0 for pointerskevlo2012-07-221-2/+2
* Remove unnecessary castskevlo2012-03-041-2/+2
* Remove an unnecessary cast.kevlo2012-02-201-1/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+2
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-1/+3
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-0/+2
* 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
OpenPOWER on IntegriCloud