Home | History | Annotate | Download | only in chfs
History log of /src/sys/ufs/chfs/chfs_pool.c
RevisionDateAuthorComments
 1.5  05-Sep-2020  riastradh Round of uvm.h cleanup.

The poorly named uvm.h is generally supposed to be for uvm-internal
users only.

- Narrow it to files that actually need it -- mostly files that need
to query whether curlwp is the pagedaemon, which should maybe be
exposed by an external header.

- Use uvm_extern.h where feasible and uvm_*.h for things not exposed
by it. We should split up uvm_extern.h but this will serve for now
to reduce the uvm.h dependencies.

- Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use
UVMHIST(ubchist), since ubchist is declared in uvm.h but the
reference evaporates if UVMHIST is not defined, so we reduce header
file dependencies.

- Make uvm_device.h and uvm_swap.h independently includable while
here.

ok chs@
 1.4  17-Jun-2019  ryoon Fix build without DIAGNOSTIC
 1.3  29-Jan-2018  sevan branches: 1.3.4;
Drop commended out include to a hardcoded path in root's home directory.
 1.2  28-Feb-2012  christos branches: 1.2.2;
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.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.2.2.2  17-Apr-2012  yamt sync with head
 1.2.2.1  28-Feb-2012  yamt file chfs_pool.c was added on branch yamt-pagecache on 2012-04-17 00:08:54 +0000
 1.3.4.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed