Home | History | Annotate | Download | only in chfs
History log of /src/sys/ufs/chfs/chfs_inode.h
RevisionDateAuthorComments
 1.10  11-Jan-2015  hannken Change chfs from hashlist to vcache.
 1.9  26-May-2014  dholland branches: 1.9.4;
Fix previous. Anyone have a brown paper bag?
 1.8  26-May-2014  dholland Remove lfs-only inode flags.
 1.7  22-Jan-2013  dholland branches: 1.7.10;
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
ROOTINO -> UFS_ROOTINO
WINO -> UFS_WINO
NXADDR -> UFS_NXADDR
NDADDR -> UFS_NDADDR
NIADDR -> UFS_NIADDR
MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.
 1.6  19-Oct-2012  ttoth CHFS comments
 1.5  18-Apr-2012  joerg branches: 1.5.2;
Don't depend on implicit enum casts, be explicit.
 1.4  13-Apr-2012  ttoth branches: 1.4.2;
prepare for chfs's makefs
 1.3  12-Apr-2012  ttoth using chtype on media instead of vtype
debug.c deleted
 1.2  28-Feb-2012  christos Make this compile again. From Paul Fleischer.
 1.1  24-Nov-2011  ahoka branches: 1.1.2; 1.1.4;
Import CHFS, which was formerly known as ChewieFS.

CHFS is a file system for flash devices developed by the
Software Engineering Department at University of Szeged, Hungary.

http://chewiefs.sed.hu/

Thanks for all who made it possible.
 1.1.4.1  02-Mar-2012  riz Pull up following revision(s) (requested by tron in ticket #63):
sys/ufs/chfs/chfs_inode.h: revision 1.2
sys/ufs/chfs/chfs_malloc.c: revision 1.2
sys/arch/i386/conf/ALL: revision 1.333
sys/ufs/chfs/chfs_pool.c: revision 1.2
Make this compile again. From Paul Fleischer.
Add Chip File System.
 1.1.2.4  29-Apr-2012  mrg sync to latest -current.
 1.1.2.3  06-Mar-2012  mrg sync to -current
 1.1.2.2  06-Mar-2012  mrg sync to -current
 1.1.2.1  04-Mar-2012  mrg sync to latest -current.
 1.4.2.5  23-Jan-2013  yamt sync with head
 1.4.2.4  30-Oct-2012  yamt sync with head
 1.4.2.3  23-May-2012  yamt sync with head.
 1.4.2.2  17-Apr-2012  yamt sync with head
 1.4.2.1  13-Apr-2012  yamt file chfs_inode.h was added on branch yamt-pagecache on 2012-04-17 00:08:54 +0000
 1.5.2.4  03-Dec-2017  jdolecek update from HEAD
 1.5.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.2.2  25-Feb-2013  tls resync with head
 1.5.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.7.10.1  10-Aug-2014  tls Rebase.
 1.9.4.1  06-Apr-2015  skrll Sync with HEAD

RSS XML Feed