summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Change __FUNCTION__ to __func__scottl2004-03-031-2/+2
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-20/+1
* Add hooks for translating directories entries using the iconv methods.scottl2003-11-055-32/+172
* Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that thescottl2003-11-052-0/+46
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-0/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* 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
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-23/+18
* Eliminate the separate malloc type for the sparing table.scottl2003-05-041-3/+2
* Add a missing __inline. Strange that gcc never complained about it.scottl2003-05-041-3/+3
* Correctly calculate the size of the extent that should be read inscottl2003-05-041-3/+3
* Implement the node cache as a hash table.scottl2003-05-043-6/+26
* Make udf_allocv() return an unlocked vnode instead of a locked onetjr2003-03-161-2/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-9/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-6/+6
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-192-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-6/+6
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* 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