aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-145-135/+26
* - VOP_INACTIVE should no longer drop the vnode lock.Jeff Roberson2005-03-131-1/+0
* Conditionalize cd9660 chattiness regarding the nature of the file systemRobert Watson2005-02-181-3/+7
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingPeter Edwards2005-01-292-1/+20
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+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
* 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-1/+1
* First save from editor, *then* commit.Poul-Henning Kamp2004-12-071-2/+1
* Fix exports.Poul-Henning Kamp2004-12-071-6/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp2004-12-071-127/+72
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-013-39/+27
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-9/+9
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-3/+3
* Detect root mount attempts on the flag, not on the NULL path.Poul-Henning Kamp2004-11-091-1/+1
* Move CD9660 to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-296-36/+37
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-271-3/+1
* Hold proper thread count while frobbing drivers ioctl.Poul-Henning Kamp2004-09-241-6/+13
* Pointy hat please!Poul-Henning Kamp2004-09-221-3/+3
* De support opening device nodes on CD9660 filesystems. They arePoul-Henning Kamp2004-09-212-21/+9
* Temporarily back out revision 1.77. This changed cd9660_getattr() andTim J. Robbins2004-09-051-14/+6
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-8/+8
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+2
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* Remove "register" keyword and trailing white space.Poul-Henning Kamp2004-07-035-60/+60
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-3/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-7/+7
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0712-48/+0
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-1/+3
* Fix comment containing vop_readdir_args contents: a_cookies is reallyTim J. Robbins2004-02-231-1/+1
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.Tim J. Robbins2004-02-231-2/+2
* Spell magic '16' number as IO_SEQSHIFT.Alexander Kabaev2004-01-191-1/+1
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize b_offset before calling VOP_SPECSTRATEGY()Poul-Henning Kamp2003-10-181-0/+1
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-268-60/+187
* Do not call VOP_BMAP() on our own vnodes.Poul-Henning Kamp2003-08-171-10/+3
* 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-2/+2
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660John-Mark Gurney2003-06-241-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-14/+9
* Use __FBSDID().David E. O'Brien2003-06-117-8/+21
* emove unused variable(s).Poul-Henning Kamp2003-05-311-2/+0
* 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-3/+0
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-25/+25