aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs
Commit message (Expand)AuthorAgeFilesLines
* Fixed initialization of new inodes. ext2fs doesn't clear inodes whenBruce Evans1998-09-291-1/+3
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYBruce Evans1998-09-261-42/+63
* Fixed missing newlines in messages in ext2_check_descriptors().Bruce Evans1998-09-261-8/+12
* Fixed clean flag handling:Bruce Evans1998-09-262-10/+36
* Fixed the usual missing permissions checks in mount(). As for cd9660,Bruce Evans1998-09-091-1/+35
* Don't forget to initialize the inode lock. This bug causedBruce Evans1998-09-091-0/+1
* Support compiling with `gcc -pedantic' (don't use hard newlines inBruce Evans1998-09-091-19/+20
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-3/+3
* Quick fix for breakage of read clustering on non-IDE drives. ReadBruce Evans1998-08-181-2/+2
* "The releaseing of the reference and lock is not temporary and belongsMike Smith1998-08-121-1/+0
* Fixed printf format errors.Bruce Evans1998-07-301-2/+2
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)Julian Elischer1998-07-301-0/+2
* Fixed printf format errors.Bruce Evans1998-07-113-4/+6
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 toJulian Elischer1998-07-081-1/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-042-3/+3
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-032-8/+9
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-031-16/+4
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cacheBruce Evans1998-06-211-3/+6
* Removed unused function ll_w_block(). It has always had races dueBruce Evans1998-06-212-19/+0
* Removed unused includes.Bruce Evans1998-06-211-2/+0
* Removed unused includes.Bruce Evans1998-06-211-1/+0
* Added a missing options include.Bruce Evans1998-06-211-0/+1
* Don't use "ffs" in an ext2fs sleep message string.Bruce Evans1998-05-161-3/+14
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepBruce Evans1998-05-161-1/+1
* In the words of the submitter:Mike Smith1998-05-071-22/+13
* As described by the submitter:Mike Smith1998-05-061-1/+0
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-173-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-152-9/+9
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-304-9/+9
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-282-0/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-24/+1
* Make this compile after soft updates integration.Eivind Eklund1998-03-091-4/+4
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-1/+10
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-0/+1
* Style nits and staticism with the previous commit.Mike Smith1998-03-011-6/+6
* Add local stup putpages/getpages routines.Mike Smith1998-03-011-0/+33
* Fixed configuration and linkage of ext2_checkoverlap().Bruce Evans1998-02-132-8/+5
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-067-12/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-047-1/+12
* Make LINT at least compile. This faithfully duplicate the changesEivind Eklund1998-02-041-8/+8
* Retire LFS.Poul-Henning Kamp1998-01-302-6/+2
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-241-6/+38
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+1
* Convert SUIDDIR fully to a new-style option.Eivind Eklund1997-12-151-0/+1
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-053-0/+3
* Needs to include <sys/lock.h> if we're using struct lock.Jordan K. Hubbard1997-12-051-1/+2
* Fixed corruption of the per-group used directories count. It wasn'tBruce Evans1997-12-031-3/+4
* Fix the copyright and attribution on this file. I forgot thisPoul-Henning Kamp1997-12-021-0/+6
* Use the same algorithm as ffs for generation numbers.Bruce Evans1997-12-022-9/+3
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-0213-187/+0