summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Free some more space in kernel - for network code, of course - by removalzhuk2016-03-251-242/+0
* Track a size in the scary area of cluster_collectbufs, so that we knowderaadt2015-10-031-8/+11
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tsf2013-10-011-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-6/+6
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-2/+2
* Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@pedro2007-05-261-501/+4
* Use daddr64_t for logical blocks, okay krw@ thib@ mickey@pedro2006-10-161-13/+13
* Introduce daddr64_t and use it for physical block numberspedro2006-10-031-16/+13
* Use ANSI function declarations and deregister, no binary changepedro2005-11-081-45/+14
* stylingpedro2004-10-261-4/+4
* useless caddr_t cast removal. same md5s.tedu2004-04-131-5/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Stop using an LFS type for cluster mallocs, use an own type andart2003-01-301-9/+9
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* cluster_callback is a b_iodone handler. Since it calls functionsart2002-05-241-1/+3
* First round of __P removal in sysmillert2002-03-141-10/+10
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* KNFderaadt2001-06-221-21/+21
* cluster_rbuild() have a race between incore and getblk. incore() returnsgluk2001-05-281-1/+2
* fix comments.gluk2001-05-201-4/+4
* Fix a race which could cause us to write out data belongingart2001-03-211-2/+10
* Move buf_undirty and tbp flags manipulation back before calling thecsapuntz2001-02-271-12/+12
* Change the B_DELWRI flag using buf_dirty and buf_undirty instead ofcsapuntz2001-02-231-9/+8
* Remove the clustering fields from the vnodes and place them in thecsapuntz2001-02-231-56/+61
* Latest soft updates from FreeBSD/Kirk McKusickcsapuntz2001-02-211-3/+3
* remove obsolete vtrace guts; art@mickey2000-06-231-8/+2
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-3/+3
* More fixes for huge (>2GB) files.csapuntz1998-10-131-7/+9
* Fix from Kirk McKusick to make sure that clustering works correctly acrosscsapuntz1998-10-111-2/+2
* Please GCC 2.8's harsher view of good styleniklas1998-02-201-3/+5
* Soft updates bug fix: Set the flags on the buffer describing our intentionscsapuntz1998-01-081-7/+9
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-14/+5
* back out vfs lite2 till after 2.2deraadt1997-10-061-5/+14
* VFS Lite2 Changescsapuntz1997-10-061-14/+5
* Cleaning up my tree.. that is why nits like this extra blank lineniklas1997-09-271-1/+2
* Correct early termination case of read clustering which could causeniklas1997-02-011-24/+17
* Correct a panic condition hitting on machines with NBPG != ffs blocksize,niklas1997-01-101-2/+2
* Kernel-implementation of update(8) my metholo1996-06-111-1/+3
* sync syscalls, no sys/cpu.hderaadt1996-05-021-4/+4
* partial sync with netbsd 960418, more to comederaadt1996-04-211-5/+5
* From NetBSD: 960217 mergeniklas1996-03-031-3/+6
* initial import of NetBSD treederaadt1995-10-181-0/+773