summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs_io.c
Commit message (Expand)AuthorAgeFilesLines
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-2/+2
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-1/+1
* Call vm_object_page_clean() with the object lock held.ups2006-05-251-1/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-0/+4
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+1
* whitespace nitphk2005-01-191-1/+1
* Eliminate constant and unused arguments to nwfs_vinvalbuf()phk2005-01-141-19/+9
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove unused B_WRITEINPROG flagphk2004-09-151-2/+0
* Explicitly pass the vnode to the nw_doio() function.phk2004-09-071-3/+2
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-061-2/+0
* Locking for the per-process resource limits structure.jhb2004-02-041-4/+7
* Synchronize access to a vm page's valid field using the containingalc2003-10-041-4/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-041-5/+1
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-191-3/+3
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-2/+2
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-5/+5
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Copy some VM changes from smbfs_putpages() to nwfs_putpages(): locktjr2003-02-271-1/+3
* Catch up with recent netncp changes: ncp_chkintr() takes a thread, nottjr2003-02-271-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+5
* o Lock page queue accesses in nwfs and smbfs.alc2002-08-021-0/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+4
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* KSE Milestone 2julian2001-09-121-36/+37
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-3/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-4/+2
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-2/+2
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-101-0/+1
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Get rid from the legacy __P() macro. Remove 'register' keywords.bp2000-10-021-6/+6
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Remove abuse of struct nameidata.bp1999-11-271-7/+4
* useracc() the prequel:phk1999-10-291-1/+0
* Remove unnessary includes.bp1999-10-121-9/+0
* Put back cn_namelen initialization. Removed by phk in rev 1.2.bp1999-10-071-0/+1
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-6/+1
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+650
OpenPOWER on IntegriCloud