aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-151-335/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-3/+3
* Move EXT2FS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-3/+7
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-241-1/+1
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-221-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()Poul-Henning Kamp2003-10-181-0/+1
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-1/+1
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincePoul-Henning Kamp2003-01-031-1/+1
* Use explicitly-sized types where necessary to make ext2fs work againIan Dowse2002-05-181-11/+11
* Following a repo-copy from src/sys/ufs/ufs, rename functions andIan Dowse2002-05-141-40/+21
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-2/+2
* Remove register keyword.Poul-Henning Kamp2002-05-131-1/+1
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-4/+9
* Remove two unused arguments from ufs_bmaparray().Poul-Henning Kamp2001-04-291-20/+15
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-1/+23
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-7/+16
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Bug fixes for currently harmless bugs that could rise to biteKirk McKusick2000-03-151-1/+1
* 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