freebsd-dev/sys/dev/vinum
Kirk McKusick 0d2af52141 Introduce the new 64-bit size disk block, daddr64_t. Change
the bio and buffer structures to have daddr64_t bio_pblkno,
b_blkno, and b_lblkno fields which allows access to disks
larger than a Terabyte in size. This change also requires
that the VOP_BMAP vnode operation accept and return daddr64_t
blocks. This delta should not affect system operation in
any way. It merely sets up the necessary interfaces to allow
the development of disk drivers that work with these larger
disk block addresses. It also allows for the development of
UFS2 which will use 64-bit block addresses.
2002-03-15 18:49:47 +00:00
..
COPYRIGHT
makestatetext
request.h Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. 2001-05-23 23:24:05 +00:00
statetexts.h
vinum.c Don't call cdevsw_{add,remove}(). 2001-11-04 11:55:19 +00:00
vinumconfig.c Grr. The last commit contained update conflicts. It just goes to 2002-01-29 02:49:15 +00:00
vinumdaemon.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
vinumext.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
vinumhdr.h Fix warnings: 2001-06-15 00:23:11 +00:00
vinuminterrupt.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
vinumio.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
vinumio.h Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. 2001-05-23 23:24:05 +00:00
vinumioctl.c vinumioctl: Fix a double fault caused by calling setjmp() without holding the config lock. The call was in fact superfluous. 2002-01-27 04:20:52 +00:00
vinumkw.h Change ioctls to use the expurgated userland version of the Vinum 2001-05-22 02:33:32 +00:00
vinumlock.c Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests. 2001-05-22 02:34:30 +00:00
vinummemory.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
vinumobj.h Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. 2001-05-23 23:24:05 +00:00
vinumparser.c tokenize: Take third parameter specifying the maximum number of 2001-05-22 02:35:57 +00:00
vinumraid5.c
vinumrequest.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
vinumrevive.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
vinumstate.c
vinumstate.h
vinumutil.c
vinumutil.h New header file. 2001-05-22 22:29:35 +00:00
vinumvar.h Add missing includes of sys/lock.h. 2001-10-11 17:52:20 +00:00