| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1641/+0 |
| * | nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that | Warner Losh | 2001-09-18 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -69/+71 |
| * | - Sort includes. | John Baldwin | 2001-07-04 | 1 | -5/+10 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -14/+8 |
| * | Assert Giant is held by the caller rather than getting it and releasing | John Baldwin | 2001-05-23 | 1 | -10/+2 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -3/+28 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | vnode_pager_freepage() is really vm_page_free() in disguise, | Alfred Perlstein | 2001-04-19 | 1 | -3/+3 |
| * | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 1 | -0/+19 |
| * | Grab the process lock while calling psignal and before calling psignal. | John Baldwin | 2001-03-07 | 1 | -1/+5 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -3/+3 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -12/+16 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -2/+2 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -11/+13 |
| * | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | Matthew Dillon | 2000-01-05 | 1 | -5/+43 |
| * | Fix two problems: First, fix the append seek position race that can | Matthew Dillon | 1999-12-14 | 1 | -46/+122 |
| * | Synopsis of problem being fixed: Dan Nelson originally reported that | Matthew Dillon | 1999-12-12 | 1 | -10/+26 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Add comment to clarify a commit rpc optimization already being performed. | Matthew Dillon | 1999-09-20 | 1 | -0/+8 |
| * | Asynchronized client-side nfs_commit. NFS commit operations were | Matthew Dillon | 1999-09-17 | 1 | -3/+33 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | Alan Cox | 1999-08-17 | 1 | -3/+3 |
| * | nfs_getcacheblk() can return 0 if the mount is interruptible. It need to be | Dmitrij Tejblum | 1999-08-12 | 1 | -1/+5 |
| * | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -1/+2 |
| * | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | Kirk McKusick | 1999-06-16 | 1 | -3/+3 |
| * | Don't mistake a non-async block that needs to be committed for an | Peter Wemm | 1999-06-05 | 1 | -2/+2 |
| * | remove b_proc from struct buf, it's (now) unused. | Poul-Henning Kamp | 1999-05-06 | 1 | -9/+7 |
| * | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -173/+240 |
| * | Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP. | Peter Wemm | 1999-04-06 | 1 | -2/+2 |
| * | Catch a case spotted by Tor where files mmapped could leave garbage in the | Julian Elischer | 1999-04-05 | 1 | -10/+46 |
| * | Reviewed by: Many at differnt times in differnt parts, | Julian Elischer | 1999-03-12 | 1 | -21/+36 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -11/+27 |
| * | (Hopefully) fix support for "large" files. Mostly cast block numbers to off_t | Dmitrij Tejblum | 1998-12-14 | 1 | -13/+13 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -3/+1 |
| * | Remove [apparently] bogus casts to u_long for the vnode_pager_setsize() | Peter Wemm | 1998-11-09 | 1 | -2/+2 |
| * | Mark directory buffers that have no valid data with B_INVAL | Kirk McKusick | 1998-09-29 | 1 | -1/+6 |
| * | When adding data to a buffer, we need to clear the B_NEEDCOMMIT flag | Kirk McKusick | 1998-09-29 | 1 | -1/+2 |
| * | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 1 | -2/+2 |
| * | Avoid an egcs pessimization for 64-bit signed division on i386's. | Bruce Evans | 1998-06-14 | 1 | -2/+2 |
| * | Make sure we go a nfs_fsinfo() in get/putpages before calling | Peter Wemm | 1998-06-01 | 1 | -30/+70 |
| * | When using NFSv3, use the remote server's idea of the maximum file size | Peter Wemm | 1998-05-30 | 1 | -2/+7 |
| * | A cleaner fix for PR#5102, clear nonsense flags at mount time rather than | Peter Wemm | 1998-05-20 | 1 | -3/+1 |
| * | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -3/+5 |
| * | Don't allow the readdirplus routine to be used in NFS V2. | Steve Price | 1998-03-28 | 1 | -1/+3 |
| * | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | Julian Elischer | 1998-03-08 | 1 | -1/+5 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -22/+145 |
| * | Trivial filesystem getpages/putpages implementations, set the second. | Mike Smith | 1998-03-06 | 1 | -1/+16 |