aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig2-34/+5
2014-11-12scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig1-1/+0
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig2-21/+1
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-10/+0
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2-10/+0
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig3-5/+6
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig2-1/+2
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig1-1/+1
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig1-6/+0
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig1-1/+0
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-2/+2
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig1-14/+1
2014-11-12scsi: add support for multiple hardware queues in scsi_(host_)find_tagBart Van Assche1-8/+11
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche1-0/+8
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche1-0/+17
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke1-1/+2
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke1-1/+0
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke1-0/+2
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke1-1/+1
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke1-1/+0
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke1-7/+7
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke2-7/+12
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke1-0/+9
2014-11-12scsi: remove scsi_cmd_print_sense_hdr()Hannes Reinecke1-2/+0
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert2-1/+9
2014-11-09Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-8/+31
2014-11-09Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-14/+70
2014-11-06Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+6
2014-11-05PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Yinghai Lu1-1/+6
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-11-04ARM: imx: clk-vf610: define PLL's clock treeStefan Agner1-8/+31
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+4
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds1-18/+3
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+5
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+22
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-2/+42
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+9
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+20
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-0/+1
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgentIngo Molnar1-9/+9
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-52/+33