summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-04-141-0/+31
|\
| * libata-eh: Set 'information' field for autosenseHannes Reinecke2015-03-271-0/+31
* | Merge tag 'regulator-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-04-141-20/+7Star
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown2015-04-101-20/+7Star
| |\ \ \
| | * | | ufs: Rename of regulator_set_optimum_modeBjorn Andersson2015-03-091-20/+7Star
| | |/ /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-04-112-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche2015-04-081-1/+3
| * | | be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose2015-04-081-1/+1
| | |/ | |/|
* | | Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-252-2/+4
|\ \ \
| * | | ata: Add a new flag to destinguish sas controllerShaohua Li2015-03-192-2/+4
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-03-211-1/+1
|\ \ \ | |_|/ |/| |
| * | tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche2015-03-201-1/+1
| |/
* / libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley2015-03-071-2/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-225-17/+35
|\
| * sg: fix EWOULDBLOCK errors with scsi-mqTony Battersby2015-02-171-1/+16
| * sg: fix unkillable I/O wait deadlock with scsi-mqTony Battersby2015-02-171-3/+14
| * sg: fix read() error reportingTony Battersby2015-02-151-3/+3
| * wd719x: add missing .module to wd719x_templateOndrej Zary2015-02-151-0/+1
| * hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchDon Brace2015-02-151-3/+1Star
| * fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe...Minh Duc Tran2015-02-151-1/+0Star
| * am53c974: remove left-over debugging codeHannes Reinecke2015-02-051-6/+0Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-3/+1Star
|\ \
| * | tcm_qla2xxx: print port name via %*phCAndy Shevchenko2015-01-161-3/+1Star
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-0/+6
|\ \ \
| * | | virtio/scsi: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-181-6/+3Star
|\ \ \ \
| * | | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-6/+3Star
| |/ / /
* | | | MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton2015-02-141-1/+0Star
* | | | scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-3/+3
* | | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-123-10/+10
|\ \ \ \
| * | | | block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-051-9/+6Star
| * | | | blk-mq: add tag allocation policyShaohua Li2015-01-231-0/+2
| * | | | block: support different tag allocation policyShaohua Li2015-01-231-1/+2
| | |/ / | |/| |
* | | | mm: gup: use get_user_pages_unlockedAndrea Arcangeli2015-02-121-5/+2Star
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-1176-2192/+4254
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi_logging: return void for dev_printk() functionsHannes Reinecke2015-02-041-13/+9Star
| * | | scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-0215-45/+45
| * | | scsi: merge consecutive seq_puts callsRasmus Villemoes2015-02-024-35/+21Star
| * | | scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-0221-138/+136Star
| * | | aha152x: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-124/+124
| * | | advansys: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-80/+75Star
| * | | scsi: remove SPRINTF macroRasmus Villemoes2015-02-026-273/+252Star
| * | | sg: remove an unused variableBart Van Assche2015-02-021-16/+1Star
| * | | hpsa: Use local workqueues instead of system workqueuesDon Brace2015-02-022-14/+56
| * | | hpsa: add in P840ar controller model nameDon Brace2015-02-021-1/+1
| * | | hpsa: add in gen9 controller model namesDon Brace2015-02-021-13/+13
| * | | hpsa: detect and report failures changing controller transport modesRobert Elliott2015-02-021-11/+29
| * | | hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott2015-02-021-6/+9
| * | | hpsa: refactor duplicated scan completion code into a new routineWebb Scales2015-02-021-24/+16Star
| * | | hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Webb Scales2015-02-021-7/+14