aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-032-2/+2
* MFC: Fix two off-by-one errors when sanity-checking inode numbers.Ian Dowse2002-07-012-2/+2
* 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: Bring sizeof(struct inode) back to 256 bytes by reducing theIan Dowse2001-09-291-2/+2
* MFC: ext2fs support on alpha. I have tested it using an ext2fs fs createdAndrew Gallatin2001-08-143-1/+5
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-2/+2
* MFC:David E. O'Brien2001-03-051-2/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-231-0/+255
* MFC ufs_readwrite.c 1.72, ext2_readwrite.c 1.20. Fix a data-consistencyMatthew Dillon2000-12-221-0/+9
* MFC (1.6: quick fix for not writing group descriptor group, inodeBruce Evans2000-11-111-1/+2
* MFC (pass the correct inode number to VFS_VGET() for mknod()).Bruce Evans2000-11-071-1/+3
* MFC (support filesystems with the not-so-new "sparse_superblocks"Bruce Evans2000-11-054-15/+45
* MFC (1.25 fixed overruns of cookie buffer and directory buffer inBruce Evans2000-10-271-11/+22
* move $FreeBSD$ to the same place as -currentPeter Wemm2000-08-031-2/+1
* MFC: $FreeBSD$Peter Wemm2000-08-036-0/+9
* MFC sequential write detection heuristic. This extends the sequentialMatthew Dillon2000-04-261-1/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-134-770/+0
* Don't forget to check for unsupported features when updating. It wasBruce Evans2000-03-091-1/+4
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).Bruce Evans2000-03-032-12/+24
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+2
* Support filesystems with the not-so-new "filetype" feature. ThisBruce Evans2000-01-051-66/+95
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedBruce Evans2000-01-022-19/+34
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. TheBruce Evans2000-01-012-50/+172
* Merged cosmetic changes from the initial import on the vendor branchBruce Evans2000-01-011-62/+118
* Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)Bruce Evans2000-01-013-88/+72
* Updated/corrected the list of GPL'ed files.Bruce Evans2000-01-011-0/+5
* This file is not used directly. The small parts of it that are used wereBruce Evans2000-01-011-780/+0
* This file is not used directly. It was merged into ext2_linux_balloc.cBruce Evans2000-01-011-26/+0
* This commit was generated by cvs2svn to compensate for changes in r55289,Bruce Evans2000-01-012-0/+806
|\
| * Import the Linux ext2fs files that our GPL'ed ext2fs files seem to beBruce Evans2000-01-017-0/+2547
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4
* 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-152-23/+3
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Fix __asm__ clobber list abuse.David E. O'Brien1999-11-151-3/+5
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-2/+7
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-1/+4
* Quick fix for breakage of ext2fs link counts as reported by stat(2) byBruce Evans1999-11-031-0/+1
* 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
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-2/+1
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-201-2/+3
* Fix a harmless bug I introduced, simplify a bit more while here.Poul-Henning Kamp1999-09-201-6/+4
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-201-35/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-7/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-5/+1