summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-10/+11
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+3
* Fix ufs_bmap so that triple indirect blocks might work.dyson1995-11-051-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-5/+28
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-3/+2
* Removed obsolete vtrace() remnants.dg1995-03-041-9/+4
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-4/+5
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-081-4/+8
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+294
OpenPOWER on IntegriCloud