summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko
2021-08-17scsi: core: Remove scsi_cmnd.tagJohn Garry
2021-08-11scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-11scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-30scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-07-28scsi: block: Add a queue_max_bytes() helperChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger
2021-07-20scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen
2021-07-20scsi: core: Introduce scsi_get_sector()Bart Van Assche
2021-07-20scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen
2021-07-17Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-16Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2021-07-16Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann
2021-07-16Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/sc...Arnd Bergmann
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig
2021-07-15kasan: fix build by including kernel.hMarco Elver
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2021-07-13math-emu: Fix fall-through warningGustavo A. R. Silva
2021-07-13firmware: arm_scpi: Fix kernel doc warningsSudeep Holla
2021-07-13firmware: arm_scmi: Fix kernel doc warningsSudeep Holla
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-12dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitionsBiju Das
2021-07-11net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-10Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-10Merge tag 'arm-dt-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu
2021-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller