summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-5/+1
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-052-2/+4
* Fix a small style bug in the generation number change (rev.1.33) beforebde1997-12-021-2/+2
* Staticized.bde1997-11-223-11/+13
* Unremoved prtrealloc and the declaration of ffs_clusteralloc(). Thesebde1997-11-221-1/+9
* Removed an unused #include in the `#ifdef KERNEL' case.bde1997-11-181-5/+3
* Reviewed by: various.julian1997-11-121-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+1
* Removed unused #includes. The need for most of them went away withbde1997-10-271-5/+1
* Another VFS cleanup "kilo commit"phk1997-10-165-29/+26
* VFS mega cleanup commit (x/N)phk1997-10-166-68/+56
* vnops megacommitphk1997-10-151-121/+4
* Hmm, realign the vnops into two columns.phk1997-10-151-25/+25
* Stylistic overhaul of vnops tables.phk1997-10-151-145/+137
* I think my previous change may have opened a race conditio.phk1997-10-141-4/+1
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-141-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* 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
OpenPOWER on IntegriCloud