| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'. | cvs2svn | 2002-07-03 | 1 | -1/+1 |
| * | MFC: Fix two off-by-one errors when sanity-checking inode numbers. | Ian Dowse | 2002-07-01 | 1 | -1/+1 |
| * | MFC (ext2_vfsops.c 1.91, cd9660_vfsops.c 1.98, ffs_vfsops.c 1.173: set | Bruce Evans | 2002-04-08 | 1 | -0/+4 |
| * | Bump __FreeBSD_version to 440002 to account for the mount structure | Matthew Dillon | 2001-11-04 | 1 | -0/+1 |
| * | MFC change vnode list under mount point from LIST to TAILQ in preparation | Matthew Dillon | 2001-10-25 | 1 | -4/+5 |
| * | MFC: ext2fs support on alpha. I have tested it using an ext2fs fs created | Andrew Gallatin | 2001-08-14 | 1 | -1/+1 |
| * | MFC: Change the interface to vflush() so that it can deal with | Ian Dowse | 2001-07-26 | 1 | -2/+2 |
| * | MFC (support filesystems with the not-so-new "sparse_superblocks" | Bruce Evans | 2000-11-05 | 1 | -8/+12 |
| * | Don't forget to check for unsupported features when updating. It was | Bruce Evans | 2000-03-09 | 1 | -1/+4 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -2/+2 |
| * | Don't allow mounting (or mounting R/W) of filesystems with unsupported | Bruce Evans | 2000-01-02 | 1 | -16/+34 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+2 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+3 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | Next step in the device cleanup process. | Poul-Henning Kamp | 1999-11-09 | 1 | -1/+4 |
| * | Newline-terminate the complaint message about not being able to find | Mike Smith | 1999-11-01 | 1 | -1/+1 |
| * | Remove the D_NOCLUSTER[RW] options which were added because vn had | Poul-Henning Kamp | 1999-09-30 | 1 | -14/+0 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -7/+5 |
| * | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | Poul-Henning Kamp | 1999-08-25 | 1 | -5/+1 |
| * | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | Bruce Evans | 1999-08-23 | 1 | -1/+1 |
| * | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 1 | -7/+7 |
| * | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 1 | -2/+0 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -2/+1 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -7/+7 |
| * | Continue where Julian left off in July 1998: | Poul-Henning Kamp | 1999-05-07 | 1 | -7/+7 |
| * | Fixed parenthesization botch in previous commit. Async update of inodes | Bruce Evans | 1999-01-29 | 1 | -1/+1 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -18/+18 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 1 | -2/+1 |
| * | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | Bruce Evans | 1998-10-25 | 1 | -1/+2 |
| * | Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY | Bruce Evans | 1998-09-26 | 1 | -42/+63 |
| * | Fixed missing newlines in messages in ext2_check_descriptors(). | Bruce Evans | 1998-09-26 | 1 | -8/+12 |
| * | Fixed clean flag handling: | Bruce Evans | 1998-09-26 | 1 | -10/+35 |
| * | Fixed the usual missing permissions checks in mount(). As for cd9660, | Bruce Evans | 1998-09-09 | 1 | -1/+35 |
| * | Don't forget to initialize the inode lock. This bug caused | Bruce Evans | 1998-09-09 | 1 | -0/+1 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -3/+3 |
| * | add anti-panic workaround from chris radek (cradek@in221.inetnebr.com) | Julian Elischer | 1998-07-30 | 1 | -0/+2 |
| * | Don't use "ffs" in an ext2fs sleep message string. | Bruce Evans | 1998-05-16 | 1 | -3/+14 |
| * | As described by the submitter: | Mike Smith | 1998-05-06 | 1 | -1/+0 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -1/+1 |
| * | Make this compile after soft updates integration. | Eivind Eklund | 1998-03-09 | 1 | -4/+4 |
| * | The intent is to get rid of WILLRELE in vnode_if.src by making | Mike Smith | 1998-03-01 | 1 | -0/+1 |
| * | Use the same algorithm as ffs for generation numbers. | Bruce Evans | 1997-12-02 | 1 | -4/+1 |
| * | Removed __FreeBSD__ ifdefs. | Bruce Evans | 1997-12-02 | 1 | -40/+0 |
| * | Use consistent description strings for M_EXT2NODE. This also fixes a | Bruce Evans | 1997-11-20 | 1 | -1/+1 |
| * | Reviewed by: various. | Julian Elischer | 1997-11-12 | 1 | -1/+1 |
| * | Another VFS cleanup "kilo commit" | Poul-Henning Kamp | 1997-10-16 | 1 | -0/+1 |
| * | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 1 | -0/+4 |
| * | Two more places where root filesystems were mounted, put them at the head of | Julian Elischer | 1997-10-16 | 1 | -1/+1 |