summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-151-536/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-161-7/+0
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-141-4/+1
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.Jeff Roberson2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-251-2/+2
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-241-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-9/+1
* Add partial support for large (>4GB) files on ext2 filesystems. ThisTim J. Robbins2004-02-181-0/+10
* Fixed longstanding brokenness of inode updates. The waitfor flag wasBruce Evans2004-02-131-4/+0
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()Poul-Henning Kamp2003-10-181-0/+1
* - Don't cache_purge() in ext2_reclaim. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+0
* - Lock access to the buf lists.Jeff Roberson2002-09-251-2/+4
* Use explicitly-sized types where necessary to make ext2fs work againIan Dowse2002-05-181-11/+11
* Remove register keyword.Ian Dowse2002-05-161-14/+11
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-161-30/+88
* Repaired CSRG id. This file was not in Lite1; it was just cloned from aBruce Evans2002-03-231-2/+1
* Remove __P.Alfred Perlstein2002-03-191-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-1/+1
* ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-151-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-11/+11
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-9/+5
* Fixed a misspelling of boolean true as MNT_WAIT.Bruce Evans1998-11-151-1/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-2/+2
* 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
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-1/+1
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-031-7/+7
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-031-16/+4
* Removed unused includes.Bruce Evans1998-06-211-2/+0
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-30/+0
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-16/+15
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-16/+13
* Removed unused #includes.Bruce Evans1997-06-141-4/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-6/+2