summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-151-304/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Give cluster_write() an explicit vnode argument.Poul-Henning Kamp2004-09-271-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-191-6/+2
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-7/+7
* Spell magic '16' number as IO_SEQSHIFT.Alexander Kabaev2004-01-191-3/+3
* Remove register keyword.Ian Dowse2002-05-161-8/+8
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-161-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-8/+8
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+2
* Proc locking, mostly protecting p_ucred while obtaining additionalJohn Baldwin2001-01-231-0/+2
* Avoid a data-consistency race between write() and mmap()Matthew Dillon2000-12-171-0/+9
* Change the write-behind code to take more care when startingMatthew Dillon2000-04-021-1/+3
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-201-2/+3
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.Bruce Evans1999-07-251-2/+4
* 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