| Commit message (Expand) | Author | Age | Files | Lines |
* | - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate(). | jeff | 2005-04-05 | 1 | -105/+104 |
* | - Fix an assert now that the XLOCK no longer exists. | jeff | 2005-03-13 | 1 | -4/+1 |
* | - Add VOP locking asserts in several functions that have been implicated in | jeff | 2005-02-22 | 1 | -0/+3 |
* | - In the softupdates case for ffs_truncate() we use vinvalbuf() to | jeff | 2005-02-09 | 1 | -0/+1 |
* | Don't use the UFS_* and VFS_* functions where a direct call is possble. | phk | 2005-02-08 | 1 | -4/+4 |
* | For snapshots we need all VOP_LOCKs to be exclusive. | phk | 2005-02-08 | 1 | -3/+3 |
* | - Acquire the ufs lock when manipulating some fields of struct fs. | jeff | 2005-01-24 | 1 | -7/+13 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -3/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -3/+3 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Loose the v_dirty* and v_clean* alias macros. | phk | 2004-10-25 | 1 | -2/+2 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -1/+1 |
* | Avoid using casts as lvalues. Introduce DIP_SET macro which sets proper | kan | 2004-07-28 | 1 | -16/+19 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY() | phk | 2003-10-18 | 1 | -0/+1 |
* | - In ffs_update() assert that either the vnode lock or the XLOCK is held. | jeff | 2003-10-05 | 1 | -0/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 1 | -1/+1 |
* | - Convert locks to use standard macros. | jeff | 2002-09-25 | 1 | -0/+2 |
* | Don't call softdep_slowdown() if soft updates are not active on the | iedowse | 2002-08-05 | 1 | -1/+1 |
* | Add support to UFS2 to provide storage for extended attributes. | mckusick | 2002-07-19 | 1 | -21/+81 |
* | Rename the BALLOC flags from B_* to BA_* to avoid confusion with the | dillon | 2002-06-23 | 1 | -6/+6 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -56/+82 |
* | Remove register keyword. | phk | 2002-05-13 | 1 | -10/+10 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | When taking a snapshot, we must check for active files that have | mckusick | 2002-02-02 | 1 | -4/+6 |
* | Put write on read-only filesystem panic after we have weeded out | mckusick | 2002-01-16 | 1 | -2/+2 |
* | When downgrading a filesystem from read-write to read-only, operations | mckusick | 2002-01-15 | 1 | -2/+4 |
* | When a file is partially truncated, we first check to see if the | mckusick | 2001-12-13 | 1 | -0/+12 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 1 | -0/+2 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 1 | -2/+2 |
* | 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 |
* | Get rid of spurious check in ffs_truncate for i_size == length | mckusick | 2000-12-19 | 1 | -2/+0 |
* | Preventing runaway kernel soft updates memory, take three. | mckusick | 2000-12-13 | 1 | -2/+2 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -0/+3 |
* | Clean up the snapshot code so that it no longer depends on the use of | mckusick | 2000-07-26 | 1 | -0/+3 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 1 | -1/+1 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+2 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |