| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 1 | -1/+35 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+3 |
* | Staticize a few things. | phk | 1997-11-18 | 1 | -5/+6 |
* | Use bread() instead of cluster_read() for reading the last block | bde | 1997-10-27 | 1 | -2/+2 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -2/+2 |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 1 | -60/+10 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -102/+1 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -65/+4 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -65/+3 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -22/+22 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -146/+131 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 1 | -18/+2 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -5/+5 |
* | Convert select -> poll. | peter | 1997-09-14 | 1 | -23/+19 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 1 | -2/+3 |
* | Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug and | kato | 1997-08-25 | 1 | -16/+18 |
* | Removed more traces of ISODEVMAP. | bde | 1997-04-15 | 1 | -20/+1 |
* | Remove all traces of undocumented feature ISODEVMAP. | phk | 1997-04-14 | 1 | -39/+1 |
* | Get the declaration of `struct dirent' from <sys/dirent.h>, not from | bde | 1997-04-10 | 1 | -8/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Removed bogus B_AGE policy again (see rev 1.4). | bde | 1997-02-13 | 1 | -5/+0 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -310/+411 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 1 | -2/+3 |
* | Fix signed/unsigned comparison warnings. | alex | 1996-10-20 | 1 | -4/+4 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 1 | -3/+3 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -2/+2 |
* | Provide a better handling of partially corrupted directory entries. | joerg | 1996-03-14 | 1 | -10/+12 |
* | Added prototypes. | bde | 1995-12-03 | 1 | -2/+11 |
* | Since FreeBSD clustering code now supports filesystems < PAGE_SIZE, | dyson | 1995-11-20 | 1 | -2/+6 |
* | Brought in the setattr call support from Lite-2 so that more correct error | dg | 1995-11-12 | 1 | -3/+38 |
* | Fix isoilk hang caused by not checking for read-onlyness in several places. | dg | 1995-11-12 | 1 | -1/+17 |
* | Introduced a type `vop_t' for vnode operation functions and used | bde | 1995-11-09 | 1 | -131/+131 |
* | Make a lot of stuff static. | phk | 1995-10-31 | 1 | -25/+41 |
* | Finalize GETPAGES layering scheme. Move the device GETPAGES | dyson | 1995-10-23 | 1 | -1/+2 |
* | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count | dyson | 1995-09-04 | 1 | -2/+2 |
* | Add support for the va_filerev attribute required by NFSv3. | dfr | 1995-08-02 | 1 | -1/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -42/+42 |
* | Readdir on a CDrom would return bogus "d_type" values, potentially confusing | phk | 1995-03-28 | 1 | -1/+4 |
* | strategy for block and char devices are rightfully spec_strategy. | phk | 1995-02-13 | 1 | -3/+2 |
* | Roll in my changes to make the cd9660 code understand the older | joerg | 1995-01-16 | 1 | -8/+11 |
* | Make NFS ask the filesystems for directory cookies instead of making them | dfr | 1994-09-28 | 1 | -11/+28 |
* | Alterations to silence gcc -Wall. Some unused variables deleted. | gpalmer | 1994-09-26 | 1 | -12/+11 |
* | More loadable VFS changes: | wollman | 1994-09-22 | 1 | -3/+1 |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 1 | -1/+5 |
* | Obtained from: | bde | 1994-09-15 | 1 | -2/+2 |
* | Fixed some confusion between the size of a logical block and the size of a | dfr | 1994-09-09 | 1 | -3/+5 |
* | Changed B_AGE policy to work correctly in a world with relatively large | dg | 1994-08-08 | 1 | -4/+1 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |