summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* vm_page_is_valid() wasn't expecting a large offset argument, it'speter1998-05-011-2/+3
* Fix one problem with NFSv3 > 2GB file support.peter1998-05-011-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Correct a problem where buffers might not be zeroed when needed. Thedyson1998-03-271-3/+3
* In kern_physio.c fix tsleep priority messup.dyson1998-03-191-41/+71
* Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* Deleted PC-98 code because (1) machine dependent code should not be inkato1998-03-171-8/+1
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-63/+86
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+77
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-108/+71
* Fix a rounding error for the NFS buffer validend.dyson1998-03-041-2/+2
* 1) Use a more consistent page wait methodology.dyson1998-03-011-24/+7
* Fix a && that should be an &.dg1998-02-111-2/+2
* Staticize.eivind1998-02-091-5/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-4/+22
* Various NFS fixes:dyson1998-01-251-1/+5
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-11/+20
* VM level code cleanups.dyson1998-01-221-7/+20
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-9/+7
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-1/+8
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-13/+71
* Improve my copyright.dyson1997-12-221-11/+4
* Slight performance improvement, removal of unneeded SPLs.dyson1997-12-071-11/+23
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-3/+3
* Fix a serious problem during resizing buffers where old buffersdyson1997-12-011-2/+11
* Avoid manipulating the buffer map at interrupt time by deferring bfreekvadyson1997-11-241-5/+1
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-2/+2
* Removed unused #includes.bde1997-10-281-4/+1
* VFS interior redecoration.phk1997-10-261-8/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* init_main.c subr_autoconf.c:gibbs1997-09-211-46/+15
* Re-institute a bugfix in allocation of anonymous buffer memory.dyson1997-09-211-7/+36
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
* Some staticized variables were still declared to be extern.bde1997-09-071-3/+3
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-5/+5
* Some corrections to the anonymous page managment.dyson1997-08-211-5/+5
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-091-1/+5
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-151-38/+234
* Fixed livelock in getnewbuf().bde1997-06-131-3/+5
* Don't throw NFS B_DELWRI buffers back to the vm system in brelse.dfr1997-06-061-3/+11
* Fix some performance problems with the NFS mmap fixes.dfr1997-06-031-2/+6
* The previous fix didn't work properly for small block size filesystems,dfr1997-05-301-20/+39
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-50/+102
* Add a DDB command `show buffer', to display a struct buf. It's impossiblejoerg1997-05-101-1/+30
OpenPOWER on IntegriCloud