| Commit message (Expand) | Author | Age |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-06-03 |
|\ |
|
| * | SCSI: implement sd_unlock_native_capacity() | Tejun Heo | 2010-06-02 |
* | | powerpc/macio: Fix probing of macio devices by using the right of match table | Benjamin Herrenschmidt | 2010-06-02 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-05-27 |
|\ |
|
| * | [SCSI] fix race in scsi_target_reap | Alan Stern | 2010-05-25 |
| * | [SCSI] aacraid: Eliminate use after free | Julia Lawall | 2010-05-25 |
| * | [SCSI] arcmsr: Support HW reset for EH and polling scheme for scsi device | Nick Cheng | 2010-05-25 |
| * | [SCSI] bfa: fix system crash when reading sysfs fc_host statistics | Krishna Gudipati | 2010-05-25 |
| * | [SCSI] iscsi_tcp: remove sk_sleep check | Mike Christie | 2010-05-25 |
| * | [SCSI] ipr: improve interrupt service routine performance | Wayne Boyer | 2010-05-24 |
| * | [SCSI] ipr: set the data list length in the request control block | Wayne Boyer | 2010-05-24 |
| * | [SCSI] ipr: fix a register read to use the correct address for 64 bit adapters | Wayne Boyer | 2010-05-24 |
| * | [SCSI] ipr: include the resource path in the IOA status area structure | Wayne Boyer | 2010-05-24 |
| * | [SCSI] ipr: implement fixes for 64 bit adapter support | Wayne Boyer | 2010-05-24 |
| * | [SCSI] be2iscsi: correct return value in mgmt_invalidate_icds() | Dan Carpenter | 2010-05-24 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2010-05-27 |
|\ \ |
|
| * | | m68k: amiga - A4000T SCSI platform device conversion | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: a3000 - Do not use legacy Scsi_Host.base | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k: amiga - A3000 SCSI platform device conversion | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: gvp11 - Do not use legacy Scsi_Host.base | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k: amiga - GVP Series II SCSI zorro_driver conversion | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: a2091 - Do not use legacy Scsi_Host.base | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k: amiga - A2091/A590 SCSI zorro_driver conversion | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: mvme147 - Kill obsolete HOSTS_C logic | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: a3000 - Kill a3000_scsiregs typedef | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: gvp11 - Kill gvp11_scsiregs typedef | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: a2091 - Kill a2091_scsiregs typedef | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: gvp11 - Extract check_wd33c93() | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: a3000 - Kill static global a3000_host | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: mvme147 - Kill static global mvme147_host | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: a3000 - Kill ugly DMA() macro | Geert Uytterhoeven | 2010-05-26 |
| * | | m68k/scsi: gvp11 - Kill ugly DMA() macro | Geert Uytterhoeven | 2010-05-26 |
* | | | st: use noop_llseek() instead of default_llseek() | Jan Blunck | 2010-05-27 |
* | | | osst: use noop_llseek() instead of default_llseek() | Jan Blunck | 2010-05-27 |
* | | | osst: update ppos instead of using file->f_pos | Jan Blunck | 2010-05-27 |
|/ / |
|
* | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 |
* | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 |
|\ \ |
|
| * | | scsi: Push down BKL into ioctl functions | Arnd Bergmann | 2010-05-16 |
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-05-24 |
|\ \ \ |
|
| * \ \ | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 |
| * | | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 |
* | | | | scsi_scan.c: fix/convert functions to use kernel-doc | Randy Dunlap | 2010-05-24 |
| |/ /
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-05-21 |
|\ \ \ |
|
| * | | | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 |
* | | | | Fix networking tree iscsi_tcp.c mis-merge | Linus Torvalds | 2010-05-21 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-05-21 |
|\ \ \ |
|
| * \ \ | [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6 | James Bottomley | 2010-05-18 |
| |\ \ \ |
|
| | * | | | [SCSI] aacraid: add an ifdef'd device delete case instead of taking the devic... | Rajashekhara, Mahesh | 2010-05-16 |
| | * | | | [SCSI] aacraid: prohibit access to array container space | Rajashekhara, Mahesh | 2010-05-16 |