Age | Commit message (Expand) | Author | Files | Lines |
2017-07-13 | scsi: cxlflash: return -EFAULT if copy_from_user() fails | Dan Carpenter | 1 | -4/+7 |
2017-07-02 | scsi: cxlflash: Update debug prints in reset handlers | Matthew R. Ochs | 1 | -15/+3 |
2017-07-02 | scsi: cxlflash: Update send_tmf() parameters | Matthew R. Ochs | 1 | -14/+13 |
2017-07-02 | scsi: cxlflash: Avoid double free of character device | Matthew R. Ochs | 1 | -1/+0 |
2017-06-26 | scsi: cxlflash: Update TMF command processing | Matthew R. Ochs | 1 | -21/+44 |
2017-06-26 | scsi: cxlflash: Remove zeroing of private command data | Matthew R. Ochs | 2 | -3/+10 |
2017-06-26 | scsi: cxlflash: Support WS16 unmap | Matthew R. Ochs | 4 | -0/+15 |
2017-06-26 | scsi: cxlflash: Support AFU debug | Matthew R. Ochs | 4 | -0/+104 |
2017-06-26 | scsi: cxlflash: Support LUN provisioning | Matthew R. Ochs | 4 | -4/+135 |
2017-06-26 | scsi: cxlflash: Refactor AFU capability checking | Matthew R. Ochs | 1 | -4/+4 |
2017-06-26 | scsi: cxlflash: Introduce host ioctl support | Matthew R. Ochs | 1 | -1/+120 |
2017-06-26 | scsi: cxlflash: Separate AFU internal command handling from AFU sync specifics | Matthew R. Ochs | 2 | -28/+53 |
2017-06-26 | scsi: cxlflash: Create character device to provide host management interface | Uma Krishnan | 3 | -2/+212 |
2017-06-26 | scsi: cxlflash: Add scsi command abort handler | Uma Krishnan | 1 | -0/+61 |
2017-06-26 | scsi: cxlflash: Flush pending commands in cleanup path | Uma Krishnan | 2 | -5/+57 |
2017-06-26 | scsi: cxlflash: Track pending scsi commands in each hardware queue | Uma Krishnan | 2 | -0/+11 |
2017-06-26 | scsi: cxlflash: Handle AFU sync failures | Uma Krishnan | 2 | -27/+95 |
2017-06-26 | scsi: cxlflash: Schedule asynchronous reset of the host | Uma Krishnan | 2 | -35/+104 |
2017-06-26 | scsi: cxlflash: Reset hardware queue context via specified register | Uma Krishnan | 2 | -38/+47 |
2017-06-26 | scsi: cxlflash: Update cxlflash_afu_sync() to return errno | Uma Krishnan | 1 | -5/+6 |
2017-06-26 | scsi: cxlflash: Combine the send queue locks | Uma Krishnan | 2 | -6/+6 |
2017-05-09 | scsi: cxlflash: Select IRQ_POLL | Guenter Roeck | 1 | -0/+1 |
2017-04-14 | scsi: cxlflash: Introduce hardware queue steering | Matthew R. Ochs | 2 | -6/+126 |
2017-04-14 | scsi: cxlflash: Add hardware queues attribute | Matthew R. Ochs | 2 | -16/+106 |
2017-04-14 | scsi: cxlflash: Support multiple hardware queues | Uma Krishnan | 3 | -164/+309 |
2017-04-14 | scsi: cxlflash: Improve asynchronous interrupt processing | Matthew R. Ochs | 1 | -52/+42 |
2017-04-14 | scsi: cxlflash: Fix warnings/errors | Matthew R. Ochs | 4 | -50/+57 |
2017-04-14 | scsi: cxlflash: Fix power-of-two validations | Matthew R. Ochs | 2 | -6/+2 |
2017-04-14 | scsi: cxlflash: Remove unnecessary DMA mapping | Matthew R. Ochs | 1 | -13/+2 |
2017-04-14 | scsi: cxlflash: Fence EEH during probe | Matthew R. Ochs | 3 | -7/+28 |
2017-04-14 | scsi: cxlflash: Support up to 4 ports | Matthew R. Ochs | 2 | -4/+80 |
2017-04-14 | scsi: cxlflash: SISlite updates to support 4 ports | Matthew R. Ochs | 3 | -57/+141 |
2017-04-14 | scsi: cxlflash: Hide FC internals behind common access routine | Matthew R. Ochs | 3 | -41/+61 |
2017-04-14 | scsi: cxlflash: Remove port configuration assumptions | Matthew R. Ochs | 7 | -45/+72 |
2017-04-14 | scsi: cxlflash: Support dynamic number of FC ports | Matthew R. Ochs | 5 | -32/+51 |
2017-04-14 | scsi: cxlflash: Update sysfs helper routines to pass config structure | Matthew R. Ochs | 1 | -12/+12 |
2017-04-14 | scsi: cxlflash: Implement IRQ polling for RRQ processing | Matthew R. Ochs | 2 | -4/+127 |
2017-04-14 | scsi: cxlflash: Serialize RRQ access and support offlevel processing | Matthew R. Ochs | 2 | -7/+37 |
2017-04-14 | scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler | Matthew R. Ochs | 1 | -6/+21 |
2017-03-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -7/+10 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -3/+3 |
2017-02-24 | scsi: merge __scsi_execute into scsi_execute | Christoph Hellwig | 2 | -7/+5 |
2017-02-23 | scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFU | Matthew R. Ochs | 2 | -0/+5 |
2017-01-12 | scsi: cxlflash: Cancel scheduled workers before stopping AFU | Uma Krishnan | 2 | -30/+6 |
2017-01-12 | scsi: cxlflash: Cleanup prints | Matthew R. Ochs | 4 | -338/+346 |
2017-01-12 | scsi: cxlflash: Support SQ Command Mode | Matthew R. Ochs | 4 | -13/+152 |
2017-01-12 | scsi: cxlflash: Refactor context reset to share reset logic | Matthew R. Ochs | 1 | -4/+16 |
2016-12-01 | scsi: cxlflash: Migrate scsi command pointer to AFU command | Matthew R. Ochs | 3 | -6/+7 |
2016-12-01 | scsi: cxlflash: Migrate IOARRIN specific routines to function pointers | Matthew R. Ochs | 2 | -10/+14 |
2016-12-01 | scsi: cxlflash: Cleanup queuecommand() | Matthew R. Ochs | 1 | -30/+20 |