| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-12 | 13 | -37/+101 |
|\ |
|
| * | slab: setup cpu caches later on when interrupts are enabled | Pekka Enberg | 2009-06-12 | 1 | -18/+19 |
| * | slab,slub: don't enable interrupts during early boot | Pekka Enberg | 2009-06-12 | 7 | -0/+47 |
| * | slab: fix gfp flag in setup_cpu_cache() | Pekka Enberg | 2009-06-12 | 1 | -1/+1 |
| * | x86: make zap_low_mapping could be used early | Yinghai Lu | 2009-06-12 | 3 | -5/+9 |
| * | irq: slab alloc for default irq_affinity | Yinghai Lu | 2009-06-12 | 1 | -1/+1 |
| * | memcg: fix page_cgroup fatal error in FLATMEM | KAMEZAWA Hiroyuki | 2009-06-12 | 3 | -20/+32 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-06-12 | 141 | -9068/+42941 |
|\ \ |
|
| * \ | [SCSI] Merge branch 'linus' | James Bottomley | 2009-06-12 | 1794 | -34790/+103078 |
| |\ \
| | |/ |
|
| * | | [SCSI] osd: Remove out-of-tree left overs | Boaz Harrosh | 2009-06-10 | 2 | -62/+0 |
| * | | [SCSI] libosd: Use REQ_QUIET requests. | Boaz Harrosh | 2009-06-10 | 1 | -0/+2 |
| * | | [SCSI] osduld: use filp_open() when looking up an osd-device | Boaz Harrosh | 2009-06-10 | 2 | -36/+31 |
| * | | [SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue | Boaz Harrosh | 2009-06-10 | 3 | -5/+9 |
| * | | [SCSI] libosd: osd_req_{read,write} takes a length parameter | Boaz Harrosh | 2009-06-10 | 3 | -14/+18 |
| * | | [SCSI] libosd: Let _osd_req_finalize_data_integrity receive number of out_bytes | Boaz Harrosh | 2009-06-10 | 1 | -4/+5 |
| * | | [SCSI] libosd: osd_req_{read,write}_kern new API | Boaz Harrosh | 2009-06-10 | 4 | -32/+32 |
| * | | [SCSI] libosd: Better printout of OSD target system information | Boaz Harrosh | 2009-06-10 | 1 | -11/+12 |
| * | | [SCSI] libosd: OSD2r05: Attribute definitions | Boaz Harrosh | 2009-06-10 | 1 | -2/+72 |
| * | | [SCSI] libosd: OSD2r05: Additional command enums | Boaz Harrosh | 2009-06-10 | 1 | -0/+8 |
| * | | [SCSI] mpt fusion: fix up doc book comments | James Bottomley | 2009-06-09 | 2 | -13/+8 |
| * | | [SCSI] mpt fusion: Added support for Broadcast primitives Event handling | Kashyap, Desai | 2009-06-09 | 4 | -0/+230 |
| * | | [SCSI] mpt fusion: Queue full event handling | Kashyap, Desai | 2009-06-09 | 2 | -0/+139 |
| * | | [SCSI] mpt fusion: RAID device handling and Dual port Raid support is added | Kashyap, Desai | 2009-06-09 | 5 | -62/+527 |
| * | | [SCSI] mpt fusion: Put IOC into ready state if it not already in ready state | Kashyap, Desai | 2009-06-09 | 1 | -0/+16 |
| * | | [SCSI] mpt fusion: Code Cleanup patch | Kashyap, Desai | 2009-06-09 | 6 | -294/+443 |
| * | | [SCSI] mpt fusion: Rescan SAS topology added | Kashyap, Desai | 2009-06-09 | 2 | -3/+172 |
| * | | [SCSI] mpt fusion: SAS topology scan changes, expander events | Kashyap, Desai | 2009-06-09 | 2 | -236/+515 |
| * | | [SCSI] mpt fusion: Firmware event implementation using seperate WorkQueue | Kashyap, Desai | 2009-06-09 | 4 | -446/+984 |
| * | | [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated function | Kashyap, Desai | 2009-06-09 | 6 | -320/+394 |
| * | | [SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frame | Kashyap, Desai | 2009-06-09 | 8 | -74/+105 |
| * | | [SCSI] mpt fusion: rewrite taskmgmt request and completion routines | Kashyap, Desai | 2009-06-09 | 5 | -313/+239 |
| * | | [SCSI] mpt fusion: rewrite of all internal generated functions | Kashyap, Desai | 2009-06-09 | 7 | -330/+248 |
| * | | [SCSI] mpt fusion: config path optimized, completion queue is used | Kashyap, Desai | 2009-06-09 | 4 | -285/+255 |
| * | | [SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFO | Kashyap, Desai | 2009-06-09 | 1 | -34/+42 |
| * | | [SCSI] mpt fusion: Added support for MPT discovery completion check | Kashyap, Desai | 2009-06-09 | 3 | -2/+80 |
| * | | [SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory region | Kashyap, Desai | 2009-06-09 | 8 | -188/+318 |
| * | | [SCSI] gdth: fix overlapping snprintf users | Alan Cox | 2009-06-09 | 1 | -2/+3 |
| * | | [SCSI] bnx2i: Add bnx2i iSCSI driver. | Michael Chan | 2009-06-09 | 11 | -0/+7496 |
| * | | [SCSI] cnic: Add new Broadcom CNIC driver. | Michael Chan | 2009-06-09 | 6 | -0/+3901 |
| * | | [SCSI] bnx2: Add support for CNIC driver. | Michael Chan | 2009-06-09 | 2 | -3/+208 |
| * | | [SCSI] iscsi class: Add new NETLINK_ISCSI messages for cnic/bnx2i driver. | Michael Chan | 2009-06-09 | 3 | -36/+133 |
| * | | [SCSI] ibmvscsi: Add support for capabilities MAD | Brian King | 2009-06-08 | 3 | -27/+255 |
| * | | [SCSI] ibmvscsi: Enable fast fail feature | Robert Jennings | 2009-06-08 | 2 | -2/+71 |
| * | | [SCSI] ibmvscsi: Send adapter info before login | Brian King | 2009-06-08 | 1 | -85/+85 |
| * | | [SCSI] ibmvscsi: Add specific timeouts for operations | Robert Jennings | 2009-06-08 | 1 | -12/+16 |
| * | | [SCSI] ibmvscsi: Add 16 byte CDB support | Brian King | 2009-06-08 | 1 | -0/+1 |
| * | | [SCSI] qla2xxx: Update version number to 8.03.01-k3. | Andrew Vasquez | 2009-06-08 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Synchronize MPI settings after a PE Reset. | Andrew Vasquez | 2009-06-08 | 3 | -0/+121 |
| * | | [SCSI] qla2xxx: Export additional firmware-states for application support. | Andrew Vasquez | 2009-06-08 | 3 | -4/+25 |
| * | | [SCSI] qla2xxx: Reduce lock-contention during do-work processing. | Andrew Vasquez | 2009-06-08 | 2 | -23/+24 |