summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed parenthesization botch in previous commit. Async update of inodesbde1999-01-291-1/+1
* | Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* | Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* | Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-279-62/+62
* | Avoid warning for unused variable.eivind1999-01-111-2/+2
* | Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-076-41/+21
* | UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-061-1/+1
* | Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-3/+5
* | Fixed a misspelling of boolean true as MNT_WAIT.bde1998-11-151-1/+1
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-313-7/+6
* | error return assignment was less than ideal. Fix the part that causedpeter1998-10-291-2/+2
* | Use vtruncbuf() to clean out cached blocks on a file shorten rather thanpeter1998-10-291-3/+4
* | Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-271-2/+3
* | Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+2
* | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-1/+2
* | Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,bde1998-10-134-8/+8
* | Quick fix for not being able to sync all the buffers in boot() ifbde1998-10-032-8/+10
* | Fixed initialization of new inodes. ext2fs doesn't clear inodes whenbde1998-09-291-1/+3
* | Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYbde1998-09-261-42/+63
* | Fixed missing newlines in messages in ext2_check_descriptors().bde1998-09-261-8/+12
* | Fixed clean flag handling:bde1998-09-262-10/+36
* | Fixed the usual missing permissions checks in mount(). As for cd9660,bde1998-09-091-1/+35
* | Don't forget to initialize the inode lock. This bug causedbde1998-09-091-0/+1
* | Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-09-091-19/+20
* | Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-3/+3
* | Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-181-2/+2
* | "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-121-1/+0
* | Fixed printf format errors.bde1998-07-301-2/+2
* | add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)julian1998-07-301-0/+2
* | Fixed printf format errors.bde1998-07-113-4/+6
* | Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-1/+2
* | VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-042-3/+3
* | Sync timestamp changes for inodes of special files to disk as latebde1998-07-032-8/+9
* | Centralized in-core inode update. Update the in-core inode directlybde1998-07-031-16/+4
* | Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cachebde1998-06-211-3/+6
* | Removed unused function ll_w_block(). It has always had races duebde1998-06-212-19/+0
* | Removed unused includes.bde1998-06-211-2/+0
* | Removed unused includes.bde1998-06-211-1/+0
* | Added a missing options include.bde1998-06-211-0/+1
* | Don't use "ffs" in an ext2fs sleep message string.bde1998-05-161-3/+14
* | Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepbde1998-05-161-1/+1
* | In the words of the submitter:msmith1998-05-071-22/+13
* | As described by the submitter:msmith1998-05-061-1/+0
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-173-3/+3
* | Support compiling with `gcc -ansi'.bde1998-04-152-9/+9
* | Eradicate the variable "time" from the kernel, using various measures.phk1998-03-304-9/+9
* | Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-282-0/+2
* | Add two new functions, get{micro|nano}time.phk1998-03-261-24/+1
OpenPOWER on IntegriCloud