| Commit message (Expand) | Author | Age | Files | Lines |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 2 | -13/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-30 | 1 | -0/+2 |
|\ |
|
| * | fdomain_cs: Sort out modules with duplicate description | Alan Cox | 2008-10-17 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-10-23 | 21 | -4276/+560 |
|\ \ |
|
| * | | [SCSI] sd: fix computation of the full size of the device | H. Peter Anvin | 2008-10-23 | 1 | -1/+1 |
| * | | [SCSI] sun3x_esp: Convert && to || | Julia Lawall | 2008-10-23 | 1 | -2/+2 |
| * | | [SCSI] sd: remove command-size switching code | Alan Stern | 2008-10-23 | 1 | -9/+0 |
| * | | [SCSI] 3w-9xxx: remove unnecessary local_irq_save/restore for scsi sg copy API | FUJITA Tomonori | 2008-10-23 | 1 | -3/+0 |
| * | | [SCSI] 3w-xxxx: remove unnecessary local_irq_save/restore for scsi sg copy API | FUJITA Tomonori | 2008-10-23 | 1 | -6/+1 |
| * | | [SCSI] fix netlink kernel-doc | Randy Dunlap | 2008-10-23 | 1 | -6/+3 |
| * | | [SCSI] sd: Fix handling of NO_SENSE check condition | Jamie Wellnitz | 2008-10-23 | 1 | -1/+9 |
| * | | [SCSI] export busy state via q->lld_busy_fn() | Kiyoshi Ueda | 2008-10-23 | 1 | -0/+32 |
| * | | [SCSI] refactor sdev/starget/shost busy checking | Kiyoshi Ueda | 2008-10-23 | 1 | -10/+20 |
| * | | [SCSI] aic7xxx: Take the LED out of diagnostic mode on PM resume | thomas schorpp | 2008-10-23 | 1 | -0/+7 |
| * | | [SCSI] aic79xx: user visible misuse wrong SI units (not disk size!) | Alan Cox | 2008-10-23 | 2 | -5/+5 |
| * | | [SCSI] ipr: use memory_read_from_buffer() | Akinobu Mita | 2008-10-23 | 1 | -11/+5 |
| * | | [SCSI] aic79xx: fix shadowed variables | Harvey Harrison | 2008-10-23 | 1 | -4/+0 |
| * | | [SCSI] aic79xx: fix shadowed variables, add statics | Harvey Harrison | 2008-10-23 | 1 | -9/+4 |
| * | | [SCSI] aic7xxx: update *_shipped files | Denys Vlasenko | 2008-10-23 | 4 | -4197/+133 |
| * | | [SCSI] aic7xxx: update .reg files | Denys Vlasenko | 2008-10-23 | 2 | -0/+309 |
| * | | [SCSI] aic7xxx: introduce "dont_generate_debug_code" keyword in aicasm parser | Denys Vlasenko | 2008-10-23 | 4 | -1/+16 |
| * | | [SCSI] scsi_dh: Initialize path state to be passive when path is not owned | Chandra Seetharaman | 2008-10-23 | 1 | -0/+3 |
| * | | [SCSI] fix removable device inability to detect disk changes | James Bottomley | 2008-10-23 | 1 | -11/+10 |
| |/ |
|
* | | [PATCH] switch sr | Al Viro | 2008-10-21 | 1 | -22/+18 |
* | | [PATCH] switch sd | Al Viro | 2008-10-21 | 1 | -24/+17 |
* | | [PATCH] switch ide-scsi | Al Viro | 2008-10-21 | 1 | -15/+9 |
* | | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 3 | -10/+10 |
* | | [PATCH] don't mess with file in scsi_nonblockable_ioctl() | Al Viro | 2008-10-21 | 4 | -5/+8 |
* | | [PATCH] switch cdrom_{open,release,ioctl} to sane APIs | Al Viro | 2008-10-21 | 1 | -7/+4 |
* | | [PATCH] lose the unused file argument in generic_ide_ioctl() | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 2 | -3/+4 |
* | | [PATCH] switch sg_scsi_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 2 | -2/+2 |
* | | [PATCH] eliminate use of ->f_flags in block methods | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-10-20 | 2 | -4/+2 |
|\ \ |
|
| * | | PCI: use pci_find_ext_capability everywhere | Jesse Barnes | 2008-10-20 | 1 | -3/+2 |
| * | | PCI: change MSI-x vector to 32bit | Yinghai Lu | 2008-10-20 | 1 | -1/+1 |
| * | | PCI: remove dynids.use_driver_data | Milton Miller | 2008-10-20 | 1 | -1/+0 |
* | | | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | pci: change msi-x vector to 32bit | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
| * | | | drivers/scsi: use nr_irqs | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-10-20 | 1 | -9/+17 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | ide: allow device drivers to specify per-device type /proc settings | Bartlomiej Zolnierkiewicz | 2008-10-17 | 1 | -9/+17 |
* | | | | x86: sysfs: kill owner field from attribute | Parag Warudkar | 2008-10-20 | 1 | -3/+0 |
* | | | | drivers/scsi/sr_vendor.c: use bcd2bin | Adrian Bunk | 2008-10-20 | 1 | -6/+6 |
| |_|/
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-10-17 | 45 | -1085/+7916 |
|\ \ \
| |/ /
|/| | |
|
| * | | [SCSI] sd: fix compile failure with CONFIG_BLK_DEV_INTEGRITY=n | James Bottomley | 2008-10-15 | 1 | -5/+14 |
| * | | libiscsi: fix locking in iscsi_eh_device_reset | Mike Christie | 2008-10-13 | 1 | -7/+2 |
| * | | libiscsi: check reason why we are stopping iscsi session to determine error v... | Mike Christie | 2008-10-13 | 1 | -1/+1 |
| * | | [SCSI] iscsi_tcp: return a descriptive error value during connection errors | Mike Christie | 2008-10-13 | 1 | -5/+7 |
| * | | [SCSI] libiscsi: rename host reset to target reset | Mike Christie | 2008-10-13 | 2 | -6/+6 |