summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused prototypes.pjd2006-04-121-2/+0
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisjeff2006-03-311-0/+3
* Call vn_start_write() before locking vnode.tegge2006-03-191-2/+2
* Add a_fdidx to comment prototype for fifo_open().rwatson2006-03-151-0/+1
* If fifo_open() is called with a negative file descriptor, return EINVALrwatson2006-03-141-0/+2
* When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridgejoerg2006-03-131-3/+1
* - Define a null_getwritemount to get the mount-point for the lowerjeff2006-03-121-2/+26
* Correct the vnode locking in fdescfs.kris2006-02-281-4/+2
* CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.yar2006-02-271-1/+6
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+8
* Change pfs_visible() to optionally return a pointer to the processjhb2006-02-221-50/+44
* Hold the proc lock while calling proc_sstep() since the function assertsjhb2006-02-221-2/+1
* - We must hold a reference to a vnode before calling vgone() otherwisejeff2006-02-221-0/+2
* - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts injeff2006-02-221-7/+8
* - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* - Deadfs should not use the std GETWRITEMOUNT routine. Add one that alwaysjeff2006-02-221-0/+14
* Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather thanjhb2006-02-101-1/+1
* - No need to WANTPARENT when we're just going to vrele it in a deadlockjeff2006-02-071-4/+1
* Make UDF endian-safe.will2006-02-033-3/+3
* - Reorder calls to vrele() after calls to vput() when the vrele is ajeff2006-02-012-14/+11
* - Remove a stale comment. This function was rewritten to be SMP safe somejeff2006-01-301-6/+0
* Update incorrect comments here, there should not be a call to panic()trhodes2006-01-231-4/+4
* Do not assume that `char direntry::deExtension[3]' starts right afterfjoe2006-01-224-17/+16
* Convert last four functions in coda_vnops.c to ANSI C functionrwatson2006-01-211-14/+6
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-177-7/+32
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-0/+1
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typomaxim2006-01-091-1/+1
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rulerwatson2006-01-031-2/+4
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-4/+4
* Eradicate caddr_t from the VFS API.des2005-12-143-5/+5
* Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" optionavatar2005-12-051-3/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-043-4/+4
* Fix -Wundef.ru2005-12-042-4/+4
* Fix interaction with Windows 2000/XP based servers:bp2005-11-221-1/+3
* Properly parse the nowin95 mount option.rodrigc2005-11-191-5/+4
* Add "shortnames" and "longnames" mount options which arerodrigc2005-11-181-1/+5
* - Add errmsg to the list of smbfs mount options.rodrigc2005-11-161-7/+23
* This is a workaround for a complicated issue involving VFS cookies and devfs.dwhite2005-11-091-0/+24
* Normalize a significant number of kernel malloc type names:rwatson2005-10-3122-36/+36
* Use correct cirteria for determining which directory entries we canphk2005-10-181-1/+1
* 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
* Unconditionally mount a UDF filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* - Fix typo.flz2005-10-171-1/+1
* Update nwfs_lookup() to match the current cache_lookup() API.truckman2005-10-161-26/+11
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-3/+4
OpenPOWER on IntegriCloud