Age | Commit message (Expand) | Author |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-09-23 | typo, remove reference to lfs | Pedro Martelletto |
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-12 | Remove unused function | Pedro Martelletto |
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-04 | Add the UDF 1.50 flavour of the VAT | Pedro Martelletto |
2006-07-01 | Fix MALLOC()/malloc() usage in a couple of places | Pedro Martelletto |
2006-06-28 | Only set devvp->v_specmountpoint on successful mounts, Nicholas Marriott | Pedro Martelletto |
2006-06-24 | Shave 8 bytes off struct udf_mnt | 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 | Avoid potential deadlock during hash lookup; ok pedro@ | Patrick Latifi |
2006-06-14 | Plug memory leak in error path; ok pedro@ | Patrick Latifi |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-01-25 | reduce stack use; pedro@ miod@ ok | Michael Shalayeff |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-19 | GETICBLEN() needs to swap the ICB length on big-endian architectures | Pedro Martelletto |
2006-01-18 | Fix math in udf_bmap_internal() on big-endian architectures | Pedro Martelletto |
2006-01-15 | Fix reading of volume ID | Pedro Martelletto |
2006-01-15 | typo | Pedro Martelletto |
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 |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-09 | Add missing cast when reading in the file size, fixes PR 4480, okay krw@ | Pedro Martelletto |
2005-10-29 | Account a self-reference for directories in udf_getattr(), okay deraadt@ | Pedro Martelletto |
2005-09-28 | No part of the code defines UNALIGNED_ACCESS, use reverted tests for | Miod Vallat |
2005-05-15 | in udf_vget(), release the buffer if a bread() fails | Pedro Martelletto |
2005-05-11 | no need to include '\n' on a panic(), fix two typos, | Pedro Martelletto |
2005-04-15 | don't need to check for NULL when using M_WAITOK, from mpech@ | Pedro Martelletto |
2005-04-14 | tyop | Pedro Martelletto |
2005-04-05 | make sure *vpp == NULL if udf_lookup() returns an error | Pedro Martelletto |
2005-03-30 | Insert elucidative comment about what's going on. | Pedro Martelletto |
2005-03-30 | Better code in the OSTA CS0 compression/decompression routines. | Pedro Martelletto |
2005-03-30 | Add disklabel spoofing code for UDF. | Pedro Martelletto |
2005-03-30 | Export udf_transname(), which will be needed | Pedro Martelletto |