summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Add hooks for translating directories entries using the iconv methods.scottl2003-11-051-3/+44
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-23/+18
* Eliminate the separate malloc type for the sparing table.scottl2003-05-041-3/+2
* Implement the node cache as a hash table.scottl2003-05-041-1/+6
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-2/+0
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-151-1/+11
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Unbreak LINT; sort the includes so that functions are explicitlymarkm2002-07-161-8/+8
* Convert UDF to nmount.mux2002-06-151-16/+28
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-151-7/+7
* Actually add the UDF files!scottl2002-04-141-0/+744
OpenPOWER on IntegriCloud