aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660
Commit message (Expand)AuthorAgeFilesLines
* - Fix a typo in a comment.John Baldwin2008-11-183-9/+5
* When looking up the vnode for the device to mount the filesystem on,John Baldwin2008-11-181-12/+8
* Remove copy/paste code from UFS to handle sparse blocks. While RockJohn Baldwin2008-11-181-6/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryJohn Baldwin2008-11-183-6/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-282-7/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-233-8/+8
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-8/+6
* Fix Vflags abuse in cd9660. There should be no functional changes.Edward Tomasz Napierala2008-10-031-7/+7
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-3/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-4/+5
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+2
* In cd9660_readdir vop, always initialize the idp->uio_off member.Konstantin Belousov2008-06-111-0/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-4/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-3/+3
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-2/+11
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-153-34/+36
* Forced commit and #include changes for repo copy fromCraig Rodrigues2007-02-117-21/+21
* The ISO9660 spec does allow files up to 4G. Change the i_sizeTim Kientzle2006-12-081-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-10/+4
* When encountering a ISO_SUSP_CFLAG_ROOT element in Rock RidgeJoerg Wunsch2006-03-131-3/+1
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+4
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-0/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Implement the full range of ISO9660 number conversion routines in iso.h.Dag-Erling Smørgrav2005-10-181-49/+35
* Unconditionally mount a CD9660 filesystem as read-only, instead ofCraig Rodrigues2005-10-171-2/+4
* Use the actual sector size of the media instead of hard-coding it to 2048.Craig Rodrigues2005-10-171-3/+12
* Apply the same fix to a potential race in the ISDOTDOT code inDon Lewis2005-10-161-3/+4
* - restore the ability to mount cd9660 filesystems as root by invertingPeter Grehan2005-08-141-7/+6
* - 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-15/+0
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Forgot to replace code to set fsid in vop_getattr.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 store the disk cdev in all inodes.Poul-Henning Kamp2005-03-163-3/+0
* 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-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