summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Add type arg to ffs_mountfs and avoid examining v_tag to find outphk1997-10-103-35/+17
* Clustered read and write are switched at mount-option level.kato1997-09-273-20/+21
* [Regarding the previous patch] This is completely wrong.phk1997-09-191-3/+5
* Ffs_alloc allow users to write one block beyond the limit.phk1997-09-181-2/+2
* Convert select -> poll.peter1997-09-141-4/+12
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-4/+3
* Removed unused #includes.bde1997-09-024-21/+4
* Uncut&paste cache_lookup().phk1997-08-261-2/+3
* Renamed doclusterread/write to unique names (ffs_doclusterread/write),kato1997-08-251-6/+8
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-162-6/+5
* We got a couple of "map mismatch" panics from the followingphk1997-08-041-2/+2
* Removed unused #includes.bde1997-08-021-5/+1
* Use smalllblktosize() instead of multiplying small block numbersbde1997-04-101-4/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Fixed corrupted newline and corrupted tab in previous commit.bde1997-03-241-2/+3
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-233-16/+11
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-224-8/+8
* 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 panic messages to reflect the actual namempp1997-03-093-11/+11
* Fixed connection of vfs.ffs node to the sysctl tree.bde1997-03-041-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-229-9/+9
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+2
* Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routinempp1997-02-101-11/+8
* 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-108-425/+706
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-149-9/+9
* 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
* Fixed lblktosize(). It overflowed at 2G. This bug only affectedbde1996-10-121-4/+7
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
* 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
* 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-121-16/+16
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+12
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-10/+7
* 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
* 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-301-3/+3
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-193-8/+8
* Partially fixed negative and truncated "Avail" counts in df output.bde1996-01-141-3/+2
* Convert QUOTA to new-style option.wollman1996-01-053-3/+9
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Staticize.phk1995-12-176-38/+41
* Silence a harmless warning...peter1995-12-151-2/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-112-28/+21
OpenPOWER on IntegriCloud