summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()phk2004-12-061-4/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Move UDF to GEOM backing instead of DEVFS.phk2004-10-291-20/+23
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-3/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+2
* First half of making UDF be endian-clean. This addresses the vfsops side.scottl2004-06-231-21/+23
* Catch all cases where bread() returns an error and a valid *bp, and releasescottl2004-03-301-0/+2
* 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