| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-02-22 | 5 | -17/+35 |
|\ |
|
| * | sg: fix EWOULDBLOCK errors with scsi-mq | Tony Battersby | 2015-02-17 | 1 | -1/+16 |
| * | sg: fix unkillable I/O wait deadlock with scsi-mq | Tony Battersby | 2015-02-17 | 1 | -3/+14 |
| * | sg: fix read() error reporting | Tony Battersby | 2015-02-15 | 1 | -3/+3 |
| * | wd719x: add missing .module to wd719x_template | Ondrej Zary | 2015-02-15 | 1 | -0/+1 |
| * | hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patch | Don Brace | 2015-02-15 | 1 | -3/+1 |
| * | fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe... | Minh Duc Tran | 2015-02-15 | 1 | -1/+0 |
| * | am53c974: remove left-over debugging code | Hannes Reinecke | 2015-02-05 | 1 | -6/+0 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-02-21 | 1 | -3/+1 |
|\ \ |
|
| * | | tcm_qla2xxx: print port name via %*phC | Andy Shevchenko | 2015-01-16 | 1 | -3/+1 |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | virtio/scsi: verify device has config space | Michael S. Tsirkin | 2015-01-21 | 1 | -0/+6 |
* | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-18 | 1 | -6/+3 |
|\ \ \ \ |
|
| * | | | | debugfs: Provide a file creation function that also takes an initial size | David Howells | 2015-02-17 | 1 | -6/+3 |
| |/ / / |
|
* | | | | MODULE_DEVICE_TABLE: fix some callsites | Andrew Morton | 2015-02-14 | 1 | -1/+0 |
* | | | | scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 1 | -3/+3 |
* | | | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 3 | -10/+10 |
|\ \ \ \ |
|
| * | | | | block: pass iov_iter to the BLOCK_PC mapping functions | Kent Overstreet | 2015-02-05 | 1 | -9/+6 |
| * | | | | blk-mq: add tag allocation policy | Shaohua Li | 2015-01-23 | 1 | -0/+2 |
| * | | | | block: support different tag allocation policy | Shaohua Li | 2015-01-23 | 1 | -1/+2 |
| | |/ /
| |/| | |
|
* | | | | mm: gup: use get_user_pages_unlocked | Andrea Arcangeli | 2015-02-12 | 1 | -5/+2 |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-02-11 | 76 | -2192/+4254 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | scsi_logging: return void for dev_printk() functions | Hannes Reinecke | 2015-02-04 | 1 | -13/+9 |
| * | | | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 2015-02-02 | 15 | -45/+45 |
| * | | | scsi: merge consecutive seq_puts calls | Rasmus Villemoes | 2015-02-02 | 4 | -35/+21 |
| * | | | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 21 | -138/+136 |
| * | | | aha152x: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 1 | -124/+124 |
| * | | | advansys: replace seq_printf with seq_puts | Rasmus Villemoes | 2015-02-02 | 1 | -80/+75 |
| * | | | scsi: remove SPRINTF macro | Rasmus Villemoes | 2015-02-02 | 6 | -273/+252 |
| * | | | sg: remove an unused variable | Bart Van Assche | 2015-02-02 | 1 | -16/+1 |
| * | | | hpsa: Use local workqueues instead of system workqueues | Don Brace | 2015-02-02 | 2 | -14/+56 |
| * | | | hpsa: add in P840ar controller model name | Don Brace | 2015-02-02 | 1 | -1/+1 |
| * | | | hpsa: add in gen9 controller model names | Don Brace | 2015-02-02 | 1 | -13/+13 |
| * | | | hpsa: detect and report failures changing controller transport modes | Robert Elliott | 2015-02-02 | 1 | -11/+29 |
| * | | | hpsa: shorten the wait for the CISS doorbell mode change ack | Robert Elliott | 2015-02-02 | 1 | -6/+9 |
| * | | | hpsa: refactor duplicated scan completion code into a new routine | Webb Scales | 2015-02-02 | 1 | -24/+16 |
| * | | | hpsa: move SG descriptor set-up out of hpsa_scatter_gather() | Webb Scales | 2015-02-02 | 1 | -7/+14 |
| * | | | hpsa: do not use function pointers in fast path command submission | Stephen Cameron | 2015-02-02 | 2 | -7/+6 |
| * | | | hpsa: print CDBs instead of kernel virtual addresses for uncommon errors | Stephen Cameron | 2015-02-02 | 1 | -13/+16 |
| * | | | hpsa: do not use a void pointer for scsi_cmd field of struct CommandList | Stephen Cameron | 2015-02-02 | 2 | -4/+4 |
| * | | | hpsa: return failed from device reset/abort handlers | Don Brace | 2015-02-02 | 1 | -0/+7 |
| * | | | hpsa: check for ctlr lockup after command allocation in main io path | Stephen Cameron | 2015-02-02 | 1 | -1/+8 |
| * | | | hpsa: guard against overflowing raid map array | Stephen Cameron | 2015-02-02 | 1 | -0/+3 |
| * | | | hpsa: do not ack controller events on controllers that do not support it | Stephen Cameron | 2015-02-02 | 1 | -0/+3 |
| * | | | hpsa: remove incorrect BUG_ONs checking for raid offload enable | Stephen Cameron | 2015-02-02 | 1 | -4/+0 |
| * | | | hpsa: do not check for msi(x) in interrupt_pending | Stephen Cameron | 2015-02-02 | 1 | -3/+0 |
| * | | | hpsa: slightly optimize SA5_performant_completed | Don Brace | 2015-02-02 | 1 | -4/+4 |
| * | | | hpsa: count passthru cmds with atomics, not a spin locked int | Don Brace | 2015-02-02 | 2 | -36/+6 |
| * | | | hpsa: optimize cmd_alloc function by remembering last allocation | Robert Elliott | 2015-02-02 | 2 | -2/+6 |
| * | | | hpsa: fix race between abort handler and main i/o path | Webb Scales | 2015-02-02 | 3 | -47/+65 |