summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-8/+10
* Significant performance improvement for mmap'ed files. This commitdyson1996-12-111-1/+41
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-9/+1
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-3/+3
* Submitted by: Archie and me.julian1996-11-131-1/+3
* Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) whendg1996-11-051-17/+22
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.hsu1996-11-041-2/+2
* Fixed some races and misleading comments in ufs_rename().bde1996-11-041-6/+30
* Fixed lblktosize(). It overflowed at 2G. This bug only affectedbde1996-10-121-4/+7
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-1/+2
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-4/+4
* In sys/time.h, struct timespec is defined as:nate1996-09-193-16/+16
* Argh, I have had one "uid 0 on /: file system full" too many. The problempeter1996-09-171-2/+4
* Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount.dyson1996-09-071-1/+3
* Use bowrite instead of VOP_BWRITE in a few cases. This can probably be takengibbs1996-09-061-5/+5
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-031-2/+3
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-4/+16
* Don't use NULL in non-pointer contexts.bde1996-07-122-18/+18
* Quiet a couple of -Wunused warnings.wollman1996-07-092-4/+9
* Fixed end condition for clustered reads.dg1996-06-251-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-123-10/+34
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-082-4/+4
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* removed:phk1996-05-021-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-014-43/+26
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-083-19/+21
* Fixed reference counting related to relookup(). relookup() mustbde1996-03-291-3/+11
* Make type compatible with Lite2.hsu1996-03-271-2/+2
* Handle the bogus device that MFS uses as its VBLK device. We now don'tdyson1996-03-021-2/+8
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-021-4/+2
* More b_flags fixes.dyson1996-03-021-4/+4
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-011-3/+3
* Add a prototype for the quotactl system call.mpp1996-02-271-1/+7
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-252-4/+3
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-196-18/+22
* Partially fixed negative and truncated "Avail" counts in df output.bde1996-01-141-3/+2
* The second cast wasn't needed.phk1996-01-071-2/+2
* Fix the asami&phk bug. This was a sign-extension bug, where a longphk1996-01-061-2/+2
* Convert QUOTA to new-style option.wollman1996-01-0510-10/+31
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* recording cvs-1.6 file deathpeter1995-12-302-788/+0
* Fixed prototyping and staticizing for -DDEBUG case.bde1995-12-222-8/+8
* Staticize.phk1995-12-222-25/+25
* Staticize.phk1995-12-1715-317/+173
* Silence a harmless warning...peter1995-12-151-2/+3
OpenPOWER on IntegriCloud