1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/fs/msdosfs
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
..
bootsect.h Axe more unused GEMDOS code that was #ifdef atari. 2001-11-28 16:56:42 +00:00
bpb.h Axe more unused GEMDOS code that was #ifdef atari. 2001-11-28 16:56:42 +00:00
denode.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
direntry.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
fat.h Axe more unused GEMDOS code that was #ifdef atari. 2001-11-28 16:56:42 +00:00
msdosfs_conv.c - sys/msdosfs moved to sys/fs/msdosfs 2001-05-25 08:14:14 +00:00
msdosfs_denode.c Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() 2001-12-20 22:42:27 +00:00
msdosfs_fat.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
msdosfs_lookup.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
msdosfs_vfsops.c Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
msdosfs_vnops.c Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
msdosfsmount.h Axe more unused GEMDOS code that was #ifdef atari. 2001-11-28 16:56:42 +00:00