summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-221-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-229-21/+21
* Backed out rev.1.27, which broke unmounting of mfs and caused panicsbde1997-03-221-2/+2
* MAXDIRSIZE is (or would be) used in fsck. It's a sanity check.peter1997-03-181-4/+1
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismpeter1997-03-181-1/+3
* Fix support for != 512 byte sector devices.sos1997-03-151-2/+2
* Update a number of routines to reflect the actual namempp1997-03-094-16/+16
* Update a number of panic messages to reflect the actual namempp1997-03-093-11/+11
* Supply the mount point given to mfs_mount when getting a vnode for themsmith1997-03-051-2/+2
* Fixed connection of vfs.ffs node to the sysctl tree.bde1997-03-041-2/+2
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.bde1997-03-031-3/+1
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsbde1997-03-031-9/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2242-42/+42
* This now uses queue macros. Include <sys/queue.h> if !KERNEL to preservebde1997-02-181-0/+4
* Removed FIFO ifdef again (see rev.1.5).bde1997-02-131-2/+0
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-122-0/+4
* Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routinempp1997-02-101-11/+8
* Make this compile after the Lite2 merge.mpp1997-02-101-2/+2
* Make ffs_subr.c compile when DIAGNOSTIC is defined.mpp1997-02-101-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1028-1037/+1352
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-42/+42
* 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
OpenPOWER on IntegriCloud