aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.50:Markus Brueffer2008-02-161-1/+1
* MFC v 1.66 udf_vnops.cRemko Lodder2007-06-261-4/+6
* MFC r1.57: Fix udf_iconv on amd64.R. Imura2005-06-251-4/+5
* MFC: rev. 1.56Christian Brueffer2005-05-141-3/+3
* MFC: rev 1.5Christian Brueffer2005-04-151-1/+1
* Merge udf.h:1.10 and udp_vfsops.c:1.27 from HEAD to RELENG_5:Robert Watson2005-02-252-2/+0
* MFC: /*- and related license changesWarner Losh2005-01-311-2/+4
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-3/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+2
* Make the udf_vnops side endian clean.Scott Long2004-06-231-35/+41
* First half of making UDF be endian-clean. This addresses the vfsops side.Scott Long2004-06-233-23/+28
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Catch all cases where bread() returns an error and a valid *bp, and releaseScott Long2004-03-302-6/+11
* Change __FUNCTION__ to __func__Scott Long2004-03-031-2/+2
* Re-arrange and consolidate some random debugging stuffScott Long2003-12-071-20/+1
* Add hooks for translating directories entries using the iconv methods.Scott Long2003-11-055-32/+172
* Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that theScott Long2003-11-052-0/+46
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.Poul-Henning Kamp2003-10-181-0/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-23/+18
* Eliminate the separate malloc type for the sparing table.Scott Long2003-05-041-3/+2
* Add a missing __inline. Strange that gcc never complained about it.Scott Long2003-05-041-3/+3
* Correctly calculate the size of the extent that should be read inScott Long2003-05-041-3/+3
* Implement the node cache as a hash table.Scott Long2003-05-043-6/+26
* Make udf_allocv() return an unlocked vnode instead of a locked oneTim J. Robbins2003-03-161-2/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-9/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-6/+6
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-6/+6
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryPoul-Henning Kamp2003-01-041-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofPoul-Henning Kamp2003-01-041-3/+0
* 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