| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: fcoe: drop frames in ELS LOGO error path | Johannes Thumshirn | 2018-08-02 | 1 | -2/+2 |
* | scsi: fcoe: fix use-after-free in fcoe_ctlr_els_send | Johannes Thumshirn | 2018-08-02 | 1 | -1/+1 |
* | scsi: qedi: Fix a potential buffer overflow | Bart Van Assche | 2018-07-31 | 1 | -1/+1 |
* | scsi: qla2xxx: Fix memory leak for allocating abort IOCB | Quinn Tran | 2018-07-31 | 1 | -26/+27 |
* | scsi: qla2xxx: Return error when TMF returns | Anil Gurumurthy | 2018-07-20 | 1 | -4/+3 |
* | scsi: qla2xxx: Fix ISP recovery on unload | Quinn Tran | 2018-07-20 | 1 | -2/+3 |
* | scsi: qla2xxx: Fix driver unload by shutting down chip | Quinn Tran | 2018-07-20 | 5 | -28/+34 |
* | scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion | Quinn Tran | 2018-07-20 | 4 | -1/+8 |
* | scsi: qla2xxx: Fix unintialized List head crash | Quinn Tran | 2018-07-20 | 2 | -0/+6 |
* | scsi: sg: update comment for blk_get_request() | Tony Battersby | 2018-07-13 | 1 | -9/+5 |
* | scsi: sg: fix minor memory leak in error path | Tony Battersby | 2018-07-13 | 1 | -0/+1 |
* | scsi: libiscsi: fix possible NULL pointer dereference in case of TMF | Varun Prakash | 2018-07-13 | 1 | -6/+6 |
* | scsi: target: iscsi: cxgbit: fix max iso npdu calculation | Varun Prakash | 2018-07-13 | 1 | -7/+9 |
* | scsi: cxlflash: fix assignment of the backend operations | Cédric Le Goater | 2018-07-11 | 1 | -2/+2 |
* | scsi: qedi: Send driver state to MFW | Manish Rangankar | 2018-07-11 | 1 | -0/+11 |
* | scsi: qedf: Send the driver state to MFW | Saurav Kashyap | 2018-07-11 | 1 | -0/+12 |
* | scsi: hpsa: correct enclosure sas address | Don Brace | 2018-07-11 | 2 | -4/+22 |
* | scsi: sd_zbc: Fix variable type and bogus comment | Damien Le Moal | 2018-07-11 | 1 | -2/+3 |
* | scsi: qla2xxx: Fix NULL pointer dereference for fcport search | Chuck Anderson | 2018-07-11 | 1 | -6/+8 |
* | scsi: qla2xxx: Fix kernel crash due to late workqueue allocation | himanshu.madhani@cavium.com | 2018-07-11 | 1 | -2/+2 |
* | scsi: qla2xxx: Fix inconsistent DMA mem alloc/free | Quinn Tran | 2018-07-11 | 2 | -14/+28 |
* | scsi: sg: mitigate read/write abuse | Jann Horn | 2018-06-26 | 1 | -2/+40 |
* | scsi: aacraid: Fix PD performance regression over incorrect qd being set | Raghava Aditya Renukunta | 2018-06-26 | 1 | -8/+7 |
* | scsi: target: Fix truncated PR-in ReadKeys response | David Disseldorp | 2018-06-20 | 1 | -5/+10 |
* | scsi: scsi_debug: Fix memory leak on module unload | Luis Henriques | 2018-06-19 | 1 | -1/+1 |
* | scsi: qla2xxx: Spinlock recursion in qla_target | Mikhail Malygin | 2018-06-19 | 1 | -4/+3 |
* | scsi: ipr: Eliminate duplicate barriers | Arnd Bergmann | 2018-06-19 | 1 | -2/+0 |
* | scsi: target: tcmu: add read length support | bstroesser@ts.fujitsu.com | 2018-06-19 | 1 | -8/+36 |
* | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-16 | 9 | -193/+154 |
|\ |
|
| * | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2018-06-15 | 9 | -193/+154 |
| |\ |
|
| | * | nvme-fabrics: fix and refine state checks in __nvmf_check_ready | Christoph Hellwig | 2018-06-15 | 1 | -20/+19 |
| | * | nvme-fabrics: handle the admin-only case properly in nvmf_check_ready | Christoph Hellwig | 2018-06-15 | 1 | -1/+2 |
| | * | nvme-fabrics: refactor queue ready check | Christoph Hellwig | 2018-06-15 | 5 | -50/+45 |
| | * | nvme: remove nvme_reinit_tagset | Christoph Hellwig | 2018-06-14 | 2 | -12/+0 |
| | * | nvme-fc: fix nulling of queue data on reconnect | James Smart | 2018-06-14 | 1 | -6/+5 |
| | * | nvme-fc: remove reinit_request routine | James Smart | 2018-06-14 | 1 | -20/+0 |
| | * | nvme-fc: change controllers first connect to use reconnect path | James Smart | 2018-06-14 | 1 | -57/+47 |
| | * | nvme: don't rely on the changed namespace list log | Christoph Hellwig | 2018-06-13 | 1 | -25/+11 |
| | * | nvmet: free smart-log buffer after use | Chaitanya Kulkarni | 2018-06-11 | 1 | -1/+3 |
| | * | nvme-rdma: fix error flow during mapping request data | Max Gurtovoy | 2018-06-11 | 1 | -7/+24 |
| | * | nvme: add bio remapping tracepoint | Hannes Reinecke | 2018-06-11 | 1 | -0/+4 |
| | * | nvme: fix NULL pointer dereference in nvme_init_subsystem | Israel Rukshin | 2018-06-11 | 1 | -1/+1 |
* | | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental | Linus Torvalds | 2018-06-16 | 100 | -152/+148 |
|\ \ \ |
|
| * | | | fix a series of Documentation/ broken file name references | Mauro Carvalho Chehab | 2018-06-15 | 3 | -3/+3 |
| * | | | docs: Fix more broken references | Mauro Carvalho Chehab | 2018-06-15 | 2 | -8/+8 |
| * | | | media: max2175: fix location of driver's companion documentation | Mauro Carvalho Chehab | 2018-06-15 | 1 | -3/+3 |
| * | | | media: v4l: fix broken video4linux docs locations | Mauro Carvalho Chehab | 2018-06-15 | 6 | -12/+10 |
| * | | | media: dvb: point to the location of the old README.dvb-usb file | Mauro Carvalho Chehab | 2018-06-15 | 45 | -45/+45 |
| * | | | media: dvb: fix location of get_dvb_firmware script | Mauro Carvalho Chehab | 2018-06-15 | 16 | -30/+28 |
| * | | | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 26 | -37/+37 |