summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-2/+2
* Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (Thisalc2003-10-201-1/+0
* - Synchronize access to a vm page's valid field using the containingalc2003-10-201-4/+10
* DuH!phk2003-10-181-2/+2
* Initialize bp->b_offset before calling VOP_STRATEGY()phk2003-10-181-0/+2
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.jeff2003-08-281-7/+11
* Revert stuff which accidentally ended up in the previous commit.phk2003-07-221-2/+2
* Don't attempt to inline large functions mb_alloc() and mb_free(),phk2003-07-221-2/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-311-1/+1
* In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before callingiedowse2003-05-281-1/+3
* - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-0/+8
* - We are not guaranteed that read ahead blocks are not in memory already.jeff2003-03-301-1/+9
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* - Unlock the target bp and not the pager buf bp in a failure case injeff2003-03-171-1/+1
* - Tune down read_max. For single disks we get no gain out of reading morejeff2003-03-131-1/+1
* - Regularize variable usage in cluster_read().jeff2003-03-111-92/+62
* - Hold the buf lock while manipulating and inspecting its fields.jeff2003-03-041-56/+70
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-4/+4
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-3/+5
* Remove duplicate includes.cognet2003-02-201-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* - Use %j to print intmax_t values.jhb2002-11-071-3/+4
* - Use incore() where no other interlock locking is necessary.jeff2002-09-251-2/+6
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* o Lock page accesses by vm_page_io_start() with the page queues lock.alc2002-07-311-1/+4
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-101-4/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-8/+7
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-3/+3
* Remove __P.alfred2002-03-191-3/+3
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-3/+3
* Document all functions, global and static variables, and sysctls.eivind2002-03-051-3/+11
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-1/+1
* In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsizedillon2001-10-251-2/+14
* Syntax cleanup and documentation, no operational changes.dillon2001-10-211-10/+55
* Change the kernel's ucred API as follows:jhb2001-10-111-4/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-10/+6
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-241-0/+9
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+10
* 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 removes the VOP_BWRITE() vector.phk2001-04-171-0/+2
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-281-6/+0
* Fix typo: teh -> the.asmodai2001-02-061-1/+1
* Do not cluster with B_LOCKED buffers.dillon2001-01-191-4/+20
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-2/+10
* Implement a low-memory deadlock solution.dillon2000-11-181-0/+6
* Don't attempt to cluster write buffers where the VMIO flag isn't set.tegge2000-11-171-1/+2
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-3/+2
OpenPOWER on IntegriCloud