summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: correct port registrations with nvme_fcJames Smart2017-12-042-9/+14
* scsi: lpfc: Linux LPFC driver does not process all RSCNsJames Smart2017-12-043-5/+25
* scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCNJames Smart2017-12-041-2/+2
* scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart2017-12-044-22/+42
* scsi: lpfc: Fix display for debugfs queInfoJames Smart2017-12-041-7/+7
* scsi: lpfc: Driver fails to detect direct attach storage arrayJames Smart2017-12-041-16/+20
* scsi: lpfc: Raise maximum NVME sg list size for 256 elementsJames Smart2017-12-041-1/+1
* scsi: lpfc: Fix NVME LS abort_xriJames Smart2017-12-041-0/+1
* scsi: lpfc: Fix crash after bad bar setup on driver attachmentJames Smart2017-12-041-33/+51
* scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart2017-12-045-75/+35
* scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart2017-12-045-43/+112
* scsi: lpfc: FLOGI failures are reported when connected to a private loop.James Smart2017-12-041-13/+14
* scsi: bfa: remove unused pointer 'port'Colin Ian King2017-12-041-3/+0
* scsi: aacraid: remove unused variable managed_request_idColin Ian King2017-12-041-3/+0
* scsi: st: fix kernel-doc mismatchRandy Dunlap2017-12-041-1/+1
* scsi: csiostor: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-12-042-2/+1
* scsi: 3w-9xxx: rework lock timeoutsArnd Bergmann2017-12-042-8/+7
* scsi: 3ware: use 64-bit times for FW time syncArnd Bergmann2017-12-042-11/+7
* scsi: 3ware: fix 32-bit time calculationsArnd Bergmann2017-12-042-6/+4
* scsi: bfa: use 64-bit times in bfa_aen_entry_s ABIArnd Bergmann2017-12-041-2/+2
* scsi: bfa: try to sanitize vendor netlink eventsArnd Bergmann2017-12-042-11/+24
* scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()Arnd Bergmann2017-12-041-22/+10
* scsi: bfa: document overflow of io_profile_start_timeArnd Bergmann2017-12-043-6/+5
* scsi: bfa: improve bfa_ioc_send_enable/disable dataArnd Bergmann2017-12-041-3/+5
* scsi: bfa: use proper time accessor for stats_reset_timeArnd Bergmann2017-12-044-25/+9
* scsi: bfa: use ktime_get_real_ts64 for firmware timestampArnd Bergmann2017-12-041-3/+3
* scsi: ppa: mark expected switch fall-throughsGustavo A. R. Silva2017-12-041-0/+4
* scsi: bnx2i: bnx2i_hwi: use swap macro in bnx2i_send_iscsi_nopoutGustavo A. R. Silva2017-12-041-6/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-2524-87/+71
|\
| * treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2114-31/+31
| * treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-3/+3
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-219-41/+37
| * treewide: init_timer() -> setup_timer()Kees Cook2017-11-216-21/+9
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-11-234-25/+50
|\ \ | |/ |/|
| * scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke2017-11-163-17/+18
| * scsi: bnx2fc: Fix hung task messages when a cleanup response is not received ...Chad Dupuis2017-11-151-8/+32
* | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-5/+1
|\ \
| * | st: use get_user_pages_fast()Al Viro2017-09-221-5/+1
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+0
|\ \ \ | |_|/ |/| |
| * | cxlflash: get rid of pointless access_ok()Al Viro2017-10-171-6/+0
| |/
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-10/+14
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-313-10/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-0/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-102-7/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0482-0/+82
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-306-15/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-225-5/+15
| |\ \ \ \ \ \
| * | | | | | | qed: Fix iWARP out of order flowMichal Kalderon2017-10-191-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
| |/ / / / / /