| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -9/+0 |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 1 | -1/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -3/+3 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -18/+3 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | Quick fix for non-unique inode numbers for hard links. We use the | bde | 2002-05-22 | 1 | -6/+14 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -13/+12 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -32/+0 |
* | Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY. | phk | 2001-04-30 | 1 | -10/+4 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -1/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -42/+3 |
* | 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 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -18/+0 |
* | Commit the kernel part of our DVD support. Nothing much to say really, | sos | 1999-12-07 | 1 | -0/+30 |
* | remove unused #includes | phk | 1999-10-11 | 1 | -1/+0 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+2 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Add support for Joliet extensions to the iso9660 fs. The related PR | dcs | 1999-04-18 | 1 | -9/+6 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -6/+11 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+3 |
* | 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 |