| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-30 | Typo fixes in comments from jmc@openbsd. | wiz |
| 2003-11-27 | genfs_revoke: use ltsleep() to release the vnode spin lock to avoid a | pk |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz |
| 2003-09-24 | fix a bug of lfs. | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-17 | Micro-optimisation- move the "pgs == NULL" check from the previous | simonb |
| 2003-06-15 | genfs_getpages: if number of pages requested is >16, | yamt |
| 2003-04-23 | Correct use of MAXBSIZE where MAXPHYS was intended. This is a necessary | tls |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2003-04-10 | use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodes | jdolecek |
| 2003-04-10 | improve genfs_eopnotsupp_rele() so that's usable for vop_rename, | jdolecek |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-17 | Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now | perseant |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-01-21 | step 3. Assign lwp properly if null, so that we can PHOLD without segfaulting. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-15 | genfs_compat_gop_write: set uio_iovcnt correctly. | yamt |
| 2002-10-25 | use B_ASYNC for children of nested buffers in genfs_getpages. | yamt |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-21 | Use B_ASYNC in the !PGO_SYNCIO case. Gets back most, if not all, NFS | fvdl |
| 2002-05-29 | Add missing pageq lock while uvm_pagefree() is called (either directly | enami |
| 2002-05-18 | Just give up to do readahead rather than waiting busy pages. | enami |
| 2002-05-14 | Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent | perseant |
| 2002-05-10 | Redo rev. 1.57 a bit different way; don't use `tpg' since it may be freed. | enami |
| 2002-05-10 | Don't modify the local variable `n' in genfs_putpages(). It should contain | enami |
| 2002-05-09 | When traversing by list, if the page next to us is a page in the cluster, | enami |
| 2002-05-09 | - In genfs_putpages(), no need to restrict the cluster within the given | enami |
| 2002-05-06 | Since npages may includes number of pages behind us, we can't use it to | enami |
| 2002-05-06 | Stylistic change; introduce new local variable and use it instead of | enami |
| 2002-04-26 | We don't need to re-activate page in genfs_putpages() when GOP_WRITE returns | enami |
| 2002-04-16 | genfs_{compat_}getpages(): For PGO_LOCKED request, it is safe to return | enami |
| 2002-04-16 | KNF and other misc. cosmetic changes. | enami |
| 2002-03-22 | in genfs_compat_getpages(), clear any part of a page that | chs |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-02 | don't yield the cpu in genfs_putpages() if we're the pagedaemon. | chs |
| 2002-02-20 | Don't use MALLOC for variable sized allocation. | enami |
| 2002-02-19 | fix two problems: | chs |
| 2002-02-13 | Don't bother to subtract 0. | enami |
| 2002-02-12 | Don't leave junk in pgs[] array since it will be passed to uvn_findpages() | enami |
| 2002-01-26 | in genfs_putpages(): | chs |
| 2001-12-31 | in genfs_gop_write(), actually set the B_ASYNC flag on buffers that we're | chs |
| 2001-12-31 | in genfs_putpages(), we must wait for any pending write i/os to complete | chs |
| 2001-12-18 | add some compatibility routines to allow mmap() to work non-UBCified | chs |
| 2001-12-06 | add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems. | chs |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |