aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant check for vp == dvp (done in VFS before calling).Poul-Henning Kamp1997-05-171-9/+2
* Mount MFS read/write as in days of yore.Jordan K. Hubbard1997-04-281-1/+4
* Use smalllblktosize() instead of multiplying small block numbersBruce Evans1997-04-101-4/+4
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofBruce Evans1997-04-011-2/+6
* Treat symlinks as first class citizens with their own uid/gid rather thanPeter Wemm1997-03-312-7/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-243-6/+3
* Fixed corrupted newline and corrupted tab in previous commit.Bruce Evans1997-03-241-2/+3
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-233-16/+11
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-233-6/+6
* Merged the rest of lfs from Lite2. It compiles (uncleanly) but is asBruce Evans1997-03-239-185/+460
* Merged enough of lfs from Lite2 for mkdep of LINT to work again.Bruce Evans1997-03-222-179/+218
* Removed `volatile' from declaration of `time', and removed the resultingBruce Evans1997-03-221-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-229-21/+21
* Backed out rev.1.27, which broke unmounting of mfs and caused panicsBruce Evans1997-03-221-2/+2
* MAXDIRSIZE is (or would be) used in fsck. It's a sanity check.Peter Wemm1997-03-181-4/+1
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismPeter Wemm1997-03-181-1/+3
* Fix support for != 512 byte sector devices.Søren Schmidt1997-03-151-2/+2
* Update a number of routines to reflect the actual nameMike Pritchard1997-03-094-16/+16
* Update a number of panic messages to reflect the actual nameMike Pritchard1997-03-093-11/+11
* Supply the mount point given to mfs_mount when getting a vnode for theMike Smith1997-03-051-2/+2
* Fixed connection of vfs.ffs node to the sysctl tree.Bruce Evans1997-03-041-2/+2
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.Bruce Evans1997-03-031-3/+1
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsBruce Evans1997-03-031-9/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2242-42/+42
* This now uses queue macros. Include <sys/queue.h> if !KERNEL to preserveBruce Evans1997-02-181-0/+4
* Removed FIFO ifdef again (see rev.1.5).Bruce Evans1997-02-131-2/+0
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-122-0/+4
* Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routineMike Pritchard1997-02-101-11/+8
* Make this compile after the Lite2 merge.Mike Pritchard1997-02-101-2/+2
* Make ffs_subr.c compile when DIAGNOSTIC is defined.Mike Pritchard1997-02-101-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1028-1037/+1352
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1442-42/+42
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-8/+10
* Significant performance improvement for mmap'ed files. This commitJohn Dyson1996-12-111-1/+41
* Removed all references to b_cylinder (aka b_cylin). It was evil andBruce Evans1996-12-011-9/+1
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-011-3/+3
* Submitted by: Archie and me.Julian Elischer1996-11-131-1/+3
* Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) whenDavid Greenman1996-11-051-17/+22
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.Jeffrey Hsu1996-11-041-2/+2
* Fixed some races and misleading comments in ufs_rename().Bruce Evans1996-11-041-6/+30
* Fixed lblktosize(). It overflowed at 2G. This bug only affectedBruce Evans1996-10-121-4/+7
* Don't include <sys/conf.h> for the kernel in disk-related headers.Bruce Evans1996-09-201-1/+2
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-4/+4
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-193-16/+16
* Argh, I have had one "uid 0 on /: file system full" too many. The problemPeter Wemm1996-09-171-2/+4
* Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount.John Dyson1996-09-071-1/+3
* Use bowrite instead of VOP_BWRITE in a few cases. This can probably be takenJustin T. Gibbs1996-09-061-5/+5
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+3
* Implemented kernel side of MNT_NOATIME mount option. This option disablesDavid Greenman1996-09-031-2/+3
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-2/+2