| Commit message (Expand) | Author | Age | Files | Lines |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 3 | -3/+8 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 2 | -8/+8 |
* | Simplify the tunefs example, since tunefs uses getfsfile(). Lots of | msmith | 1999-04-27 | 1 | -3/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 2 | -8/+8 |
* | Change type of a variable from u_int to size_t, so that pointer to it may be | dt | 1999-04-21 | 1 | -2/+2 |
* | Correct typo in panic message | eivind | 1999-04-11 | 1 | -2/+2 |
* | Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP. | peter | 1999-04-06 | 1 | -3/+3 |
* | Catch a case spotted by Tor where files mmapped could leave garbage in the | julian | 1999-04-05 | 1 | -6/+17 |
* | There's not much point in the EXPORTMFS #ifdef. I've had this sitting | peter | 1999-04-05 | 1 | -3/+1 |
* | Stop the mfs from trying to swap out crucial bits of the mfs | julian | 1999-03-12 | 1 | -7/+7 |
* | Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including | bde | 1999-03-06 | 1 | -1/+2 |
* | Moved kernel declarations inside the KERNEL ifdef, and removed | bde | 1999-03-05 | 1 | -7/+7 |
* | Changed the type of quotactl()'s 4th arg from `char *' to `void *' | bde | 1999-03-05 | 1 | -2/+2 |
* | Reorganize locking to avoid holding the lock during calls to bdwrite | mckusick | 1999-03-02 | 1 | -3/+9 |
* | Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that | imp | 1999-03-02 | 1 | -2/+2 |
* | 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 last commit based on feedback from Guido, Bruce and Terry. | imp | 1999-02-26 | 1 | -5/+6 |
* | Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink and | imp | 1999-02-25 | 1 | -1/+5 |
* | Update ufs_vnops code to use new specinfo fields rather then guess. | dillon | 1999-02-25 | 1 | -7/+14 |
* | fix double LIST_REMOVE; other cosmetic changes to match version 9.32. | mckusick | 1999-02-17 | 1 | -12/+13 |
* | Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFS | dillon | 1999-02-13 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 10 | -54/+54 |
* | Remove unintended trigraph sequences in comments for -Wall | dillon | 1999-01-27 | 1 | -2/+2 |
* | Gutted softdep_deallocate_dependencies and replaced it with a panic. It | dg | 1999-01-22 | 1 | -41/+3 |
* | Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and | dillon | 1999-01-21 | 1 | -1/+1 |
* | Access to mfsp->buf_queue must be protected at splbio(). Other minor | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 5 | -23/+141 |
* | 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 | 11 | -84/+60 |
* | 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 |
* | Ifdefed conditionally used simplock variables. | bde | 1999-01-02 | 1 | -1/+3 |
* | Remove the last clients of vfs_object_create(..., waslocked=1); | eivind | 1999-01-02 | 1 | -3/+7 |
* | The mount_mfs process that stays in a supervisor context handling MFS | dillon | 1999-01-01 | 1 | -1/+11 |
* | Fixed null pointer panics which I introduced in rev.1.86. Vnodes | bde | 1998-12-24 | 1 | -7/+19 |
* | Remove unused file. It seems to have been a vestige of when mfs did its | bde | 1998-12-20 | 1 | -43/+0 |
* | In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, then | dfr | 1998-12-20 | 1 | -3/+3 |
* | Add comments to code that I was trying to understand. | julian | 1998-12-15 | 1 | -5/+107 |
* | Fix -Wuninitialized warning regarding zero-length var-args ctl element. | dillon | 1998-12-14 | 1 | -2/+2 |
* | Remove some compiler warnings. | julian | 1998-12-10 | 1 | -9/+6 |
* | Make compare correct with unsigned types. (Problem introduced by Lite/2). | eivind | 1998-12-09 | 1 | -3/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+2 |
* | 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 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 3 | -3/+6 |
* | Change dirty block list handling to use TAILQ macros. | peter | 1998-10-31 | 1 | -8/+8 |