summaryrefslogtreecommitdiffstats
path: root/sys/isofs/udf/udf_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert previous. hashfree() just calls free() which handles NULL withkrw2020-06-231-7/+6
* hashfree() doesn't like NULL, so check for NULL if NULL is akrw2020-06-231-6/+7
* Convert struct vfsops initializer to C99 style.bluhm2019-12-261-14/+14
* vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2019-07-251-3/+3
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-4/+4
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-4/+4
* Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),visa2018-03-281-2/+2
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-101-2/+2
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-10/+11
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Tweak lock inits to make the system runnable with witness(4)visa2017-04-201-2/+2
* Move a pointer deref to after a NULL test.jsg2017-02-081-3/+2
* use hashfree in fs code. from Mathieu -tedu2016-09-241-6/+3
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-7/+4
* Remove usermount remnants. ok tedunatano2016-09-071-12/+1
* pool_setipl for udfdlg2016-08-251-1/+4
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-131-2/+2
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-2/+2
* When pulling an msdos formated umass stick during mount while thebluhm2016-05-221-1/+3
* Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2016-04-261-1/+4
* When pulling and unmounting an umass USB stick, the file systembluhm2016-03-271-4/+2
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-5/+5
* Set mnt_data to NULL after freeing the file system specific mount point.bluhm2016-03-171-2/+2
* Use PR_WAITOK to indicate that pools are not used in interrupt contextkettenis2015-08-311-7/+7
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+2
* use siphash for key lookups in all the filesystem hashes.dlg2014-11-181-1/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-10/+10
* CD filesystems don't do inode numbers >2^32, so use a smaller type internally,guenther2013-05-301-3/+7
* Add an f_mntfromspec member to struct statfs, which specifies the name ofjsing2013-04-151-1/+3
* Cleanup VFS mount string handling:jsing2012-09-101-7/+11
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-3/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-4/+3
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-2/+2
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-2/+2
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-061-2/+2
* makefstype was only used in ported from freebsd filesystems. fix themtedu2010-06-291-2/+2
* Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()krw2009-12-191-1/+4
* make UDF less chatty during normal operationjolan2009-08-271-1/+3
* First cut at UDF 2.[56] support, allowing read-only access to HDDVDkrw2009-08-141-25/+112
* Remove the VREF() macro and replaces all instances with a call to verf(),thib2009-07-091-2/+2
* Update to Reinoud Zandijk's much more current version of ecma167-udf.hkrw2009-06-051-13/+14
* A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)mk2008-06-141-3/+2
* update pedro's email address, at his request;jmc2007-12-091-2/+2
* Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.krw2007-10-061-3/+3
* MALLOC+bzero -> malloc+M_ZERO.krw2007-10-031-4/+2
* Revert last commitpedro2006-08-071-4/+1
* obey the locking disaplince wrt to VOP_CLOSE during umountsthib2006-08-061-1/+4
* Don't hold up a vnode for the VAT when a unode is sufficientpedro2006-07-111-1/+4
* Make the mounting process pass a hint to the kernel of where to find the VATpedro2006-07-111-6/+5