aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* MFC ufs_readwrite.c 1.72, ext2_readwrite.c 1.20. Fix a data-consistencyMatthew Dillon2000-12-221-0/+10
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-5/+2
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 toJulian Elischer1998-07-081-1/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-1/+1
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-24/+0
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-1/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-1/+1
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-2/+2
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. RenamedKATO Takenori1997-08-241-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-5/+1
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsBruce Evans1997-03-031-8/+0
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-1/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.Bruce Evans1996-11-081-12/+17
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+6
* Staticize.Poul-Henning Kamp1995-12-171-2/+2
* Correct some serious porting errors. The worst one was that theJohn Dyson1995-11-191-5/+12
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-051-0/+316