summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-335/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Move EXT2FS to GEOM backing instead of DEVFS.phk2004-10-291-3/+7
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-1/+1
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-181-0/+1
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-181-11/+11
* Following a repo-copy from src/sys/ufs/ufs, rename functions andiedowse2002-05-141-40/+21
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* Remove register keyword.phk2002-05-131-1/+1
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-4/+9
* Remove two unused arguments from ufs_bmaparray().phk2001-04-291-20/+15
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+23
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-7/+16
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* s/biowait/bufwait/gphk2000-04-291-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-151-1/+1
* Remove v_maxio from struct vnode.phk1999-09-291-2/+1
* Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-201-6/+4
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-35/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-4/+4
* Continue where Julian left off in July 1998:phk1999-05-071-4/+4
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-271-2/+3
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+2
* Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-181-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-6/+38
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-241-7/+14
* Removed unused #includes.bde1997-09-021-3/+1
* Update a number of routines to reflect the actual namempp1997-03-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud