- 26 May, 2003 40 commits
-
-
Neil Brown authored
If two drives both fail during a write request, raid5 doesn't cope properly and will eventually oops. With this patch, blocks that have already been 'written' are failed when double drive failure is noticed, as well as blocks that are about to be written.
-
Neil Brown authored
Sometimes raid0 and linear are required to take a single page bio that spans two devices. We use bio_split to split such a bio into two. The the same time, bio.h is included by linux/raid/md.h so we don't included it elsewhere anymore. We also modify the mergeable_bvec functions to allow a bvec that doesn't fit if it is the first bvec to be added to the bio, and be careful never to return a negative length from a bvec_mergable funciton.
-
Neil Brown authored
-
Alexander Viro authored
OK, that's it - no callout drivers left, so we drop the warning from tty_open() and kill the code that handles them in /proc/tty/drivers.
-
Alexander Viro authored
misc cleanup - switched to standard constant names for .subtype in the drivers that had private equivalents, removed unused ->callout_termios and friends from the last places where they were defined.
-
Alexander Viro authored
callout removal: isdn
-
Alexander Viro authored
callout removal: cris
-
Alexander Viro authored
callout removal: simserial
-
Alexander Viro authored
callout removal: mips
-
Alexander Viro authored
callout removal: vacserial
-
Alexander Viro authored
callout removal: sicc
-
Alexander Viro authored
callout removal: 8260_uart
-
Alexander Viro authored
callout removal: 8xx_uart
-
Alexander Viro authored
callout removal: amiserial
-
Alexander Viro authored
callout removal: cyclades
-
Alexander Viro authored
callout removal: dz
-
Alexander Viro authored
callout removal: epca
-
Alexander Viro authored
callout removal: esp
-
Alexander Viro authored
callout removal: ip2
-
Alexander Viro authored
callout removal: moxa
-
Alexander Viro authored
callout removal: mxser
-
Alexander Viro authored
callout removal: pcxx
-
Alexander Viro authored
callout removal: rocket
-
Alexander Viro authored
callout removal: serial167
-
Alexander Viro authored
callout removal: synclink
-
Alexander Viro authored
callout removal: synclinkmp
-
Alexander Viro authored
callout removal: synclink_cs
-
Alexander Viro authored
callout removal: macserial
-
Alexander Viro authored
callout removal: pc300
-
Alexander Viro authored
callout removal: chdlc
-
Alexander Viro authored
callout removal: 68328
-
Alexander Viro authored
callout removal: isicom
-
Alexander Viro authored
callout removal: generic_serial
-
Alexander Viro authored
callout removal: tx3912
-
Alexander Viro authored
callout removal: vme
-
Alexander Viro authored
callout removal: sci
-
Alexander Viro authored
callout removal: istallion
-
Alexander Viro authored
callout removal: riscom8
-
Alexander Viro authored
callout removal: a2232
-
Alexander Viro authored
callout removal: specialix
-