| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-18 | 1 | -2/+0 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -8/+9 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -2/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -3/+6 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -13/+4 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 1 | -2/+6 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -7/+1 |
* | Eliminate the unnecessary clearing of a page's dirty bits from | alc | 2009-05-23 | 1 | -2/+5 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -3/+3 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -2/+2 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -1/+1 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 1 | -1/+4 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 1 | -0/+4 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -1/+1 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -1/+1 |
* | whitespace nit | phk | 2005-01-19 | 1 | -1/+1 |
* | Eliminate constant and unused arguments to nwfs_vinvalbuf() | phk | 2005-01-14 | 1 | -19/+9 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -2/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 1 | -2/+0 |
* | Explicitly pass the vnode to the nw_doio() function. | phk | 2004-09-07 | 1 | -3/+2 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 1 | -2/+0 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -4/+7 |
* | Synchronize access to a vm page's valid field using the containing | alc | 2003-10-04 | 1 | -4/+2 |
* | - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a | jeff | 2003-10-04 | 1 | -5/+1 |
* | - Remove interlock protection around VI_XLOCK. The interlock is not | jeff | 2003-09-19 | 1 | -3/+3 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -2/+2 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+7 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -5/+5 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -1/+1 |
* | Copy some VM changes from smbfs_putpages() to nwfs_putpages(): lock | tjr | 2003-02-27 | 1 | -1/+3 |
* | Catch up with recent netncp changes: ncp_chkintr() takes a thread, not | tjr | 2003-02-27 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+5 |
* | o Lock page queue accesses in nwfs and smbfs. | alc | 2002-08-02 | 1 | -0/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -4/+4 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -36/+37 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -2/+0 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 1 | -3/+3 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -4/+2 |
* | vnode_pager_freepage() is really vm_page_free() in disguise, | alfred | 2001-04-19 | 1 | -2/+2 |
* | Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected | bp | 2001-03-10 | 1 | -0/+1 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -0/+2 |
* | Get rid from the legacy __P() macro. Remove 'register' keywords. | bp | 2000-10-02 | 1 | -6/+6 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -2/+2 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |