summaryrefslogtreecommitdiffstats
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* The ISO9660 spec does allow files up to 4G. Change the i_sizekientzle2006-12-081-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-10/+4
* When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridgejoerg2006-03-131-3/+1
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-0/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-181-49/+35
* Unconditionally mount a CD9660 filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* Use the actual sector size of the media instead of hard-coding it to 2048.rodrigc2005-10-171-3/+12
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-3/+4
* - restore the ability to mount cd9660 filesystems as root by invertinggrehan2005-08-141-7/+6
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-15/+0
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Forgot to replace code to set fsid in vop_getattr.phk2005-03-171-0/+1
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* 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-163-3/+0
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-23/+3
* Use vfs_hash instead of home-rolled.phk2005-03-145-135/+26
* - VOP_INACTIVE should no longer drop the vnode lock.jeff2005-03-131-1/+0
* Conditionalize cd9660 chattiness regarding the nature of the file systemrwatson2005-02-181-3/+7
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-292-1/+20
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* First save from editor, *then* commit.phk2004-12-071-2/+1
* Fix exports.phk2004-12-071-6/+4
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-127/+72
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-39/+27
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-9/+9
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-296-36/+37
* Eliminate unnecessary KASSERTs.phk2004-10-271-3/+1
* Hold proper thread count while frobbing drivers ioctl.phk2004-09-241-6/+13
* Pointy hat please!phk2004-09-221-3/+3
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-212-21/+9
* Temporarily back out revision 1.77. This changed cd9660_getattr() andtjr2004-09-051-14/+6
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-8/+8
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* Remove "register" keyword and trailing white space.phk2004-07-035-60/+60
OpenPOWER on IntegriCloud