| Commit message (Expand) | Author | Age | Files | Lines |
* | When taking a snapshot, we must check for active files that have | mckusick | 2002-02-02 | 1 | -65/+74 |
* | This patch fixes a long standing complaint with soft updates in | mckusick | 2002-01-22 | 1 | -6/+22 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+3 |
* | Change the atomic_set_char to atomic_set_int and atomic_clear_char | mckusick | 2001-12-18 | 1 | -8/+6 |
* | Minimize the time necessary to suspend operations on a filesystem | mckusick | 2001-12-14 | 1 | -0/+14 |
* | o Replace two direct uid!=0 comparisons with suser_xxx() calls. | rwatson | 2001-10-02 | 1 | -2/+2 |
* | Fix warning: | peter | 2001-06-15 | 1 | -1/+1 |
* | Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduce | mckusick | 2001-05-04 | 1 | -3/+1 |
* | 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 |
* | Background fsck sysctl operations must use vn_start_write and | mckusick | 2001-04-17 | 1 | -8/+14 |
* | Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>. | mckusick | 2001-04-10 | 1 | -17/+112 |
* | Fix typo ); -> , | asmodai | 2001-03-24 | 1 | -1/+1 |
* | Check that background fsck operation is being done on a ufs filesystem. | mckusick | 2001-03-23 | 1 | -0/+2 |
* | Add kernel support for running fsck on active filesystems. | mckusick | 2001-03-21 | 1 | -14/+219 |
* | Report the correct inode number when panicing with freeing free inode. | mckusick | 2001-03-21 | 1 | -14/+14 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | Minor change: fix warning - move a 'struct vnode *vp' declaration inside a | peter | 2000-07-28 | 1 | -0/+2 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -1/+16 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Use 64-bit math to decide if optimization needs to be changed. | mckusick | 2000-03-15 | 1 | -30/+48 |
* | Several performance improvements for soft updates have been added: | mckusick | 2000-01-10 | 1 | -0/+7 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -1/+1 |
* | Preferentially allocate the first indirect block in the same | mckusick | 1999-12-01 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | 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 |
* | Try and fix a dev_t/major/minor etc nit. | peter | 1999-05-12 | 1 | -3/+3 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | bde | 1999-01-07 | 1 | -6/+3 |
* | Ifdefed the conditionally used variable `prtrealloc'. Declare it | bde | 1999-01-06 | 1 | -2/+4 |
* | Restored the "reallocblks" code to its former glory. What this does is | dg | 1998-11-13 | 1 | -14/+4 |
* | Put the zombie ffs sysctl node in "notyet" state together with its few | bde | 1998-09-07 | 1 | -1/+3 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 1 | -1/+2 |
* | Removed unused includes. | bde | 1998-08-17 | 1 | -2/+3 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -19/+21 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -6/+6 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -23/+70 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Fix a small style bug in the generation number change (rev.1.33) before | bde | 1997-12-02 | 1 | -2/+2 |
* | Staticized. | bde | 1997-11-22 | 1 | -3/+6 |
* | Unremoved prtrealloc and the declaration of ffs_clusteralloc(). These | bde | 1997-11-22 | 1 | -1/+9 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -5/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -2/+2 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -24/+18 |
* | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 1 | -4/+1 |
* | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 1 | -1/+4 |
* | [Regarding the previous patch] This is completely wrong. | phk | 1997-09-19 | 1 | -3/+5 |