| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer | Ulf Lilleengen | 2010-01-14 | 1 | -535/+0 |
| * | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 1 | -4/+4 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 1 | -2/+0 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -0/+2 |
| * | Move ext2fs from src/gnu to src/gnu/fs. | Craig Rodrigues | 2005-06-15 | 1 | -6/+6 |
| * | Don't hold a reference to the disk vnode for each inode. | Poul-Henning Kamp | 2005-03-16 | 1 | -4/+4 |
| * | Remove debug printout of major/minor numbers, print name instead. | Poul-Henning Kamp | 2005-02-27 | 1 | -2/+2 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -2/+2 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Fix two off-by-one errors when sanity-checking inode numbers. In | Ian Dowse | 2002-05-18 | 1 | -1/+1 |
| * | Use explicitly-sized types where necessary to make ext2fs work again | Ian Dowse | 2002-05-18 | 1 | -16/+16 |
| * | Remove register keyword. | Ian Dowse | 2002-05-16 | 1 | -10/+10 |
| * | Complete the separation of ext2fs from ufs by copying the remaining | Ian Dowse | 2002-05-16 | 1 | -22/+4 |
| * | Repaired CSRG id. This file was not in Lite1; it was just cloned from a | Bruce Evans | 2002-03-23 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 1 | -1/+1 |
| * | Preceed/preceeding are not english words. Use precede or preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 1 | -1/+1 |
| * | ext2fs relies on UFS support code, and as a result also requires | Robert Watson | 2000-04-15 | 1 | -0/+2 |
| * | Oops, the previous commit was missing a new include. | Bruce Evans | 1999-08-23 | 1 | -0/+1 |
| * | Use devtoname() to print dev_t's instead of casting them to long or u_long | Bruce Evans | 1999-08-23 | 1 | -2/+2 |
| * | Fixed printing of a dev_t in a panic message. Fixed the function name | Bruce Evans | 1999-05-13 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -1/+1 |
| * | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | Bruce Evans | 1999-01-07 | 1 | -5/+2 |
| * | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value | Bruce Evans | 1999-01-06 | 1 | -1/+1 |
| * | Fixed initialization of new inodes. ext2fs doesn't clear inodes when | Bruce Evans | 1998-09-29 | 1 | -1/+3 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-30 | 1 | -2/+2 |
| * | Removed unused includes. | Bruce Evans | 1998-06-21 | 1 | -1/+0 |
| * | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -1/+1 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -1/+0 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -0/+1 |
| * | Fixed corruption of the per-group used directories count. It wasn't | Bruce Evans | 1997-12-03 | 1 | -3/+4 |
| * | Use the same algorithm as ffs for generation numbers. | Bruce Evans | 1997-12-02 | 1 | -5/+2 |
| * | Removed __FreeBSD__ ifdefs. | Bruce Evans | 1997-12-02 | 1 | -11/+0 |
| * | Another VFS cleanup "kilo commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -1/+1 |
| * | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 1 | -25/+18 |
| * | I think my previous change may have opened a race conditio. | Poul-Henning Kamp | 1997-10-14 | 1 | -2/+0 |
| * | ufs_ihashrem() should not be called from the UFS layer, but from the | Poul-Henning Kamp | 1997-10-14 | 1 | -0/+2 |
| * | Removed unused #includes. | Bruce Evans | 1997-06-14 | 1 | -4/+0 |
| * | Fixed gratuitous ANSIisms. | Bruce Evans | 1997-04-01 | 1 | -3/+5 |
| * | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | Bruce Evans | 1997-03-22 | 1 | -7/+6 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -0/+4 |
| * | Convert QUOTA to new-style option. | Garrett Wollman | 1996-01-05 | 1 | -0/+2 |
| * | Restored variables that are used iff QUOTA is defined. | Bruce Evans | 1995-12-10 | 1 | -0/+3 |
| * | Get rid of the last debug sysctl variables of the old style. | Poul-Henning Kamp | 1995-11-14 | 1 | -1/+1 |
| * | Cleaned up some lint and some obvious prototyping errors. | John Dyson | 1995-11-08 | 1 | -3/+1 |
| * | Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO | John Dyson | 1995-11-05 | 1 | -0/+572 |