| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 1 | -9/+5 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -1/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -3/+3 |
* | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | bde | 1999-01-07 | 1 | -11/+7 |
* | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value | bde | 1999-01-06 | 1 | -2/+2 |
* | Backed out rev.1.47. It just broke my optimisations for lazy syncing | bde | 1999-01-06 | 1 | -5/+3 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -2/+3 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -2/+2 |
* | Restore pre-v1.44 behavior: always copy modified in-core inode to disk | luoqi | 1998-09-15 | 1 | -3/+5 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+2 |
* | Sync timestamp changes for inodes of special files to disk as late | bde | 1998-07-03 | 1 | -8/+8 |
* | Centralized in-core inode update. Update the in-core inode directly | bde | 1998-07-03 | 1 | -21/+6 |
* | Slight change to directory cleanup | julian | 1998-06-14 | 1 | -5/+9 |
* | Correct an error that I made where the vtruncbuf was changed back | dyson | 1998-05-04 | 1 | -2/+2 |