| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo (accessable --> accessible). | alex | 2000-06-14 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 9 | -0/+11 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 2 | -2/+0 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 2 | -2/+2 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | ext2fs relies on UFS support code, and as a result also requires | rwatson | 2000-04-15 | 7 | -0/+12 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 2 | -0/+3 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+2 |
* | Change the write-behind code to take more care when starting | dillon | 2000-04-02 | 1 | -1/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 2 | -5/+5 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 2 | -2/+4 |
* | Bug fixes for currently harmless bugs that could rise to bite | mckusick | 2000-03-15 | 1 | -1/+1 |
* | Don't forget to check for unsupported features when updating. It was | bde | 2000-03-09 | 1 | -1/+4 |
* | MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support). | bde | 2000-03-03 | 2 | -12/+24 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -2/+2 |
* | Support filesystems with the not-so-new "filetype" feature. This | bde | 2000-01-05 | 1 | -66/+95 |
* | Don't allow mounting (or mounting R/W) of filesystems with unsupported | bde | 2000-01-02 | 2 | -19/+34 |
* | Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. The | bde | 2000-01-01 | 2 | -50/+172 |
* | Merged cosmetic changes from the initial import on the vendor branch | bde | 2000-01-01 | 1 | -62/+118 |
* | Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h) | bde | 2000-01-01 | 2 | -2/+72 |
* | Updated/corrected the list of GPL'ed files. | bde | 2000-01-01 | 1 | -0/+5 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 2 | -4/+4 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 2 | -23/+3 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -1/+1 |
* | Fix __asm__ clobber list abuse. | obrien | 1999-11-15 | 1 | -3/+5 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -1/+2 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -2/+7 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -1/+4 |
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | bde | 1999-11-03 | 1 | -0/+1 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 1 | -1/+1 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -14/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 1 | -2/+1 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -2/+3 |
* | Fix a harmless bug I introduced, simplify a bit more while here. | phk | 1999-09-20 | 1 | -6/+4 |
* | Step one of replacing devsw->d_maxio with si_bsize_max. | phk | 1999-09-20 | 1 | -35/+4 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -7/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -5/+1 |
* | Oops, the previous commit was missing a new include. | bde | 1999-08-23 | 1 | -0/+1 |
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | bde | 1999-08-23 | 1 | -1/+1 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -2/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 2 | -11/+11 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 2 | -4/+1 |
* | Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads. | bde | 1999-07-25 | 1 | -2/+4 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 1 | -1/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 2 | -3/+2 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -4/+4 |