aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-1/+1
* MFC: Fix two off-by-one errors when sanity-checking inode numbers.Ian Dowse2002-07-011-1/+1
* MFC (ext2_vfsops.c 1.91, cd9660_vfsops.c 1.98, ffs_vfsops.c 1.173: setBruce Evans2002-04-081-0/+4
* Bump __FreeBSD_version to 440002 to account for the mount structureMatthew Dillon2001-11-041-0/+1
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-4/+5
* MFC: ext2fs support on alpha. I have tested it using an ext2fs fs createdAndrew Gallatin2001-08-141-1/+1
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-2/+2
* MFC (support filesystems with the not-so-new "sparse_superblocks"Bruce Evans2000-11-051-8/+12
* Don't forget to check for unsupported features when updating. It wasBruce Evans2000-03-091-1/+4
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+2
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedBruce Evans2000-01-021-16/+34
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+3
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-1/+4
* Newline-terminate the complaint message about not being able to findMike Smith1999-11-011-1/+1
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-14/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-7/+5
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-5/+1
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-231-1/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-7/+7
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+0
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-7/+7
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-7/+7
* Fixed parenthesization botch in previous commit. Async update of inodesBruce Evans1999-01-291-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-18/+18
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-2/+1
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-1/+2
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYBruce Evans1998-09-261-42/+63
* Fixed missing newlines in messages in ext2_check_descriptors().Bruce Evans1998-09-261-8/+12
* Fixed clean flag handling:Bruce Evans1998-09-261-10/+35
* Fixed the usual missing permissions checks in mount(). As for cd9660,Bruce Evans1998-09-091-1/+35
* Don't forget to initialize the inode lock. This bug causedBruce Evans1998-09-091-0/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-3/+3
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)Julian Elischer1998-07-301-0/+2
* Don't use "ffs" in an ext2fs sleep message string.Bruce Evans1998-05-161-3/+14
* As described by the submitter:Mike Smith1998-05-061-1/+0
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-1/+1
* Make this compile after soft updates integration.Eivind Eklund1998-03-091-4/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-0/+1
* Use the same algorithm as ffs for generation numbers.Bruce Evans1997-12-021-4/+1
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-40/+0
* Use consistent description strings for M_EXT2NODE. This also fixes aBruce Evans1997-11-201-1/+1
* Reviewed by: various.Julian Elischer1997-11-121-1/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-0/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-0/+4
* Two more places where root filesystems were mounted, put them at the head ofJulian Elischer1997-10-161-1/+1