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-07-28
scsi: target: Fix NULL dereference on XCOPY completion
David Disseldorp
2021-07-28
scsi: target: Fix protect handling in WRITE SAME(32)
Dmitry Bogdanov
2021-07-14
scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
Varun Prakash
2021-05-31
scsi: target: core: Fix warning on realtime kernels
Maurizio Lombardi
2021-05-21
scsi: target: iblock: Fix smp_processor_id() BUG messages
Mike Christie
2021-05-21
scsi: target: tcmu: Fix xarray RCU warning
Bodo Stroesser
2021-05-21
scsi: target: core: Avoid smp_processor_id() in preemptible code
Shin'ichiro Kawasaki
2021-05-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-28
scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
Bodo Stroesser
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-15
scsi: target: tcm_fc: Fix a kernel-doc header
Bart Van Assche
2021-04-15
scsi: target: Shorten ALUA error messages
Bart Van Assche
2021-04-15
scsi: target: Fix two format specifiers
Bart Van Assche
2021-04-15
scsi: target: Compare explicitly with SAM_STAT_GOOD
Bart Van Assche
2021-04-12
scsi: target: tcmu: Make data_pages_per_blk changeable via configfs
Bodo Stroesser
2021-04-12
scsi: target: tcmu: Replace block size definitions with new udev members
Bodo Stroesser
2021-04-12
scsi: target: tcmu: Remove function tcmu_get_block_page()
Bodo Stroesser
2021-04-12
scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZE
Bodo Stroesser
2021-04-12
scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZE
Bodo Stroesser
2021-04-12
scsi: target: tcmu: Adjust names of variables and definitions
Bodo Stroesser
2021-04-12
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-04-06
block: stop calling blk_queue_bounce for passthrough requests
Christoph Hellwig
2021-04-05
scsi: target: Make the virtual LUN 0 device
Konstantin Shelekhin
2021-04-05
scsi: target: Add the DUMMY flag to rd_mcp
Konstantin Shelekhin
2021-04-05
scsi: target: iscsi: Fix zero tag inside a trace event
Roman Bolshakov
2021-04-05
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
2021-03-24
scsi: target: pscsi: Clean up after failure in pscsi_map_sg()
Martin Wilck
2021-03-24
scsi: target: pscsi: Avoid OOM in pscsi_map_sg()
Martin Wilck
2021-03-18
scsi: target: Fix htmldocs warning in target_submit_prep()
Mike Christie
2021-03-15
scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()
Bodo Stroesser
2021-03-09
scsi: target: core: file: Don't duplicate memset(0xff)
Chaitanya Kulkarni
2021-03-09
scsi: target: core: pr: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-09
scsi: target: configfs: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-09
scsi: target: iscsi: Initialize arrays at declaration time
Chaitanya Kulkarni
2021-03-09
scsi: target: iscsi: Remove unused macro PRINT_BUF
Chaitanya Kulkarni
2021-03-09
scsi: target: iscsi: Remove unused macro TEXT_LEN
Chaitanya Kulkarni
2021-03-09
scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE
Chaitanya Kulkarni
2021-03-09
scsi: target: core: Remove unused macros NONE and ISPRINT
Chaitanya Kulkarni
2021-03-09
scsi: target: core: Get rid of warning in compare_and_write_do_cmp()
Chaitanya Kulkarni
2021-03-09
scsi: target: pscsi: Remove unused macro ISPRINT
Chaitanya Kulkarni
2021-03-09
scsi: target: pscsi: Fix warning in pscsi_complete_cmd()
Chaitanya Kulkarni
2021-03-09
scsi: target: iblock: Fix type of logs_per_phys
Chaitanya Kulkarni
2021-03-09
scsi: target: iblock: Trim line longer than 80 characters
Chaitanya Kulkarni
2021-03-09
scsi: target: iblock: Remove an extra argument
Chaitanya Kulkarni
2021-03-09
scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock
Bodo Stroesser
2021-03-09
scsi: target: tcmu: Replace radix_tree with XArray
Bodo Stroesser
2021-03-09
scsi: target: tcmu: Replace IDR by XArray
Bodo Stroesser
2021-03-04
scsi: target: core: Make completion affinity configurable
Mike Christie
2021-03-04
scsi: target: core: Flush submission work during TMR processing
Mike Christie
2021-03-04
scsi: target: tcmu: Add backend plug/unplug callouts
Mike Christie
2021-03-04
scsi: target: iblock: Add backend plug/unplug callouts
Mike Christie
2021-03-04
scsi: target: core: Fix backend plugging
Mike Christie
2021-03-04
scsi: target: tcm_loop: Use LIO wq cmd submission helper
Mike Christie
2021-03-04
scsi: target: tcm_loop: Use block cmd allocator for se_cmds
Mike Christie
2021-03-04
scsi: target: core: Add workqueue based cmd submission
Mike Christie
2021-03-04
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
2021-03-04
scsi: target: core: Remove target_submit_cmd_map_sgls()
Mike Christie
2021-03-04
scsi: target: tcm_fc: Convert to new submission API
Mike Christie
2021-03-04
scsi: target: sbp_target: Convert to new submission API
Mike Christie
2021-03-04
scsi: target: tcm_loop: Convert to new submission API
Mike Christie
2021-03-04
scsi: target: core: Break up target_submit_cmd_map_sgls()
Mike Christie
2021-03-04
scsi: target: core: Rename transport_init_se_cmd()
Mike Christie
2021-03-04
scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd()
Mike Christie
2021-03-04
scsi: target: core: Move t_task_cdb initialization
Mike Christie
2021-02-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-22
scsi: target: tcmu: Fix memory leak caused by wrong uio usage
Bodo Stroesser
2021-02-22
scsi: target: tcmu: Move some functions without code change
Bodo Stroesser
2021-02-22
scsi: target: core: Prevent underflow for service actions
Aleksandr Miloserdov
2021-02-22
scsi: target: core: Add cmd length set before cmd complete
Aleksandr Miloserdov
2021-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-15
cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds
Ayush Sawal
2021-02-08
scsi: target: sbp: Remove unneeded semicolon
Yang Li
2021-01-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-01-26
scsi: target: core: Change ASCQ for residual write
Anastasia Kovaleva
2021-01-26
scsi: target: core: Signal WRITE residuals
Anastasia Kovaleva
2021-01-26
scsi: target: core: Set residuals for 4Kn devices
Roman Bolshakov
2021-01-26
Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue
Martin K. Petersen
2021-01-25
target/file: allocate the bvec array as part of struct target_core_file_cmd
Christoph Hellwig
2021-01-24
block: remove unnecessary argument from blk_execute_rq_nowait
Guoqing Jiang
2021-01-23
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-01-22
scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct()
Ahmed S. Darwish
2021-01-22
scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls()
Sebastian Andrzej Siewior
2021-01-22
scsi: target: alua: Remove in_interrupt() usage in core_alua_check_nonop_delay()
Sebastian Andrzej Siewior
2021-01-22
scsi: target: iscsi: Redo iscsit_check_session_usage_count() return code
Sebastian Andrzej Siewior
2021-01-22
scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage_count()
Sebastian Andrzej Siewior
2021-01-22
scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session()
Sebastian Andrzej Siewior
2021-01-20
scsi: target: iscsi: Fix typo in comment
Valdis Klētnieks
2021-01-14
scsi: target: tcmu: Fix use-after-free of se_cmd->priv
Shin'ichiro Kawasaki
2021-01-13
scsi: target: file: Don't zero iter before iov_iter_bvec
Pavel Begunkov
2021-01-11
scsi: target: Fix XCOPY NAA identifier lookup
David Disseldorp
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-02
scsi: target: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
block: remove i_bdev
Christoph Hellwig
2020-11-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-11-16
scsi: target: iscsi: Fix cmd abort fabric stop race
Mike Christie
2020-11-04
scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settable
Mike Christie
2020-11-04
scsi: target: Make state_list per CPU
Mike Christie
2020-11-04
scsi: target: Drop sess_cmd_lock from I/O path
Mike Christie
2020-11-04
scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAG
Mike Christie
2020-11-04
scsi: target: Fix cmd_count ref leak
Mike Christie
2020-11-04
scsi: target: Fix LUN ref count handling
Mike Christie
2020-11-04
scsi: target: Return COMPARE AND WRITE miscompare offsets
David Disseldorp
2020-11-04
scsi: target: Split out COMPARE AND WRITE memcmp into helper
David Disseldorp
2020-11-04
scsi: target: Rename cmd.bad_sector to cmd.sense_info
David Disseldorp
2020-11-04
scsi: target: Rename struct sense_info to sense_detail
David Disseldorp
2020-10-29
scsi: libfc: Move scsi/fc_encode.h to libfc
Arnd Bergmann
2020-10-29
scsi: target: tcmu: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-26
scsi: target: tcmu: scatter_/gather_data_area() rework
Bodo Stroesser
2020-10-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
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-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-07
scsi: target: rd: Drop double zeroing
Julia Lawall
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-02
scsi: target: tcmu: Fix warning: 'page' may be used uninitialized
John Donnelly
2020-10-02
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-09-25
target/iblock: fix holder printing in iblock_show_configfs_dev_params
Christoph Hellwig
2020-09-22
scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG case
Sudhakar Panneerselvam
2020-09-22
scsi: target: tcmu: Optimize scatter_data_area()
Bodo Stroesser
2020-09-22
scsi: target: tcmu: Optimize queue_cmd_ring()
Bodo Stroesser
2020-09-22
scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()
Bodo Stroesser
2020-09-15
scsi: target: tcmu: Add missing newline when printing parameters
Xiongfeng Wang
2020-09-15
scsi: target: Remove redundant assignment to variable 'ret'
Jing Xiangfeng
2020-09-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-09-02
scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_login_sem
Hou Pu
2020-09-01
scsi: target: iscsi: Fix data digest calculation
Varun Prakash
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-04
scsi: target: Make iscsit_register_transport() return void
Max Gurtovoy
2020-07-28
scsi: target: tcmu: Make TMR notification optional
Bodo Stroesser
2020-07-28
scsi: target: tcmu: Implement tmr_notify callback
Bodo Stroesser
2020-07-28
scsi: target: tcmu: Fix and simplify timeout handling
Bodo Stroesser
2020-07-28
scsi: target: tcmu: Factor out new helper ring_insert_padding
Bodo Stroesser
2020-07-28
scsi: target: tcmu: Do not queue aborted commands
Bodo Stroesser
2020-07-28
scsi: target: tcmu: Use priv pointer in se_cmd
Bodo Stroesser
2020-07-28
scsi: target: Add tmr_notify backend function
Bodo Stroesser
2020-07-28
scsi: target: Modify core_tmr_abort_task()
Bodo Stroesser
2020-07-28
scsi: target: iscsi: Fix inconsistent debug message
Hou Pu
2020-07-28
scsi: target: iscsi: Fix login error when receiving
Hou Pu
2020-07-13
scsi: target: Remove unused variable 'tpg'
Wei Yongjun
2020-07-08
scsi: target: cxgbit: Remove tx flow control code
Varun Prakash
2020-07-08
scsi: target: cxgbit: Check connection state before issuing hardware command
Varun Prakash
2020-07-08
scsi: target: Handle short iSIDs
Mike Christie
2020-07-08
scsi: target: Fix iscsi transport id buf len calculation
Mike Christie
2020-07-08
scsi: target: Fix iscsi transport id buffer setup
Mike Christie
2020-07-08
scsi: target: Fix iscsi transport id parsing
Mike Christie
2020-07-08
scsi: target: Fix crash during SPEC_I_PT handling
Mike Christie
2020-07-08
scsi: target: Fix xcopy sess release leak
Mike Christie
2020-07-08
scsi: target: Check enforce_pr_isids during registration
Mike Christie
2020-06-29
scsi: target: tcmu: Fix crash on ARM during cmd completion
Bodo Stroesser
2020-06-19
scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
Bodo Stroesser
2020-06-19
scsi: target: tcmu: Optimize use of flush_dcache_page
Bodo Stroesser
2020-06-19
scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHT
Bodo Stroesser
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-09
scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()
Sudhakar Panneerselvam
2020-06-09
scsi: target: Fix NULL pointer dereference
Sudhakar Panneerselvam
2020-06-09
scsi: target: Initialize LUN in transport_init_se_cmd()
Sudhakar Panneerselvam
2020-06-09
scsi: target: Factor out a new helper, target_cmd_init_cdb()
Sudhakar Panneerselvam
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-06-02
scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range
Bodo Stroesser
2020-05-28
ipv4: add ip_sock_set_freebind
Christoph Hellwig
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
net: add sock_set_reuseaddr
Christoph Hellwig
2020-05-26
scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()
Dan Carpenter
2020-05-19
scsi: target: tcmu: Userspace must not complete queued commands
Bodo Stroesser
2020-05-19
scsi: target: core: Add initiatorname to NON_EXISTENT_LUN error
Lance Digby
2020-05-14
scsi: target: Put lun_ref at end of tmr processing
Bodo Stroesser
2020-05-11
scsi: target: loopback: Fix READ with data and sensebytes
Bodo Stroesser
2020-05-07
scsi: target: tcmu: Make pgr_support and alua_support attributes writable
Bodo Stroesser
2020-05-07
scsi: target: Make transport_flags per device
Bodo Stroesser
2020-05-07
scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptpl
Bodo Stroesser
2020-05-07
scsi: target: Add missing emulate_pr attribute to passthrough backends
Bodo Stroesser
2020-04-24
scsi: target: iscsi: Remove the iscsi_data_count structure
Maurizio Lombardi
2020-04-22
scsi: target/iblock: fix WRITE SAME zeroing
David Disseldorp
2020-04-13
scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN
Bodo Stroesser
2020-04-13
scsi: target: fix PR IN / READ FULL STATUS for FC
Bodo Stroesser
2020-04-13
scsi: target: Write NULL to *port_nexus_ptr if no ISID
Bodo Stroesser
2020-04-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-03-29
scsi: target: use the stack for XCOPY passthrough cmds
David Disseldorp
2020-03-29
scsi: target: increase XCOPY I/O size
David Disseldorp
2020-03-29
scsi: target: avoid per-loop XCOPY buffer allocations
David Disseldorp
2020-03-29
scsi: target: drop xcopy DISK BLOCK LENGTH debug
David Disseldorp
2020-03-29
scsi: target: use #define for xcopy descriptor len
David Disseldorp
2020-03-26
scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_session() has no effect
Maurizio Lombardi
2020-03-26
scsi: target: fix hang when multiple threads try to destroy the same iscsi session
Maurizio Lombardi
2020-03-26
scsi: target: remove boilerplate code
Maurizio Lombardi
2020-02-21
scsi: target: use an enum to track emulate_ua_intlck_ctrl
David Disseldorp
2020-02-21
scsi: target: convert boolean se_dev_attrib types to bool
David Disseldorp