| Commit message (Expand) | Author | Age | Files | Lines |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 2 | -7/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 10 | -10/+10 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -6/+2 |
* | Fix bug introduced in rev 1.28, which causes kernel build to break for | sheldonh | 1999-08-24 | 1 | -2/+4 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -17/+20 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -8/+8 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 3 | -8/+5 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 2 | -11/+9 |
* | Use the fsid from the superblock, unless it looks bogus or has already | phk | 1999-07-11 | 1 | -6/+6 |
* | Add $Id$ | roberto | 1999-07-07 | 1 | -0/+1 |
* | Update pathnames for new location of soft-updates sources. | jdp | 1999-07-03 | 1 | -4/+4 |
* | No longer need to set B_ASYNC flag since BUF_KERNPROC now | mckusick | 1999-06-29 | 1 | -2/+1 |
* | Keep the inlines for <sys/buf.h> happy.. | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 2 | -15/+20 |
* | On our final pass through ffs_fsync, do all I/O synchronously so that | mckusick | 1999-06-18 | 1 | -7/+8 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 1 | -12/+14 |
* | Get rid of the global variable rushjob and replace it with a function in | mckusick | 1999-06-15 | 1 | -41/+45 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -3/+2 |
* | Cosmetic changes to make it compile without errors in gcc -Wall | julian | 1999-05-22 | 1 | -10/+17 |
* | Add a hook to ffs_fsync to allow soft updates to get first chance at doing | mckusick | 1999-05-14 | 4 | -30/+113 |
* | Try and fix a dev_t/major/minor etc nit. | peter | 1999-05-12 | 1 | -3/+3 |
* | Put back changes that might be causing trouble on Alpha. | mckusick | 1999-05-09 | 1 | -3/+5 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -8/+8 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -8/+8 |
* | Whitespace cleanup. | mckusick | 1999-05-07 | 1 | -2/+2 |
* | Get rid of random debugging cruft; sync up with latest version. | mckusick | 1999-05-07 | 1 | -38/+10 |
* | Severe slowdowns have been reported when creating or removing many | mckusick | 1999-05-07 | 1 | -108/+290 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -1/+2 |
* | Simplify the tunefs example, since tunefs uses getfsfile(). Lots of | msmith | 1999-04-27 | 1 | -3/+3 |
* | Reorganize locking to avoid holding the lock during calls to bdwrite | mckusick | 1999-03-02 | 1 | -3/+9 |
* | When fsync'ing a file on a filesystem using soft updates, we first try | mckusick | 1999-03-02 | 1 | -10/+18 |
* | Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries | mckusick | 1999-03-02 | 2 | -5/+48 |
* | fix double LIST_REMOVE; other cosmetic changes to match version 9.32. | mckusick | 1999-02-17 | 1 | -12/+13 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 3 | -24/+24 |
* | Gutted softdep_deallocate_dependencies and replaced it with a panic. It | dg | 1999-01-22 | 1 | -41/+3 |
* | Silence warning about unused debug function. (I'll turn this function | eivind | 1999-01-12 | 1 | -3/+3 |
* | Add a warning about the copyright restraints. | eivind | 1999-01-08 | 1 | -0/+4 |
* | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | bde | 1999-01-07 | 6 | -44/+39 |
* | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value | bde | 1999-01-06 | 2 | -7/+7 |
* | Ifdefed the conditionally used variable `prtrealloc'. Declare it | bde | 1999-01-06 | 1 | -2/+4 |
* | Backed out rev.1.47. It just broke my optimisations for lazy syncing | bde | 1999-01-06 | 1 | -5/+3 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -3/+3 |
* | Remove the last clients of vfs_object_create(..., waslocked=1); | eivind | 1999-01-02 | 1 | -3/+7 |
* | Remove some compiler warnings. | julian | 1998-12-10 | 1 | -9/+6 |
* | Don't use the strange null pointer constant `(ufs_daddr_t)0' in a call | bde | 1998-11-29 | 1 | -3/+3 |
* | Restored the "reallocblks" code to its former glory. What this does is | dg | 1998-11-13 | 1 | -14/+4 |
* | Change dirty block list handling to use TAILQ macros. | peter | 1998-10-31 | 1 | -8/+8 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 3 | -8/+9 |