summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308995:kib2016-11-291-2/+2
* Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. Nodim2015-01-301-2/+3
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-2/+3
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-1/+0
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* udf_vnops: cosmetic followup to r208671 - better looking codeavg2010-06-221-1/+1
* udf_readlink: fix malloc call with uninitialized size parameteravg2010-05-311-1/+1
* udf: use truly unique directory cookieavg2009-03-041-1/+1
* udf_strategy: remove redundant commentavg2009-03-041-4/+0
* udf_readdir: do not advance offset if entry can not be uio-edavg2009-03-031-1/+1
* udf_readatoffset: return correct size and data pointer for data in fentryavg2009-02-271-0/+6
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEavg2009-02-261-7/+20
* udf: add read-ahead support modeled after cd9660avg2009-02-261-3/+18
* udf_map: return proper error code instead of leaking an internal oneavg2009-02-261-2/+13
* udf_read: correctly read data from files with data embedded into fentry,avg2009-02-261-0/+26
* udf_strategy: tiny optimization of logic, calculations; extra diagnosticsavg2009-02-261-14/+11
* style nit in r188815avg2009-02-191-1/+1
* fs/udf: fix incorrect error return (-1) when reading a large diravg2009-02-191-4/+3
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnamejhb2009-02-091-14/+30
* Add rudimentary support for symbolic links on UDF. Links are stored as ajhb2009-02-061-3/+112
* Add support for fifos to UDF:jhb2009-02-061-0/+61
* Remove unused local variables.bz2009-01-311-2/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+6
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Fix and speedup timestamp calculations which is roughly based on the patch inmarkus2008-05-161-22/+34
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* 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
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+16
* Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.pav2007-01-151-24/+52
* Call vnode_create_vobject() in VOP_OPEN. Makes mmap work on UDF filesystem.pav2006-12-231-0/+12
* Make UDF endian-safe.will2006-02-031-1/+1
* 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-311-2/+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
* - 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
* Also remember to set the fsid here.phk2005-03-171-0/+1
* Don't hold a reference to the disk vnode for each inode.phk2005-03-151-6/+1
* Use vfs_hash instead of home-rolled.phk2005-03-141-72/+2
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-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
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
OpenPOWER on IntegriCloud