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