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 1.63:Pav Lucistnik2007-02-141-24/+52
* MFC 1.46:Pav Lucistnik2007-01-141-1/+6
* MFC rev. 1.62:Pav Lucistnik2006-12-301-0/+12
* MFC: Use mount interlock to protect all changes to mnt_flag andTor Egge2006-10-091-0/+4
* MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41Craig Rodrigues2006-06-171-9/+1
* MFC: Call vfs_destroy_object() before v_data gets set to NULL.Scott Long2006-03-121-1/+5
* Work around the shortness of the size argument toYaroslav Tykhiy2006-02-201-1/+1
* MFC sys/fs/hpfs/hpfs_vfsops.c:1.54-1.56,Xin LI2005-09-301-5/+2
* Regrab dvp only when ISDOTDOT.Seigo Tanimura2005-07-091-1/+2
* Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.R. Imura2005-06-051-4/+5
* Fix three typos in comments. Two of them obtained from OpenBSD.Christian Brueffer2005-05-111-3/+3
* Correct typo.Christian Brueffer2005-04-141-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-3/+2
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-7/+5
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+1
* Also remember to set the fsid here.Poul-Henning Kamp2005-03-171-0/+1
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-153-11/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-143-112/+52
* Remove basically unused root_vp pointer in udfmount.Robert Watson2005-02-182-2/+0
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-241-0/+1
* Fix an incorrect cast.Scott Long2005-01-181-1/+1
* NULL-terminate the . and .. directory entries. Apparently some tools ignoreScott Long2005-01-141-0/+2
* Replace the min() macro with a test that doesn't truncate the 64-bit valuesScott Long2005-01-141-1/+4
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+1
* Use off_t when passing and calculating file offsets. While a singleScott Long2005-01-121-6/+11
* Don't allow reads past the end of a file.Scott Long2005-01-121-1/+1
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+4
* ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()Poul-Henning Kamp2004-12-061-4/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-20/+15
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-11/+11
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-2/+2
* Move UDF to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-293-25/+28
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-271-1/+1
* 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