summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.bde2003-10-051-2/+1
* - Check the XLOCK prior to inspecting v_data.jeff2003-10-051-0/+4
* - Check XLOCK prior to accessing v_data.jeff2003-10-051-0/+6
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-057-9/+0
* Synchronize access to a vm page's valid field using the containingalc2003-10-042-9/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labeljeff2003-10-041-3/+5
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesjeff2003-10-041-1/+1
* Synchronize access to a page's valid field by using the lock from itsalc2003-10-041-1/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-042-10/+2
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-024-60/+26
* Add a new column to the procfs map to hold the name of the mappedrwatson2003-09-291-2/+16
* forgot to remove static declaration of fdesc_poll()phk2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyphk2003-09-271-13/+0
* Fixed some style bugs in previous commit. Mainly, forward-declarebde2003-09-271-15/+21
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-2623-460/+981
* Allow the [, ], and = characters in non-8.3 filenames since theytjr2003-09-261-2/+2
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-192-6/+6
* Move an overly verbose message under #ifdef CODA_VERBOSE.tjr2003-09-131-0/+2
* Move an annoying printf() call that gets triggered every time antjr2003-09-101-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-0711-342/+388
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
* Use the requested page's object field instead of the vnode's. In somealc2003-08-221-2/+5
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-171-10/+3
* Add p_candebug() check to access a process map file in procfs; limitrwatson2003-08-141-0/+6
* Add a '-M mask' option so that users can have differenttrhodes2003-08-123-4/+10
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-072-4/+4
* Don't drop giant around ->d_strategy(), too much code explodes.phk2003-08-061-3/+3
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2612-21/+21
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* If bread() returns a zero-length buffer, as can happen after atrhodes2003-07-031-0/+4
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Fix a bug where a truncate operation involving truncate() or ftruncate() ontrhodes2003-06-271-17/+10
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-242-2/+2
* Add a f_vnode field to struct file.phk2003-06-222-1/+2
* fix grammar in commentjmg2003-06-201-1/+1
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):tjr2003-06-201-1/+15
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-174-66/+34
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
* Partially back out rev 1.87 by nuking fifo_inactive() and moving thetruckman2003-06-161-20/+4
OpenPOWER on IntegriCloud