summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf_vnops.c
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-051-29/+59
* 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
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* 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-041-3/+15
* Make udf_allocv() return an unlocked vnode instead of a locked onetjr2003-03-161-2/+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-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* 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-141-3/+1
* Return ENOTTY on unrecognized ioctls.phk2002-09-261-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* 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-151-245/+212
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-041-51/+45
* 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
* 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-151-21/+21
* Actually add the UDF files!scottl2002-04-141-0/+1232
OpenPOWER on IntegriCloud