summaryrefslogtreecommitdiff
path: root/sys/fs/udf/udf_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-231-1/+1
* Merge udf.h:1.10 and udp_vfsops.c:1.27 from HEAD to RELENG_5:Robert Watson2005-02-251-1/+0
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-3/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+2
* First half of making UDF be endian-clean. This addresses the vfsops side.Scott Long2004-06-231-21/+23
* Catch all cases where bread() returns an error and a valid *bp, and releaseScott Long2004-03-301-0/+2
* Add hooks for translating directories entries using the iconv methods.Scott Long2003-11-051-3/+44
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-23/+18
* Eliminate the separate malloc type for the sparing table.Scott Long2003-05-041-3/+2
* Implement the node cache as a hash table.Scott Long2003-05-041-1/+6
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-2/+0
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.Scott Long2002-08-151-1/+11
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* Unbreak LINT; sort the includes so that functions are explicitlyMark Murray2002-07-161-8/+8
* Convert UDF to nmount.Maxime Henrion2002-06-151-16/+28
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.Jeroen Ruigrok van der Werven2002-04-151-7/+7
* Actually add the UDF files!Scott Long2002-04-141-0/+744