aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-142-5/+1
* Return ENOTTY on unrecognized ioctls.Poul-Henning Kamp2002-09-261-1/+1
* use __packed.Alfred Perlstein2002-09-231-24/+24
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* Remove stddef.h from the header listScott Long2002-08-231-1/+0
* Remove the possibility of a race condition when reading the . and ..Scott Long2002-08-201-15/+16
* Don't abuse the stack when translating names.Scott Long2002-08-201-10/+12
* Clean up comments that are no longer relevant.Scott Long2002-08-151-12/+9
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.Scott Long2002-08-153-246/+239
* Simplify the handling of a fragmented file_id descriptor. AlsoScott Long2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* Calculate the correct physical block number for files that areScott Long2002-08-021-4/+6
* Check for deleted files in udf_lookup(), not just udf_readdir().Scott Long2002-08-021-1/+6
* Unbreak LINT; sort the includes so that functions are explicitlyMark Murray2002-07-161-8/+8
* Convert UDF to nmount.Maxime Henrion2002-06-152-50/+28
* In VOP_LOOKUP, don't assume that the final pathname componentMaxime Henrion2002-05-161-2/+1
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-5/+5
* Don't reference vop_std* since they are already implicitlyScott Long2002-05-021-3/+0
* In udf_bmap(), return the physical block number, not the logicalScott Long2002-05-021-1/+5
* Fix udf_read(). Honor the uio_resid when determining the size ofScott Long2002-04-301-16/+22
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.Jeroen Ruigrok van der Werven2002-04-154-159/+159
* Actually add the UDF files!Scott Long2002-04-147-0/+2986