aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-302-2/+0
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-292-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-157-0/+12
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-152-0/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+2
* Change the write-behind code to take more care when startingMatthew Dillon2000-04-021-1/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-202-5/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-202-2/+4
* Bug fixes for currently harmless bugs that could rise to biteKirk McKusick2000-03-151-1/+1
* 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
* Oops, the previous commit was missing a new include.Bruce Evans1999-08-231-0/+1
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-231-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-132-11/+11
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-4/+1
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.Bruce Evans1999-07-251-2/+4
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasKirk McKusick1999-07-131-1/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-262-3/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-4/+4