aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-320/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-2/+1
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-4/+4
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-4/+4
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-271-2/+3
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+2
* Quick fix for breakage of read clustering on non-IDE drives. ReadBruce Evans1998-08-181-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-241-6/+38
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,Bruce Evans1997-11-241-7/+14
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* Update a number of routines to reflect the actual nameMike Pritchard1997-03-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-10/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+3
* Fix ufs_bmap so that triple indirect blocks might work.John Dyson1995-11-051-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-5/+28
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-3/+2
* Removed obsolete vtrace() remnants.David Greenman1995-03-041-9/+4
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-4/+5
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,Poul-Henning Kamp1994-10-081-4/+8
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+294