summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-5/+5
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-3/+3
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-1/+2
* Convert QUOTA to new-style option.wollman1996-01-051-0/+2
* Restored used includes of <vm/vm_extern.h>.bde1995-12-101-0/+1
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-051-0/+547
OpenPOWER on IntegriCloud