| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -5/+7 |
| * | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | John Baldwin | 2009-03-11 | 1 | -1/+2 |
| * | udf: use truly unique directory cookie | Andriy Gapon | 2009-03-04 | 1 | -1/+1 |
| * | udf_strategy: remove redundant comment | Andriy Gapon | 2009-03-04 | 1 | -4/+0 |
| * | udf_readdir: do not advance offset if entry can not be uio-ed | Andriy Gapon | 2009-03-03 | 1 | -1/+1 |
| * | udf_readatoffset: return correct size and data pointer for data in fentry | Andriy Gapon | 2009-02-27 | 1 | -0/+6 |
| * | udf_readatoffset: read through directory vnode, do not read > MAXBSIZE | Andriy Gapon | 2009-02-26 | 3 | -25/+23 |
| * | udf: add read-ahead support modeled after cd9660 | Andriy Gapon | 2009-02-26 | 2 | -3/+23 |
| * | udf_map: return proper error code instead of leaking an internal one | Andriy Gapon | 2009-02-26 | 1 | -2/+13 |
| * | udf_read: correctly read data from files with data embedded into fentry, | Andriy Gapon | 2009-02-26 | 1 | -0/+26 |
| * | udf_strategy: tiny optimization of logic, calculations; extra diagnostics | Andriy Gapon | 2009-02-26 | 1 | -14/+11 |
| * | style nit in r188815 | Andriy Gapon | 2009-02-19 | 1 | -1/+1 |
| * | fs/udf: fix incorrect error return (-1) when reading a large dir | Andriy Gapon | 2009-02-19 | 1 | -4/+3 |
| * | - Consolidate error handling in the cd9660 and udf mount routines. | John Baldwin | 2009-02-11 | 1 | -14/+18 |
| * | Mark udf(4) MPSAFE and add support for shared vnode locks during pathname | John Baldwin | 2009-02-09 | 2 | -24/+55 |
| * | Use the same style as the rest of the file for the optional data string | John Baldwin | 2009-02-09 | 1 | -1/+1 |
| * | Add rudimentary support for symbolic links on UDF. Links are stored as a | John Baldwin | 2009-02-06 | 2 | -3/+124 |
| * | Add support for fifos to UDF: | John Baldwin | 2009-02-06 | 3 | -0/+64 |
| * | Remove unused local variables. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+0 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -4/+5 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -3/+3 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -15/+14 |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 1 | -6/+6 |
| * | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | Konstantin Belousov | 2008-09-20 | 1 | -1/+1 |
| * | Fix and speedup timestamp calculations which is roughly based on the patch in | Markus Brueffer | 2008-05-16 | 1 | -22/+34 |
| * | Cleanup lockmgr interface and exported KPI: | Attilio Rao | 2008-01-24 | 1 | -1/+1 |
| * | udf_vget() shall vgone() the vnode when the file_entry cannot be allocated | Konstantin Belousov | 2008-01-18 | 1 | -0/+3 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 2 | -2/+2 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4, | Markus Brueffer | 2007-12-11 | 1 | -1/+1 |
| * | Get rid of qaddr_t. | Alfred Perlstein | 2007-10-16 | 1 | -2/+2 |
| * | Correct corrupt read when the read starts at a non-aligned offset. | Remko Lodder | 2007-06-11 | 1 | -4/+6 |
| * | o cd9660 code repo-copied, update a comment. | Maxim Konovalov | 2007-03-24 | 1 | -1/+1 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -1/+7 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 3 | -23/+23 |
| * | Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode. | Pav Lucistnik | 2007-01-15 | 1 | -24/+52 |
| * | Tell backing v_object the filesize right on it's creation. | Pav Lucistnik | 2007-01-07 | 1 | -1/+6 |
| * | Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem. | Pav Lucistnik | 2006-12-23 | 1 | -0/+12 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+6 |
| * | Put the osta.c license on osta.h. The license is the same. | Warner Losh | 2006-09-12 | 1 | -0/+15 |
| * | In udf_find_partmaps(), when we find a type 1 partition map, we have to | Yaroslav Tykhiy | 2006-07-25 | 2 | -10/+13 |
| * | Fix a memory leak and a nested 'for' loop in the spare table handling. | Scott Long | 2006-06-26 | 1 | -4/+6 |
| * | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -8/+1 |
| * | Make UDF endian-safe. | Will Andrews | 2006-02-03 | 3 | -3/+3 |
| * | I ran into an nfs client panic a couple of times in a row over the | Alfred Perlstein | 2006-01-17 | 1 | -1/+5 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 2 | -4/+4 |
| * | Unconditionally mount a UDF filesystem as read-only, instead of | Craig Rodrigues | 2005-10-17 | 1 | -2/+4 |
| * | - Do not hardcode the bsize to a sectorsize of 2048, even though | Craig Rodrigues | 2005-10-09 | 1 | -5/+21 |
| * | We don't need 'imp' here. | Pawel Jakub Dawidek | 2005-10-07 | 1 | -1/+0 |