summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-5/+1
* Return ENOTTY on unrecognized ioctls.phk2002-09-261-1/+1
* use __packed.alfred2002-09-231-24/+24
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Remove stddef.h from the header listscottl2002-08-231-1/+0
* Remove the possibility of a race condition when reading the . and ..scottl2002-08-201-15/+16
* Don't abuse the stack when translating names.scottl2002-08-201-10/+12
* Clean up comments that are no longer relevant.scottl2002-08-151-12/+9
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-153-246/+239
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Calculate the correct physical block number for files that arescottl2002-08-021-4/+6
* Check for deleted files in udf_lookup(), not just udf_readdir().scottl2002-08-021-1/+6
* Unbreak LINT; sort the includes so that functions are explicitlymarkm2002-07-161-8/+8
* Convert UDF to nmount.mux2002-06-152-50/+28
* In VOP_LOOKUP, don't assume that the final pathname componentmux2002-05-161-2/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-5/+5
* Don't reference vop_std* since they are already implicitlyscottl2002-05-021-3/+0
* In udf_bmap(), return the physical block number, not the logicalscottl2002-05-021-1/+5
* Fix udf_read(). Honor the uio_resid when determining the size ofscottl2002-04-301-16/+22
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-154-159/+159
* Actually add the UDF files!scottl2002-04-147-0/+2986
OpenPOWER on IntegriCloud