VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-03-04
scsi: target: vhost-scsi: Use LIO wq cmd submission helper
Mike Christie
2021-03-04
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
2021-03-04
scsi: target: vhost-scsi: Convert to new submission API
Mike Christie
2021-03-04
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
2021-03-04
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2021-02-23
vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay
Dongli Zhang
2020-12-18
vhost scsi: fix error return code in vhost_scsi_set_endpoint()
Zhang Changzhong
2020-11-25
vhost scsi: fix lun reset completion handling
Mike Christie
2020-11-15
vhost scsi: Add support for LUN resets.
Mike Christie
2020-11-15
vhost scsi: add lun parser helper
Mike Christie
2020-11-15
vhost scsi: fix cmd completion race
Mike Christie
2020-11-15
vhost scsi: alloc cmds per vq instead of session
Mike Christie
2020-07-29
vhost/scsi: fix up req type endian-ness
Michael S. Tsirkin
2020-06-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-04
vhost: allow device that does not depend on vhost worker
Jason Wang
2020-05-26
scsi: vhost: Notify TCM about the maximum sg entries supported per command
Sudhakar Panneerselvam
2020-04-16
vhost: Create accessors for virtqueues private_data
Eugenio Pérez
2020-04-01
vhost: allow per device message handler
Jason Wang
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-05-27
vhost: scsi: add weight support
Jason Wang
2019-05-27
vhost: introduce vhost_exceeds_weight()
Jason Wang
2019-05-12
vhost-scsi: remove incorrect memory barrier
Paolo Bonzini
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-02-04
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
2019-01-28
vhost: fix OOB in get_rx_bufs()
Jason Wang
2019-01-14
vhost/scsi: Use copy_to_iter() to send control queue response
Bijan Mottahedeh
2019-01-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-12-19
vhost: correct the related warning message
wangyan
2018-11-28
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
2018-11-28
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
2018-10-24
vhost/scsi: Use common handling code in request queue handler
Bijan Mottahedeh
2018-10-24
vhost/scsi: Extract common handling code from control queue handler
Bijan Mottahedeh
2018-10-24
vhost/scsi: Respond to control queue operations
Bijan Mottahedeh
2018-10-24
vhost/scsi: truncate T10 PI iov_iter to prot_bytes
Greg Edwards
2018-08-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-08-22
vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048
Greg Edwards
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
2018-06-19
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
2018-06-19
scsi: target: Abstract tag freeing
Matthew Wilcox
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-02-01
vhost: remove unused lock check flag in vhost_dev_cleanup()
夷则(Caspar)
2018-01-31
vhost/scsi: Improve a size determination in four functions
Markus Elfring
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-11-14
vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()
Byungchul Park
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-10-11
vhost/scsi: switch to iov_iter_get_pages()
Al Viro
2017-10-11
fix a page leak in vhost_scsi_iov_to_sgl() error recovery
Al Viro
2017-07-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2017-07-12
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
Michal Hocko
2017-06-08
vhost/scsi: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-01-19
vhost/scsi: silence uninitialized variable warning
Dan Carpenter
2017-01-19
vhost: scsi: constify target_core_fabric_ops structures
Bhumika Goyal
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-12-16
vhost/scsi: Remove unused but set variable
Tobias Klauser
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-08-23
vhost/scsi: fix reuse of &vq->iov[out] in response
Benjamin Coddington
2016-05-10
target: make close_session optional
Christoph Hellwig
2016-05-10
target: make ->shutdown_session optional
Christoph Hellwig
2016-03-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2016-03-10
vhost/scsi: Convert to target_alloc_session usage
Nicholas Bellinger
2016-03-02
vhost: rename vhost_init_used()
Greg Kurz
2015-11-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2015-10-13
target: use per-attribute show and store methods
Christoph Hellwig
2015-09-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2015-09-16
vhost: move features to core
Michael S. Tsirkin
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
2015-07-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-06-15
target: Drop unnecessary core_tpg_register TFO parameter
Nicholas Bellinger
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
2015-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-30
target: target_core_configfs.h is not needed in fabric drivers
Christoph Hellwig
2015-05-30
target: Move task tag into struct se_cmd + support 64-bit tags
Bart Van Assche
2015-05-30
target: move transport ID handling to the core
Christoph Hellwig
2015-05-30
target: remove the get_fabric_proto_ident method
Christoph Hellwig
2015-05-30
target: change core_tpg_register prototype
Christoph Hellwig
2015-05-30
target: move node ACL allocation to core code
Christoph Hellwig
2015-05-30
target: refactor init/drop_nodeacl methods
Christoph Hellwig
2015-05-30
target: make the tpg_get_default_depth method optional
Christoph Hellwig
2015-05-30
vhost/scsi: remove struct vhost_scsi_nacl
Christoph Hellwig
2015-05-30
target: Remove first argument of target_{get,put}_sess_cmd()
Bart Van Assche
2015-05-30
target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem
Christoph Hellwig
2015-05-28
treewide: Add missing vmalloc.h inclusion.
David S. Miller
2015-04-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2015-04-14
target: simplify the target template registration API
Christoph Hellwig
2015-04-07
vhost/scsi: Add fabric_prot_type attribute support
Nicholas Bellinger
2015-03-19
loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session
Bart Van Assche
2015-02-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2015-02-05
vhost/scsi: potential memory corruption
Dan Carpenter
2015-02-04
vhost/scsi: Global tcm_vhost -> vhost_scsi rename
Nicholas Bellinger
2015-02-04
vhost/scsi: Drop left-over scsi_tcq.h include
Nicholas Bellinger
2015-02-04
vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bits
Nicholas Bellinger
2015-02-04
vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vq
Nicholas Bellinger
2015-02-04
vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisites
Nicholas Bellinger
2015-02-04
vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + len
Nicholas Bellinger
2015-02-04
vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failures
Nicholas Bellinger
2015-02-04
vhost/scsi: Convert completion path to use copy_to_iter
Nicholas Bellinger
2015-02-04
vhost: vhost_scsi_handle_vq() should just use copy_from_user()
Al Viro
2015-01-06
vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion
Nicholas Bellinger
2014-12-09
vhost/scsi: partial virtio 1.0 support
Michael S. Tsirkin
2014-10-28
vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT
Nicholas Bellinger
2014-06-23
vhost-scsi: don't open-code kvfree
Michael S. Tsirkin
2014-06-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2014-06-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2014-06-11
vhost-scsi: Include prot_bytes into expected data transfer length
Nicholas Bellinger
2014-06-09
vhost: move memory pointer to VQs
Michael S. Tsirkin
2014-06-09
vhost: move acked_features to VQs
Michael S. Tsirkin
2014-06-02
vhost/scsi: Enable T10 PI IOV -> SGL memory mapping
Nicholas Bellinger
2014-06-02
vhost/scsi: Add T10 PI IOV -> SGL memory mapping logic
Nicholas Bellinger
2014-06-02
vhost/scsi: Add preallocation of protection SGLs
Nicholas Bellinger
2014-06-02
vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sgl
Nicholas Bellinger
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-07
target: Pass in transport supported PI at session initialization
Nicholas Bellinger
2014-04-07
target: Add TFO->abort_task for aborted task resources release
Nicholas Bellinger
2014-02-24
vhost/scsi: Check LUN structure byte 0 is set to 1, per spec
Venkatesh Srinivas
2014-01-31
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2014-01-23
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
Kent Overstreet
2014-01-18
target: Add protection SGLs to target_submit_cmd_map_sgls
Nicholas Bellinger
2013-12-06
vhost: remove the dead branch
Zhi Yong Wu
2013-11-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2013-10-25
vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
Nicholas Bellinger
2013-10-16
target: Remove TF_CIT_TMPL macro
Andy Grover
2013-10-01
vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tag
Nicholas Bellinger
2013-09-17
vhost-scsi: whitespace tweak
Michael S. Tsirkin
2013-09-17
vhost/scsi: use vmalloc for order-10 allocation
Michael S. Tsirkin
2013-09-10
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
2013-09-09
vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory
Nicholas Bellinger
2013-09-09
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
Nicholas Bellinger
2013-07-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2013-07-11
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2013-07-11
vhost: Remove custom vhost rcu usage
Asias He
2013-07-11
vhost-scsi: Always access vq->private_data under vq mutex
Asias He
2013-07-07
target: make queue_tm_rsp() return void
Joern Engel
2013-07-07
vhost: Make local function static
Asias He
2013-07-07
vhost: Make vhost a separate module
Asias He
2013-07-07
vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmd
Asias He
2013-07-07
vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpg
Asias He
2013-07-07
vhost-scsi: Make func indention more consistent
Asias He
2013-07-07
vhost-scsi: Rename struct vhost_scsi *s to *vs
Asias He
2013-07-07
vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration
Asias He
2013-06-20
vhost/scsi: Convert to se_cmd->cmd_kref TARGET_SCF_ACK_KREF usage
Nicholas Bellinger
2013-06-20
vhost/scsi: Drop unnecessary wait_for_tasks=true usage with transport_generic_free_cmd
Nicholas Bellinger
2013-05-07
vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDX
Asias He
2013-05-02
vhost_scsi: module rename
Michael S. Tsirkin
2013-05-02
tcm_vhost: header split up
Michael S. Tsirkin
2013-05-02
vhost: src file renames
Michael S. Tsirkin