summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: Update optimal queue depth for SAS and NVMe devicesAnand Lodnoor2020-01-161-2/+2
* scsi: megaraid_sas: Set no_write_same only for Virtual DiskAnand Lodnoor2020-01-162-4/+18
* scsi: megaraid_sas: Reset adapter if FW is not in READY state after device re...Anand Lodnoor2020-01-161-2/+29
* scsi: qla1280: Fix dma firmware download, if dma address is 64bitThomas Bogendoerfer2020-01-162-6/+16
* scsi: iscsi: Fail session and connection on transport registration failureGabriel Krisman Bertazi2020-01-161-2/+16
* scsi: drivers: base: Propagate errors through the transport componentGabriel Krisman Bertazi2020-01-162-6/+11
* scsi: drivers: base: Support atomic version of attribute_container_device_tri...Gabriel Krisman Bertazi2020-01-162-0/+110
* scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black2020-01-162-3/+27
* scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu2020-01-161-0/+11
* scsi: ufs: pass device information to apply_dev_quirksStanley Chu2020-01-163-8/+10
* scsi: BusLogic: use %lX for unsigned long rather than %XColin Ian King2020-01-161-55/+55
* scsi: ufs: remove "errors" word in ufshcd_print_err_hist()Stanley Chu2020-01-161-1/+1
* scsi: ufs: add device reset history for vendor implementationsStanley Chu2020-01-162-3/+8
* scsi: ufs: fix empty check of error historyStanley Chu2020-01-161-1/+1
* scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing2020-01-101-1/+1
* Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen2020-01-10685-4607/+8480
|\
| * Documentation: document ioctl interfaces betterArnd Bergmann2020-01-032-0/+254
| * compat_ioctl: simplify up block/ioctl.cArnd Bergmann2020-01-031-152/+117
| * compat_ioctl: block: simplify compat_blkpg_ioctl()Arnd Bergmann2020-01-031-36/+38
| * compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann2020-01-033-227/+219
| * compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann2020-01-036-102/+54
| * compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann2020-01-0310-0/+39
| * compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann2020-01-035-51/+45
| * compat_ioctl: simplify the implementationArnd Bergmann2020-01-034-105/+64
| * compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann2020-01-033-134/+91
| * compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-037-204/+142
| * compat_ioctl: ide: floppy: add handlerArnd Bergmann2020-01-035-0/+61
| * compat_ioctl: bsg: add handlerArnd Bergmann2020-01-031-0/+1
| * compat_ioctl: add scsi_compat_ioctlArnd Bergmann2020-01-032-14/+41
| * compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-035-0/+7
| * compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann2020-01-032-26/+5
| * compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann2020-01-032-39/+25
| * compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2020-01-033-103/+135
| * compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann2020-01-032-0/+2
| * compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann2020-01-032-0/+28
| * compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann2020-01-033-95/+90
| * compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-039-109/+20
| * compat: ARM64: always include asm-generic/compat.hArnd Bergmann2020-01-031-2/+3
| * Linux 5.5-rc4v5.5-rc4Linus Torvalds2019-12-301-1/+1
| * Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-294-3/+6
| |\
| | * riscv: export flush_icache_all to modulesOlof Johansson2019-12-281-0/+1
| | * riscv: reject invalid syscalls below -1David Abdurachmanov2019-12-281-0/+1
| | * riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2019-12-282-3/+4
| * | Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-12-291-1/+1
| |\ \
| | * | locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1
| | |/
| * | Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-293-10/+56
| |\ \
| | * | cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
| | * | cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
| | |/
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-286-11/+12
| |\ \
| | * | scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin2019-12-201-1/+3