VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-09-22
scsi: core: Remove 'current_tag'
Hannes Reinecke
2021-08-17
scsi: core: Remove scsi_cmnd.tag
John Garry
2021-08-11
scsi: core: Add helper to return number of logical blocks in a request
Martin K. Petersen
2021-08-11
scsi: core: Remove the request member from struct scsi_cmnd
Bart Van Assche
2021-08-11
scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-08-11
scsi: core: Introduce the scsi_cmd_to_rq() function
Bart Van Assche
2021-07-30
scsi: block: Remove the remaining SG_IO-related fields from struct request_queue
Christoph Hellwig
2021-07-30
scsi: bsg: Simplify device registration
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Unexport sg_scsi_ioctl()
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Remove scsi_req_init()
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
2021-07-28
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
2021-07-21
scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGE
Martin Kepplinger
2021-07-20
scsi: core: Make scsi_get_lba() return the LBA
Martin K. Petersen
2021-07-20
scsi: core: Introduce scsi_get_sector()
Bart Van Assche
2021-07-20
scsi: core: Add scsi_prot_ref_tag() helper
Martin K. Petersen
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-06-10
scsi: fc: FDMI enhancement
Javed Hasan
2021-06-10
scsi: libfc: Add FDMI-2 attributes
Javed Hasan
2021-06-09
scsi: fc: Correct RHBA attributes length
Javed Hasan
2021-06-02
scsi: core: Change the type of the second argument of scsi_host_complete_all_commands()
Bart Van Assche
2021-06-02
scsi: core: Introduce enums for the SAM and host status codes
Bart Van Assche
2021-06-02
scsi: libsas: Introduce more SAM status code aliases in enum exec_status
Bart Van Assche
2021-06-02
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
2021-06-02
scsi: iscsi: Hold task ref during TMF timeout handling
Mike Christie
2021-06-02
scsi: iscsi: Fix conn use after free during resets
Mike Christie
2021-06-02
scsi: iscsi: Add iscsi_cls_conn refcount helpers
Mike Christie
2021-06-02
scsi: iscsi: Fix in-kernel conn failure handling
Mike Christie
2021-06-02
scsi: iscsi: Rel ref after iscsi_lookup_endpoint()
Mike Christie
2021-06-02
scsi: iscsi: Stop queueing during ep_disconnect
Mike Christie
2021-06-02
scsi: iscsi: Add task completion helper
Mike Christie
2021-05-31
scsi: core: Drop obsolete Linux-specific SCSI status codes
Hannes Reinecke
2021-05-31
scsi: core: Drop message byte helper
Hannes Reinecke
2021-05-31
scsi: core: Add scsi_msg_to_host_byte()
Hannes Reinecke
2021-05-31
scsi: core: Add get_{status,host}_byte() accessor functions
Hannes Reinecke
2021-05-31
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
2021-05-31
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
2021-05-31
scsi: core: Introduce scsi_status_is_check_condition()
Hannes Reinecke
2021-05-31
scsi: core: Introduce scsi_build_sense()
Hannes Reinecke
2021-05-31
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
2021-05-28
RDMA/srp: Apply the __packed attribute to members instead of structures
Bart Van Assche
2021-05-21
scsi: Fix spelling mistakes in header files
Zhen Lei
2021-05-15
scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY data
Konstantin Shelekhin
2021-05-10
scsi: core: Treat device offline as a failure
Jason Yan
2021-04-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-27
Fix misc new gcc warnings
Linus Torvalds
2021-04-15
scsi: core: Introduce enum scsi_disposition
Bart Van Assche
2021-04-15
scsi: core: Remove an incorrect comment
Bart Van Assche
2021-04-06
scsi: remove the unchecked_isa_dma flag
Christoph Hellwig
2021-04-05
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-01
scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declaration
Arnd Bergmann
2021-03-29
scsi: core: scsi_host_cmd_pool is declared twice
Wan Jiabing
2021-03-29
scsi: iscsi: Fix race condition between login and sync thread
Gulam Mohamed
2021-03-24
scsi: scsi_dh: Fix a typo
Bhaskar Chowdhury
2021-03-04
scsi: core: Add mq_poll support to SCSI layer
Kashyap Desai
2021-03-04
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
2021-03-04
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
2021-03-04
scsi: core: Put hot fields of scsi_host_template in one cacheline
Ming Lei
2021-03-04
scsi: blk-mq: Add callbacks for storing & retrieving budget token
Ming Lei
2021-02-08
scsi: libiscsi: Add helper to calculate max SCSI cmds per session
Mike Christie
2021-02-08
scsi: libiscsi: Drop taskqueuelock
Mike Christie
2021-01-22
scsi: libsas: Remove temporarily-added _gfp() API variants
Ahmed S. Darwish
2021-01-22
scsi: libsas: Add gfp_t flags parameter to event notifications
Ahmed S. Darwish
2021-01-22
scsi: libsas: Introduce a _gfp() variant of event notifiers
Ahmed S. Darwish
2021-01-22
scsi: libsas: Remove notifier indirection
John Garry
2021-01-22
scsi: core: Add 'set_status_byte()' accessor
Hannes Reinecke
2021-01-22
scsi: aic7xxx: aic79xx: Drop internal SCSI message definition
Hannes Reinecke
2021-01-14
scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINAL
Muneendra Kumar
2021-01-14
scsi: core: No retries on abort success
Muneendra Kumar
2021-01-14
scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h
Muneendra Kumar
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-11-16
scsi: libiscsi: Fix NOP race condition
Lee Duncan
2020-10-29
scsi: libfc: Move scsi/fc_encode.h to libfc
Arnd Bergmann
2020-10-26
scsi: fc: Add mechanism to update FPIN signal statistics
Shyam Sundar
2020-10-26
scsi: fc: Parse FPIN packets and update statistics
Shyam Sundar
2020-10-26
scsi: fc: Add FPIN statistics to fc_host and fc_rport objects
Shyam Sundar
2020-10-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-07
scsi: core: Clean up allocation and freeing of sgtables
Christoph Hellwig
2020-10-06
scsi: Add host and host template flag 'host_tagset'
Hannes Reinecke
2020-10-02
scsi: target: core: Add CONTROL field for trace events
Roman Bolshakov
2020-09-15
scsi: core: Only re-run queue in scsi_end_request() if device queue is busy
Ming Lei
2020-09-02
scsi: fc: Add 256GBit speed setting to SCSI FC transport
James Smart
2020-07-24
scsi: core: Only return started requests from scsi_host_find_tag()
Hannes Reinecke
2020-07-24
scsi: scsi_transport_iscsi: Drop a duplicated word
Randy Dunlap
2020-07-15
scsi: scsi_transport_fc: Match HBA Attribute Length with HBAAPI V2.0 definitions
Lee Jones
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-05-11
scsi: libsas: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-07
scsi: core: Remove 'list' entry from struct scsi_cmnd
Hannes Reinecke
2020-04-22
block: move dma_pad handling from blk_rq_map_sg into the callers
Christoph Hellwig
2020-04-22
block: move dma drain handling to scsi
Christoph Hellwig
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-03-26
scsi: iscsi: Report connection state in sysfs
Gabriel Krisman Bertazi
2020-03-24
scsi: simplify scsi_partsize
Christoph Hellwig
2020-03-11
scsi: core: avoid repetitive logging of device offline messages
Ewan D. Milne
2020-03-11
scsi: docs: convert scsi-generic.txt to ReST
Mauro Carvalho Chehab
2020-03-11
scsi: iscsi: Add support for asynchronous iSCSI session destruction
Frank Mayhar
2020-03-11
scsi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-28
scsi: core: Introduce {init,exit}_cmd_priv()
Bart Van Assche
2020-02-28
scsi: core: Remove cmd_list functionality
Hannes Reinecke
2020-02-28
scsi: core: add scsi_host_busy_iter()
Hannes Reinecke
2020-02-28
scsi: core: add scsi_host_(block,unblock) helper function
Hannes Reinecke
2020-02-28
scsi: core: add scsi_host_complete_all_commands() helper
Hannes Reinecke
2020-02-14
scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session"
Bart Van Assche
2020-02-10
scsi: core: remove .for_blk_mq
Ming Lei
2020-02-10
scsi: iscsi: Perform connection failure entirely in kernel space
Bharath Ravi
2020-01-10
Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queue
Martin K. Petersen
2020-01-03
compat_ioctl: add scsi_compat_ioctl
Arnd Bergmann
2020-01-03
compat: scsi: sg: fix v3 compat read/write interface
Arnd Bergmann
2019-12-19
scsi: core: Adjust DBD setting in MODE SENSE for caching mode page per LLD
Can Guo
2019-11-19
scsi: target: iscsi: Wait for all commands to finish before freeing a session
Bart Van Assche
2019-11-12
scsi: core: Clean up SG_NONE
Finn Thain
2019-11-08
scsi: core: Fix scsi_get/set_resid() interface
Damien Le Moal
2019-11-01
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
2019-10-09
Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue
Martin K. Petersen
2019-10-03
scsi: core: save/restore command resid for error handling
Damien Le Moal
2019-09-30
scsi: core: Add sysfs attributes for VPD pages 0h and 89h
Ryan Attard
2019-09-30
scsi: core: allow auto suspend override by low-level driver
Stanley Chu
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-08-07
scsi: core: Reduce memory required for SCSI logging
Bart Van Assche
2019-07-29
scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure
Hannes Reinecke
2019-07-29
scsi: libfc: Whitespace cleanup in libfc.h
Hannes Reinecke
2019-07-23
scsi: fcoe: fix a typo
Christophe JAILLET
2019-07-22
scsi: core: add support for request batching
Paolo Bonzini
2019-07-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-16
scsi: core: add a host / host template field for the virt boundary
Christoph Hellwig
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-06-20
scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()
John Garry
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59
Thomas Gleixner
2019-05-21
scsi: libsas: switch remaining files to SPDX tags
Christoph Hellwig
2019-05-21
scsi: libiscsi: switch to SPDX tags
Christoph Hellwig
2019-05-21
scsi: libfcoe: switch to SPDX tags
Christoph Hellwig
2019-05-21
scsi: libfc: switch to SPDX tags
Christoph Hellwig
2019-05-21
scsi: scsi_transport_spi: switch to SPDX tags
Christoph Hellwig
2019-05-21
scsi: scsi_transport_iscsi: switch to SPDX tags
Christoph Hellwig
2019-05-21
scsi: scsi_transport_fc: switch to SPDX tags
Christoph Hellwig
2019-05-21
scsi: scsi_transport.h: switch to SPDX tags
Christoph Hellwig
2019-04-15
scsi: libsas: Inject revalidate event for root port event
John Garry
2019-04-15
scsi: libsas: Stop hardcoding SAS address length
John Garry
2019-04-12
scsi: scsi_transport_fc: nvme: display FC-NVMe port roles
Hannes Reinecke
2019-04-08
scsi: scsi_transport_fc: Declare wwn_to_u64() argument const
Bart Van Assche
2019-04-08
scsi: scsi_transport_fc: Add FPIN fc event codes
James Smart
2019-04-08
scsi: scsi_transport_fc: refactor event posting routines
James Smart
2019-03-19
scsi: core: Remove OSD include files
Bart Van Assche
2019-03-19
scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignment
Hannes Reinecke
2019-02-27
scsi: kill command serial number
Hannes Reinecke
2019-02-26
scsi: clean obsolete return values of eh_timed_out
Avri Altman
2019-02-19
scsi: fcoe: make use of fip_mode enum complete
Sedat Dilek
2019-02-12
scsi: core: Move resid from scsi_data_buffer to scsi_cmnd
Bart Van Assche
2019-02-08
scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template
Nathan Chancellor
2019-02-05
scsi: remove bidirectional command support
Christoph Hellwig
2019-02-05
scsi: remove the SCSI OSD library
Christoph Hellwig
2019-01-29
scsi: libsas: Remove scsi_to_u32()
Bart Van Assche
2019-01-11
scsi: libsas: Fix some indentation in libsas.h
John Garry
2018-12-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-12-19
include/scsi/srp.h: Add support for immediate data
Bart Van Assche
2018-12-19
include/scsi/srp.h: Move response flag definitions into this file
Bart Van Assche
2018-12-18
scsi: remove the use_clustering flag
Christoph Hellwig
2018-12-18
scsi: introduce a max_segment_size host_template parameters
Christoph Hellwig
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
2018-12-07
scsi: Fix a harmless double shift bug
Dan Carpenter
2018-11-26
scsi: Do not rely on blk-mq for double completions
Keith Busch
2018-11-09
scsi: return blk_status_t from device handler ->prep_fn
Christoph Hellwig
2018-11-09
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
2018-11-07
scsi: kill off the legacy IO path
Jens Axboe
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-08-02
scsi: Check sense buffer size at build time
Kees Cook
2018-07-30
block: move ref_tag calculation func to the block layer
Max Gurtovoy
2018-06-26
scsi: read host_busy via scsi_host_busy()
Ming Lei
2018-06-19
scsi: libsas: dynamically allocate and free ata host
Jason Yan
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-05-29
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
Christoph Hellwig
2018-05-14
scsi/osd: remove the gfp argument to osd_start_request
Christoph Hellwig
2018-04-20
scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUS
Martin Wilck
2018-04-20
scsi: devinfo: add BLIST_RETRY_ITF for EMC Symmetrix
Martin Wilck
2018-04-20
scsi: devinfo: warn on undefined blist flags
Martin Wilck
2018-04-20
scsi: devinfo: change blist_flag_t to 64bit
Martin Wilck
2018-04-18
scsi: core: remove reference to scsi_show_extd_sense()
John Pittman
2018-04-05
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-04-05
Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
2018-03-27
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-03-19
scsi: remove the old scsi_module.c initialization model
Christoph Hellwig
2018-03-16
scsi: Add NO_DMA dummies for SCSI DMA mapping API
Geert Uytterhoeven
2018-03-14
scsi: core: introduce force_blk_mq
Ming Lei
2018-03-12
scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
Douglas Gilbert
2018-03-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-03-01
scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
Bart Van Assche
2018-02-15
scsi: core: host template attribute groups
Stanislav Nijnikov
2018-02-03
Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-01-31
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-01-30
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Jason Gunthorpe
2018-01-23
IB/srp: Add RDMA/CM support
Bart Van Assche