freebsd_amp_hwpstate/sys/dev
KATO Takenori 81bca6ddae Clustered read and write are switched at mount-option level.
1. Clustered I/O is switched by the MNT_NOCLUSTERR and MNT_NOCLUSTERW
   bits of the mnt_flag.  The sysctl variables, vfs.foo.doclusterread
   and vfs.foo.doclusterwrite are deleted.  Only mount option can
   control clustered I/O from userland.
2. When foofs_mount mounts block device, foofs_mount checks D_CLUSTERR
   and D_CLUSTERW bits of the d_flags member in the block device switch
   table.  If D_NOCLUSTERR / D_NOCLUSTERW are set, MNT_NOCLUSTERR /
   MNT_NOCLUSTERW bits will be set.  In this case, MNT_NOCLUSTERR and
   MNT_NOCLUSTERW cannot be cleared from userland.
3. Vnode driver disables both clustered read and write.
4. Union filesystem disables clutered write.

Reviewed by:	bde
1997-09-27 13:40:20 +00:00
..
advansys
aic7xxx
ar
bktr
ccd
cy aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00
de
dgb
ed
eisa Add shared EISA interrupt support. 1997-09-21 21:35:24 +00:00
en
ep Add shared EISA interrupt support. 1997-09-21 21:35:24 +00:00
ex The previous commit broke support for the Pro/10; detect which sort of 1997-09-26 17:17:43 +00:00
fdc Fix a call to timeout that wasn't properly saving it's callout handle. 1997-09-23 22:14:43 +00:00
fe
fxp Update for new callout interface. 1997-09-21 22:02:25 +00:00
ic
ie aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00
joy
kbd
lnc
mcd aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00
mse
pci
pcm/isa
pdq Add shared EISA interrupt support. 1997-09-21 21:35:24 +00:00
ppbus
ppc
rc
rp
scd aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00
si aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00
sio aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00
snp
sound/isa
speaker
sr
syscons tiny update of ESC sequence parser. 1997-09-26 15:27:55 +00:00
vn Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
vx Add shared EISA interrupt support. 1997-09-21 21:35:24 +00:00
wl aha1542.c aic6360.c cy.c fd.c ft.c 1997-09-21 21:41:49 +00:00