summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-304/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* Give cluster_write() an explicit vnode argument.phk2004-09-271-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();tjr2004-02-191-6/+2
* Locking for the per-process resource limits structure.jhb2004-02-041-7/+7
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-3/+3
* Remove register keyword.iedowse2002-05-161-8/+8
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-2/+2
* KSE Milestone 2julian2001-09-121-8/+8
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Proc locking, mostly protecting p_ucred while obtaining additionaljhb2001-01-231-0/+2
* Avoid a data-consistency race between write() and mmap()dillon2000-12-171-0/+9
* Change the write-behind code to take more care when startingdillon2000-04-021-1/+3
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-2/+3
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.bde1999-07-251-2/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-5/+2
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-1/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-1/+1
* Removed __FreeBSD__ ifdefs.bde1997-12-021-24/+0
* Another VFS cleanup "kilo commit"phk1997-10-161-1/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-1/+1
* Clustered read and write are switched at mount-option level.kato1997-09-271-2/+2
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamedkato1997-08-241-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-5/+1
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsbde1997-03-031-8/+0
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-1/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.bde1996-11-081-12/+17
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+6
* Staticize.phk1995-12-171-2/+2
* Correct some serious porting errors. The worst one was that thedyson1995-11-191-5/+12
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-051-0/+316
OpenPOWER on IntegriCloud