summaryrefslogtreecommitdiff
path: root/sys/isofs/udf/udf_vfsops.c
AgeCommit message (Expand)Author
2014-11-18use siphash for key lookups in all the filesystem hashes.David Gwynne
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-05-30CD filesystems don't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
2012-09-10Cleanup VFS mount string handling:Joel Sing
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)Thordur I. Bjornsson
2010-09-06End the VOP experiment. Instead of the ridicolusly complicated operationThordur I. Bjornsson
2010-06-29makefstype was only used in ported from freebsd filesystems. fix themTed Unangst
2009-12-19Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()Kenneth R Westerback
2009-08-27make UDF less chatty during normal operationJolan Luff
2009-08-14First cut at UDF 2.[56] support, allowing read-only access to HDDVDKenneth R Westerback
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-06-05Update to Reinoud Zandijk's much more current version of ecma167-udf.hKenneth R Westerback
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2006-08-07Revert last commitPedro Martelletto
2006-08-06obey the locking disaplince wrt to VOP_CLOSE during umountsThordur I. Bjornsson
2006-07-11Don't hold up a vnode for the VAT when a unode is sufficientPedro Martelletto
2006-07-11Make the mounting process pass a hint to the kernel of where to find the VATPedro Martelletto
2006-07-09Be consistent about how we name 'struct umount' instancesPedro Martelletto
2006-07-09udf_mnt -> umount and rename fields accordinglyPedro Martelletto
2006-07-08Be consistent about how we name 'struct unode' instancesPedro Martelletto
2006-07-08udf_node -> unode and rename fields accordinglyPedro Martelletto
2006-07-08Rename VTON() to VTOU()Pedro Martelletto
2006-07-05Add VAT support a la UDF 1.50Pedro Martelletto
2006-07-01Fix MALLOC()/malloc() usage in a couple of placesPedro Martelletto
2006-06-24replace unneeded bzero()Pedro Martelletto
2006-06-24rearrange some commentsPedro Martelletto
2006-06-23fix two nested loops sharing the same control variable, plug two memoryPedro Martelletto
2006-06-22Roll in some defines for the file types used in udf_vget() and add onePedro Martelletto
2006-06-22Make udf_find_partmaps() correctly spot virtual partition maps inPedro Martelletto
2006-06-14Plug memory leak in error path; ok pedro@Patrick Latifi
2006-01-14Move udf_disklabelspoof() to udf_subr.c, no functional changePedro Martelletto
2006-01-14Give UDF a chance of working on big-endian architectures, okay miod@Pedro Martelletto
2006-01-14Better UDF name extraction code, which will not forget to report errors inMiod Vallat
2005-05-15in udf_vget(), release the buffer if a bread() failsPedro Martelletto
2005-03-30Add disklabel spoofing code for UDF.Pedro Martelletto
2005-03-29Bring in UDF support from FreeBSD, disabled for now.Pedro Martelletto