summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.5/drivers-post' into for-5.5/zonedJens Axboe2019-11-1313-49/+72
|\
| * scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi2019-11-073-14/+31
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scs...Jens Axboe2019-11-074-26/+22
| |\
| | * scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz2019-11-061-1/+2
| | * scsi: qla2xxx: fix NPIV tear down processMartin Wilck2019-11-062-6/+10
| | * scsi: sd_zbc: Fix sd_zbc_complete()Damien Le Moal2019-11-061-19/+10
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Jens Axboe2019-11-0723-56/+79
| |\ \
| | * | scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin2019-10-291-0/+4
| | * | scsi: sd: define variable dif as unsigned int instead of boolXiang Chen2019-10-251-1/+2
| | * | scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche2019-10-251-1/+2
| | * | scsi: qla2xxx: Fix partial flash write of MBIQuinn Tran2019-10-231-4/+3
| | * | scsi: qla2xxx: Initialized mailbox to prevent driver load failureHimanshu Madhani2019-10-231-1/+2
| | * | scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner2019-10-231-2/+2
| | * | scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman2019-10-191-0/+4
| | * | scsi: lpfc: Check queue pointer before useDaniel Wagner2019-10-181-1/+1
| | * | scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke2019-10-181-3/+3
* | | | Merge branch 'for-5.5/drivers' into for-5.5/zonedJens Axboe2019-11-1337-339/+713
|\| | |
| * | | null_blk: add zone open, close, and finish supportAjay Joshi2019-11-071-3/+30
| * | | dm: add zone open, close and finish supportAjay Joshi2019-11-073-7/+7
| * | | Merge branch 'for-5.5/block' into for-5.5/driversJens Axboe2019-11-0728-331/+788
| |\ \ \
| * | | | nvme: Fix parsing of ANA log pagePrabhath Sajeepa2019-11-041-4/+8
| * | | | nvmet: stop using bio_set_op_attrsChristoph Hellwig2019-11-041-7/+6
| * | | | nvmet: add plugging for read/write when ns is bdevChristoph Hellwig2019-11-041-0/+3
| * | | | nvmet: clean up command parsing a bitChristoph Hellwig2019-11-042-5/+6
| * | | | nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven2019-11-041-1/+1
| * | | | nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg2019-11-041-1/+7
| * | | | nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-046-15/+8
| * | | | nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-047-39/+86
| * | | | nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2019-11-042-2/+7
| * | | | nvmet: Cleanup discovery execute handlersChristoph Hellwig2019-11-041-25/+19
| * | | | nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig2019-11-041-43/+50
| * | | | nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe2019-11-041-4/+2
| * | | | nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe2019-11-041-1/+1
| * | | | nvme: Introduce nvme_lba_to_sect()Damien Le Moal2019-11-042-7/+15
| * | | | nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2019-11-042-5/+8
| * | | | nvme: resync include/linux/nvme.h with nvmecliRevanth Rajashekar2019-11-041-3/+50
| * | | | nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-045-11/+8
| * | | | nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-11-043-1/+3
| * | | | nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin2019-11-041-2/+2
| * | | | nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin2019-11-041-1/+1
| * | | | nvmet: use bio_io_error instead of duplicating itIsrael Rukshin2019-11-041-5/+3
| * | | | nvme: introduce nvme_is_aen_req functionIsrael Rukshin2019-11-045-8/+12
| * | | | nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart2019-11-041-3/+3
| * | | | nvme-fc: clarify error messagesJames Smart2019-11-041-5/+6
| * | | | nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart2019-11-041-0/+5
| * | | | nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart2019-11-042-25/+26
| * | | | nvme-fc: Sync nvme-fc header to FC-NVME-2James Smart2019-11-041-45/+137
| * | | | loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong2019-11-011-8/+18
| * | | | block: mtip32xx: Spelling s/configration/configuration/Geert Uytterhoeven2019-10-251-1/+1
| * | | | Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2019-10-259-29/+76
| |\ \ \ \