summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_node.h
Commit message (Expand)AuthorAgeFilesLines
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-281-2/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryjhb2008-11-181-4/+0
* The ISO9660 spec does allow files up to 4G. Change the i_sizekientzle2006-12-081-1/+1
* Remove inode fields previously used for private inode hash tables.phk2005-03-161-1/+0
* Don't store the disk cdev in all inodes.phk2005-03-161-1/+0
* Use vfs_hash instead of home-rolled.phk2005-03-141-2/+0
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-291-1/+0
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-241-1/+1
* Remove __P.alfred2002-03-201-13/+13
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+1
* Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacksbp2000-10-031-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+11
* Staticize a few things.phk1997-11-181-3/+1
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-2/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-3/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+6
* Uncut&paste cache_lookup().phk1997-08-261-2/+2
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-141-16/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-21/+15
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-3/+3
* Make a lot of stuff static.phk1995-10-311-17/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+4
* Roll in my changes to make the cd9660 code understand the olderjoerg1995-01-161-5/+5
* Obtained from:bde1994-09-151-1/+5
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+143
OpenPOWER on IntegriCloud