summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
...
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingBruce Evans1999-03-061-1/+2
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatWarner Losh1999-03-021-0/+5
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-0/+1
* Fixed parenthesization botch in previous commit. Async update of inodesBruce Evans1999-01-291-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-279-62/+62
* Avoid warning for unused variable.Eivind Eklund1999-01-111-2/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-076-41/+21
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valueBruce Evans1999-01-061-1/+1
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-3/+5
* Fixed a misspelling of boolean true as MNT_WAIT.Bruce Evans1998-11-151-1/+1
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-7/+6
* error return assignment was less than ideal. Fix the part that causedPeter Wemm1998-10-291-2/+2
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanPeter Wemm1998-10-291-3/+4
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-271-2/+3
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+2
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-1/+2
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-134-8/+8
* Quick fix for not being able to sync all the buffers in boot() ifBruce Evans1998-10-032-8/+10
* 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