- 26 Sep, 2003 40 commits
-
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.6
-
Patrick Mochel authored
This is a new patch that includes Martin's, and makes create_dir() return an int. That matches sysfs_create_file(), and saves a couple of conversions back and forth between pointer and error.
-
James Bottomley authored
-
Christoph Hellwig authored
Duh! The scsi_cmnd.flags removal broke qla1280. It checked for the flags beeing 0, which it always was for a long time. It looks a bit fishy thus, so if someone wants to audit srb.flags audit please do so.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneeded version.h include. linux-260-t5bk12-kj-rddunlap/drivers/scsi/sym53c416.c | 1 - 1 files changed, 1 deletion(-)
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneccessary version.h #include. linux-260-t5bk12-kj-rddunlap/drivers/scsi/osst.c | 1 - 1 files changed, 1 deletion(-)
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneeded version.h include in megaraid. linux-260-t5bk12-kj-rddunlap/drivers/scsi/megaraid.h | 1 - 1 files changed, 1 deletion(-)
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneeded version.h include. linux-260-t5bk12-kj-rddunlap/drivers/scsi/a3000.c | 1 - 1 files changed, 1 deletion(-)
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneeded version.h include. linux-260-t5bk12-kj-rddunlap/drivers/scsi/in2000.h | 2 -- 1 files changed, 2 deletions(-)
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove doubled #includes. Add linux/version.h linux-260-t5bk12-kj-rddunlap/drivers/scsi/dpt/dpti_i2o.h | 7 +------ 1 files changed, 1 insertion(+), 6 deletions(-)
-
Linus Torvalds authored
avoid an annoying nonsense configuration question.
-
Linus Torvalds authored
-
Andi Kleen authored
- Remove obsolete wrong do_magic prototype - Remove the dependency between ACPI_SLEEP and SOFTWARE_SUSPEND some people complained about. Works the same as i386 now. - Fix another gcc 3.3 warning in reboot.c - Default NMI watchdog to LOCAL_APIC because that works on more boxes
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove duplicate #includes from fs/intermezzo.
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org> The verify_area's are not needed.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unnecessary include of version.h in drivers/tc/
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org> verify_area isn't needed.
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org> Drop verify_area, using copy*user already (instead). Also user -EFAULT for error instead of -EINVAL.
-
Randy Dunlap authored
From: maximilian attems <janitor@sternwelten.at> this patches catches obvious mistyping of new line: /n versus \n adds a printk loglevel to one of the erroneous lines
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove duplicate #includes in fs/ Remove version.h includes where they aren't necessary. Test compiled on 2.6.0-test5-bk9.
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org> Deleted unneeded verify_area calls. Also commented a label.
-
Randy Dunlap authored
From: Domen Puncer <domen@coderock.org> Use get_user/put_user to check user addressing, don't need to use verify_area also.
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Martin Schwidefsky authored
Remove outdated ipl records from arch/s390/boot. They are now part of the s390-tools package.
-
Martin Schwidefsky authored
s390 documentation changes.
-
Martin Schwidefsky authored
Add support for vt220 console over sclp.
-
Martin Schwidefsky authored
- Create symlinks between netdev and groupdev. - Remove initialization of device.name. - Call qeth_free_card on removal. - Remove async hsi. - Remove contig memusage. - Add check for -EFAULT to copy_from_user/copy_to_user. - Inlining some functions to save kernel stack space. - vlan header fixes. - Replace atomic_return_sub with atomic_add_return.
-
Martin Schwidefsky authored
- Add type and timeout attribute. - Create symlinks between netdev and groupdev. - Remove initialization of device.name.
-
Martin Schwidefsky authored
- Move iucv bus and root device initialization from netiucv to iucv. - Fix race condition in iucv_connect. - Add 'user' attribute to netiucv driver.
-
Martin Schwidefsky authored
- Add type attribute. - Remove initialization of device.name. - Remove unnecessary include.
-
Martin Schwidefsky authored
- Fix use of tape block request queue pointer. - Remove unnecessary includes.
-
Martin Schwidefsky authored
Fix bug in CMS label recognition in ibm.c
-
Martin Schwidefsky authored
- Do add_disk even for unformatted devices to be able to format them. - Remove initialization of device.name. - Export some functions.
-
Martin Schwidefsky authored
- Make xpram work on 64 bit machines. - Use new-style module_param.
-
Martin Schwidefsky authored
- Use common drivers/block/Kconfig instead of own config options, move s390 block device config options to drivers/s390/block/Kconfig and include it from drivers/block/Kconfig. - Fix configuration combination CONFIG_IPV6=m and CONFIG_QETH=y. - New default configuration.
-
Martin Schwidefsky authored
Make use of sysfs_create_group in s390 device drivers.
-
Martin Schwidefsky authored
Fix restarting of system calls done by use of the execute instruction.
-