| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [SCSI] mpt2sas: Sanity check for phy count is added using max phy count | Kashyap, Desai | 2010-12-21 | 1 | -4/+8 |
* | [SCSI] mpt2sas: change queue depth with reason argument more appropriately | Kashyap, Desai | 2010-12-21 | 1 | -11/+26 |
* | [SCSI] mpt2sas: Remove code for TASK_SET_FULL from driver. | Kashyap, Desai | 2010-12-21 | 2 | -92/+0 |
* | [SCSI] mpt2sas: MPI 2.0 Header updated | Kashyap, Desai | 2010-12-21 | 8 | -18/+95 |
* | [SCSI] mpt2sas: Modify code to support Expander switch | Kashyap, Desai | 2010-12-21 | 3 | -124/+206 |
* | [SCSI] mpt2sas: Create a pool of chain buffer instead of dedicated per IOs | Kashyap, Desai | 2010-12-21 | 3 | -43/+119 |
* | [SCSI] mpt2sas: Added loadtime para for IOMissingDelay and DMD | Kashyap, Desai | 2010-12-21 | 1 | -0/+100 |
* | [SCSI] mpt2sas: Added sanity check for cb_idx and smid access. | Kashyap, Desai | 2010-12-21 | 2 | -1/+9 |
* | [SCSI] mpt2sas: Removed compiler warnnings when logging is disabled | Kashyap, Desai | 2010-12-21 | 2 | -2/+3 |
* | [SCSI] lpfc 8.3.19: Update lpfc driver version to 8.3.19 | James Smart | 2010-12-21 | 1 | -1/+1 |
* | [SCSI] lpfc 8.3.19: Change heartbeat to default to disabled | James Smart | 2010-12-21 | 1 | -2/+2 |
* | [SCSI] lpfc 8.3.19: Added support for ELS RRQ command | James Smart | 2010-12-21 | 13 | -20/+803 |
* | [SCSI] lpfc 8.3.19: Add SLI4 FC Discovery support | James Smart | 2010-12-21 | 14 | -382/+516 |
* | [SCSI] lpfc 8.3.19: Add latest SLI4 Hardware initialization support | James Smart | 2010-12-21 | 3 | -33/+149 |
* | [SCSI] lpfc 8.3.19: Fix critical errors and crashes | James Smart | 2010-12-21 | 6 | -14/+99 |
* | [SCSI] fix id computation in scsi_eh_target_reset() | James Bottomley | 2010-12-21 | 1 | -36/+25 |
* | [SCSI] ipr: fix mailbox register definition and add a delay before reading | Wayne Boyer | 2010-12-21 | 2 | -6/+43 |
* | [SCSI] ipr: fix lun assignment and comparison | Wayne Boyer | 2010-12-21 | 1 | -4/+3 |
* | [SCSI] Retrieve the Caching mode page | Luben Tuikov | 2010-12-21 | 1 | -16/+47 |
* | [SCSI] libsas: fix definition of wideport, include local sas address | Dan Williams | 2010-12-21 | 2 | -5/+15 |
* | [SCSI] sd: improve logic and efficiecy of media-change detection | Alan Stern | 2010-12-21 | 1 | -7/+20 |
* | [SCSI] fix up documentation for change in ->queuecommand to lockless calling | James Bottomley | 2010-12-21 | 1 | -28/+31 |
* | [SCSI] bfa: rename log_level to bfa_log_level | Jing Huang | 2010-12-20 | 9 | -46/+47 |
* | Linux 2.6.37-rc6v2.6.37-rc6 | Linus Torvalds | 2010-12-16 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-12-16 | 1 | -0/+1 |
|\ |
|
| * | crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h | Randy Dunlap | 2010-12-15 | 1 | -0/+1 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-12-15 | 4 | -4/+18 |
|\ \ |
|
| * | | ext4: fix typo which broke '..' detection in ext4_find_entry() | Aaro Koskinen | 2010-12-15 | 1 | -1/+1 |
| * | | ext4: Turn off multiple page-io submission by default | Theodore Ts'o | 2010-12-14 | 3 | -3/+17 |
* | | | xen: Provide a variant of __RING_SIZE() that is an integer constant expression | Jeremy Fitzhardinge | 2010-12-15 | 3 | -5/+12 |
* | | | MAINTAINERS: update MSM git tree | Daniel Walker | 2010-12-15 | 1 | -1/+1 |
* | | | install_special_mapping skips security_file_mmap check. | Tavis Ormandy | 2010-12-15 | 2 | -4/+17 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-12-15 | 2 | -3/+13 |
|\ \ |
|
| * | | workqueue: It is likely that WORKER_NOT_RUNNING is true | Steven Rostedt | 2010-12-14 | 1 | -2/+2 |
| * | | MAINTAINERS: Add workqueue entry | Tejun Heo | 2010-12-14 | 1 | -0/+9 |
| * | | workqueue: check the allocation of system_unbound_wq | Hitoshi Mitake | 2010-11-26 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-12-15 | 2 | -20/+21 |
|\ \ \ |
|
| * | | | md: protect against NULL reference when waiting to start a raid10. | NeilBrown | 2010-12-09 | 2 | -4/+3 |
| * | | | md: fix bug with re-adding of partially recovered device. | NeilBrown | 2010-12-09 | 1 | -2/+5 |
| * | | | md: fix possible deadlock in handling flush requests. | NeilBrown | 2010-12-09 | 1 | -2/+4 |
| * | | | md: move code in to submit_flushes. | NeilBrown | 2010-12-09 | 1 | -6/+6 |
| * | | | md: remove handling of flush_pending in md_submit_flush_data | NeilBrown | 2010-12-09 | 1 | -6/+3 |
* | | | | dw_spi: Fix missing final read in some polling situations | Major Lee | 2010-12-15 | 1 | -0/+5 |
* | | | | i2c_intel_mid: Fix slash in sysfs name | Alan Cox | 2010-12-15 | 1 | -1/+1 |
* | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-12-15 | 3 | -2/+5 |
|\ \ \ \ |
|
| * | | | | sh: wire up accept4 syscall (non-multiplexed path) | Carmelo AMOROSO | 2010-12-14 | 2 | -1/+3 |
| * | | | | sh: Enable deprecated IRQ chip APIs for MFD and GPIOLIB drivers. | Paul Mundt | 2010-12-13 | 1 | -1/+2 |
* | | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-12-15 | 9 | -37/+79 |
|\ \ \ \ \ |
|
| * | | | | | OMAP2: PRCM: fix some SHIFT macros that were actually bitmasks | Paul Walmsley | 2010-12-11 | 1 | -5/+6 |
| * | | | | | OMAP2+: PM/serial: fix console semaphore acquire during suspend | Kevin Hilman | 2010-12-10 | 2 | -10/+51 |