aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-11scsi: qla2xxx: add ring buffer for tracing debug logsGravatar Rajan Shanmugavelu 1-0/+39
2020-03-11scsi: iscsi: Add support for asynchronous iSCSI session destructionGravatar Frank Mayhar 2-0/+2
2020-03-11scsi: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 7-15/+15
2020-02-28scsi: core: Introduce {init,exit}_cmd_priv()Gravatar Bart Van Assche 1-0/+3
2020-02-28scsi: core: Remove cmd_list functionalityGravatar Hannes Reinecke 3-4/+0
2020-02-28scsi: core: add scsi_host_busy_iter()Gravatar Hannes Reinecke 1-0/+3
2020-02-28scsi: core: add scsi_host_(block,unblock) helper functionGravatar Hannes Reinecke 1-0/+2
2020-02-28scsi: core: add scsi_host_complete_all_commands() helperGravatar Hannes Reinecke 1-0/+2
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlGravatar David Disseldorp 1-3/+8
2020-02-21scsi: target: convert boolean se_dev_attrib types to boolGravatar David Disseldorp 1-16/+16
2020-02-21scsi: target: fix unmap_zeroes_data boolean initialisationGravatar David Disseldorp 1-1/+1
2020-02-18scsi: fc: Update Descriptor definition and add RDF and Link Integrity FPINsGravatar James Smart 1-15/+196
2020-02-10scsi: core: remove .for_blk_mqGravatar Ming Lei 1-3/+0
2020-02-10scsi: iscsi: Perform connection failure entirely in kernel spaceGravatar Bharath Ravi 1-0/+1
2020-02-09Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+1
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+25
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+4
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 6-13/+24
2020-02-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-0/+22
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 19-223/+540
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 5-71/+551
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-71/+78
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+8
2020-02-08Merge branch 'pipe-exclusive-wakeup'Gravatar Linus Torvalds 1-1/+1
2020-02-08pipe: use exclusive waits when reading or writingGravatar Linus Torvalds 1-1/+1
2020-02-08Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 1-1/+1
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+5
2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsGravatar Zenghui Yu 1-1/+1
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 7-15/+18
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 2-60/+58
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+3
2020-02-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+3
2020-02-07Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 2-0/+39
2020-02-07prefix-handling analogues of errorf() and friendsGravatar Al Viro 1-0/+4
2020-02-07turn fs_param_is_... into functionsGravatar Al Viro 1-24/+14
2020-02-07fs_parse: handle optional arguments sanelyGravatar Al Viro 1-1/+0
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 4-12/+11
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-3/+4
2020-02-07add prefix to fs_context->logGravatar Al Viro 2-6/+11
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logGravatar Al Viro 1-2/+3
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 2-4/+6
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadGravatar Al Viro 1-0/+11
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsGravatar Al Viro 1-6/+10
2020-02-07get rid of fs_value_is_filename_emptyGravatar Al Viro 1-1/+0
2020-02-07don't bother with explicit length argument for __lookup_constant()Gravatar Al Viro 1-3/+1
2020-02-07fs: New zonefs file systemGravatar Damien Le Moal 1-0/+1
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-5/+0
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-19/+19
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-1/+0