summaryrefslogtreecommitdiffstats
path: root/sys/isofs/udf/udf_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be consistent about how we name 'struct umount' instancespedro2006-07-091-74/+75
* udf_mnt -> umount and rename fields accordinglypedro2006-07-091-59/+58
* Be consistent about how we name 'struct unode' instancespedro2006-07-081-24/+24
* udf_node -> unode and rename fields accordinglypedro2006-07-081-23/+23
* Rename VTON() to VTOU()pedro2006-07-081-2/+2
* Add VAT support a la UDF 1.50pedro2006-07-051-9/+25
* Fix MALLOC()/malloc() usage in a couple of placespedro2006-07-011-9/+8
* replace unneeded bzero()pedro2006-06-241-2/+2
* rearrange some commentspedro2006-06-241-33/+5
* fix two nested loops sharing the same control variable, plug two memorypedro2006-06-231-57/+76
* Roll in some defines for the file types used in udf_vget() and add onepedro2006-06-221-8/+8
* Make udf_find_partmaps() correctly spot virtual partition maps inpedro2006-06-221-13/+16
* Plug memory leak in error path; ok pedro@pat2006-06-141-4/+9
* Move udf_disklabelspoof() to udf_subr.c, no functional changepedro2006-01-141-100/+1
* Give UDF a chance of working on big-endian architectures, okay miod@pedro2006-01-141-2/+2
* Better UDF name extraction code, which will not forget to report errors inmiod2006-01-141-2/+1
* in udf_vget(), release the buffer if a bread() failspedro2005-05-151-1/+4
* Add disklabel spoofing code for UDF.pedro2005-03-301-1/+100
* Bring in UDF support from FreeBSD, disabled for now.pedro2005-03-291-0/+766