| 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_readatoffset: read through directory vnode, do not read > MAXBSIZE | Andriy Gapon | 2009-02-26 | 1 | -2/+2 |
| * | udf: add read-ahead support modeled after cd9660 | Andriy Gapon | 2009-02-26 | 1 | -0/+5 |
| * | - 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 | 1 | -10/+25 |
| * | Add support for fifos to UDF: | John Baldwin | 2009-02-06 | 1 | -0/+1 |
| * | 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 | 1 | -9/+8 |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 1 | -6/+6 |
| * | 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 | 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 |
| * | 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 | 1 | -23/+0 |
| * | Tell backing v_object the filesize right on it's creation. | Pav Lucistnik | 2007-01-07 | 1 | -1/+6 |
| * | 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 |
| * | In udf_find_partmaps(), when we find a type 1 partition map, we have to | Yaroslav Tykhiy | 2006-07-25 | 1 | -7/+9 |
| * | 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 | 1 | -1/+1 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -2/+2 |
| * | 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 |
| * | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | Suleiman Souhlal | 2005-09-03 | 1 | -1/+0 |
| * | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | Suleiman Souhlal | 2005-09-02 | 1 | -4/+2 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | Add two arguments to the vfs_hash() KPI so that filesystems which do | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+2 |
| * | Don't hold a reference to the disk vnode for each inode. | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+0 |
| * | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+1 |
| * | Simplify the vfs_hash calling convention. | Poul-Henning Kamp | 2005-03-15 | 1 | -23/+3 |
| * | Use vfs_hash instead of home-rolled. | Poul-Henning Kamp | 2005-03-14 | 1 | -34/+50 |
| * | Remove basically unused root_vp pointer in udfmount. | Robert Watson | 2005-02-18 | 1 | -1/+0 |
| * | Make a bunch of malloc types static. | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
| * | Introduce and use g_vfs_close(). | Poul-Henning Kamp | 2005-01-25 | 1 | -2/+2 |
| * | Create a vp->v_object in VFS_FHTOVP() if we want to be exportable | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+1 |
| * | ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS() | Poul-Henning Kamp | 2004-12-06 | 1 | -4/+1 |
| * | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -6/+0 |
| * | Move UDF to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 1 | -20/+23 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -3/+4 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -2/+2 |
| * | First half of making UDF be endian-clean. This addresses the vfsops side. | Scott Long | 2004-06-23 | 1 | -21/+23 |
| * | Catch all cases where bread() returns an error and a valid *bp, and release | Scott Long | 2004-03-30 | 1 | -0/+2 |
| * | Add hooks for translating directories entries using the iconv methods. | Scott Long | 2003-11-05 | 1 | -3/+44 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -2/+2 |
| * | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -1/+1 |