summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Fix and speedup timestamp calculations which is roughly based on the patch inmarkus2008-05-161-22/+34
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedkib2008-01-181-0/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,markus2007-12-111-1/+1
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Correct corrupt read when the read starts at a non-aligned offset.remko2007-06-111-4/+6
* o cd9660 code repo-copied, update a comment.maxim2007-03-241-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+7
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-153-23/+23
* Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.pav2007-01-151-24/+52
* Tell backing v_object the filesize right on it's creation.pav2007-01-071-1/+6
* Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.pav2006-12-231-0/+12
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+6
* Put the osta.c license on osta.h. The license is the same.imp2006-09-121-0/+15
* In udf_find_partmaps(), when we find a type 1 partition map, we have toyar2006-07-252-10/+13
* Fix a memory leak and a nested 'for' loop in the spare table handling.scottl2006-06-261-4/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-8/+1
* Make UDF endian-safe.will2006-02-033-3/+3
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-4/+4
* Unconditionally mount a UDF filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* - Do not hardcode the bsize to a sectorsize of 2048, even thoughrodrigc2005-10-091-5/+21
* We don't need 'imp' here.pjd2005-10-071-1/+0
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-1/+0
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-4/+2
* Regrab dvp only when ISDOTDOT.tanimura2005-07-091-1/+2
* Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.imura2005-06-051-4/+5
* Fix three typos in comments. Two of them obtained from OpenBSD.brueffer2005-05-111-3/+3
* Correct typo.brueffer2005-04-141-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-7/+5
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* Also remember to set the fsid here.phk2005-03-171-0/+1
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Remove inode fields previously used for private inode hash tables.phk2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-153-11/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.phk2005-03-143-112/+52
* Remove basically unused root_vp pointer in udfmount.rwatson2005-02-182-2/+0
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* Fix an incorrect cast.scottl2005-01-181-1/+1
* NULL-terminate the . and .. directory entries. Apparently some tools ignorescottl2005-01-141-0/+2
* Replace the min() macro with a test that doesn't truncate the 64-bit valuesscottl2005-01-141-1/+4
OpenPOWER on IntegriCloud