aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/inode.h
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-170/+0
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-1/+0
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-161-1/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Fixed misformatting of code and breaking of a comment in previous commit.Bruce Evans2004-06-201-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Use explicitly-sized types where necessary to make ext2fs work againIan Dowse2002-05-181-5/+5
* Following a repo-copy from src/sys/ufs/ufs, rename functions andIan Dowse2002-05-141-51/+66
* The addition of i_dirhash to struct inode pushed RELENG_4'sIan Dowse2001-09-241-1/+1
* Bring in dirhash, a simple hash-based lookup optimisation for largeIan Dowse2001-07-101-0/+2
* When running with soft updates, track the number of blocks and filesKirk McKusick2001-05-081-4/+3
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-071-1/+1
* Add a lock structure to vnode structure. Previously it was either allocatedBoris Popov2000-09-251-1/+0
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasKirk McKusick1999-07-131-1/+2
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingBruce Evans1999-03-061-1/+2
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-131-2/+2
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-031-1/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-24/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-1/+10
* Retire LFS.Poul-Henning Kamp1998-01-301-3/+1
* Needs to include <sys/lock.h> if we're using struct lock.Jordan K. Hubbard1997-12-051-1/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichPoul-Henning Kamp1997-10-171-2/+2
* I think my previous change may have opened a race conditio.Poul-Henning Kamp1997-10-141-1/+2
* Fixed comment about i_spare.Bruce Evans1997-07-131-2/+2
* Shrink struct inode by 20 bytes, so that malloc wastes less space.Poul-Henning Kamp1997-05-221-2/+2
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofBruce Evans1997-04-011-2/+6
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.Bruce Evans1997-03-031-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-55/+45
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-191-4/+4
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Changes to existing files for ext2fs support. The UFS mods need reworkJohn Dyson1995-11-051-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Changes to get rid of ufslk2 hangs when doing read/write to/fromJohn Dyson1995-04-241-2/+4
* Use the same current time throughout ITIMES(). I want all currentBruce Evans1994-12-271-7/+15
* Made idempotentPaul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+162