summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-536/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-161-7/+0
* Use vfs_hash() instead of home-rolledphk2005-03-141-4/+1
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.jeff2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-2/+2
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-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-9/+1
* Add partial support for large (>4GB) files on ext2 filesystems. Thistjr2004-02-181-0/+10
* Fixed longstanding brokenness of inode updates. The waitfor flag wasbde2004-02-131-4/+0
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-181-0/+1
* - Don't cache_purge() in ext2_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* - Lock access to the buf lists.jeff2002-09-251-2/+4
* Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-181-11/+11
* Remove register keyword.iedowse2002-05-161-14/+11
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-30/+88
* Repaired CSRG id. This file was not in Lite1; it was just cloned from abde2002-03-231-2/+1
* Remove __P.alfred2002-03-191-2/+2
* KSE Milestone 2julian2001-09-121-3/+3
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* s/biowait/bufwait/gphk2000-04-291-1/+1
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-151-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-11/+11
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-9/+5
* Fixed a misspelling of boolean true as MNT_WAIT.bde1998-11-151-1/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+2
* error return assignment was less than ideal. Fix the part that causedpeter1998-10-291-2/+2
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanpeter1998-10-291-3/+4
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-1/+1
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-031-7/+7
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-031-16/+4
* Removed unused includes.bde1998-06-211-2/+0
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
* Removed __FreeBSD__ ifdefs.bde1997-12-021-30/+0
* Another VFS cleanup "kilo commit"phk1997-10-161-16/+15
* VFS mega cleanup commit (x/N)phk1997-10-161-16/+13
* Removed unused #includes.bde1997-06-141-4/+1
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-6/+2
OpenPOWER on IntegriCloud