summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-07-18scsi: use 64-bit LUNsHannes Reinecke69-377/+384
2014-07-18qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke1-1/+6
2014-07-18scsi_scan: Restrict sequential scan to 256 LUNsHannes Reinecke1-0/+6
2014-07-18scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke4-30/+1
2014-07-18sg: O_EXCL and other lock handlingDouglas Gilbert1-194/+230
2014-07-18sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert1-2/+7
2014-07-18sg: relax 16 byte cdb restrictionDouglas Gilbert1-17/+29
2014-07-18sd: Limit transfer lengthMartin K. Petersen2-1/+18
2014-07-18sd: bad return code of init_sdClément Calmels1-0/+2
2014-07-18sd: notify block layer when using temporary change to cache_typeVaughan Cao1-8/+15
2014-07-18scsi_debug: allow huge transfer length for read/write commandsAkinobu Mita1-3/+3
2014-07-18sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffffAkinobu Mita1-4/+1
2014-07-18sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita1-4/+13
2014-07-18scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche2-2/+2
2014-07-17scsi: handle flush errors properlyJames Bottomley1-0/+8
2014-07-06Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds11-38/+80
2014-07-03Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley10-28/+70
2014-07-01usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern1-1/+4
2014-06-25virtio-scsi: fix various bad behavior on aborted requestsPaolo Bonzini1-0/+22
2014-06-25virtio-scsi: avoid cancelling uninitialized work itemsPaolo Bonzini1-1/+3
2014-06-25ibmvscsi: Add memory barriers for send / receiveBrian King1-0/+10
2014-06-25ibmvscsi: Abort init sequence during error recoveryBrian King1-1/+2
2014-06-25qla2xxx: Fix sparse warning in qla_target.c.Quinn Tran2-8/+13
2014-06-25bnx2fc: Improve stats update mechanismNeil Horman1-12/+4
2014-06-25bnx2fc: do not scan uninitialized lists in case of error.Maurizio Lombardi1-0/+2
2014-06-25fc: ensure scan_work isn't active when freeing fc_rportNeil Horman1-0/+1
2014-06-25pm8001: Fix potential null pointer dereference and memory leak.Maurizio Lombardi1-3/+10
2014-06-25be2iscsi: remove potential junk pointer freeTomas Henzl1-3/+1
2014-06-25be2iscsi: add an missing goto in error pathTomas Henzl1-0/+2
2014-06-24scsi_error: set DID_TIME_OUT correctlyHannes Reinecke1-7/+7
2014-06-24scsi_error: fix invalid setting of host byteUlrich Obergfell1-4/+4
2014-06-20drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_inte...Chen Gang2-34/+34
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds24-369/+715
2014-06-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds7-91/+226
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-06-12Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+6
2014-06-12Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2014-06-12libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg1-9/+9
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-13/+13
2014-06-10Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds105-2662/+4562
2014-06-09Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley101-2482/+4443
2014-06-07scsi: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe10-13/+13
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-11/+1
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-06-04qla2xxx: Convert to percpu_ida session tag pre-allocationNicholas Bellinger4-65/+147
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-8/+8
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-06-02virtio-scsi: Enable DIF/DIX modes in SCSI host LLDNicholas Bellinger2-18/+70
2014-06-02qla2xxx: fix sparse warnings introduced by previous target mode t10-dif patchQuinn Tran3-21/+26