summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2025-12-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-230/+277
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-12-02Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+2
2025-11-29scsi: target: sbp: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-29scsi: target: Reset t_task_cdb pointer in error caseAndrey Vatoropin1-0/+1
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-11-13Merge patch series "replace old wq(s), added WQ_PERCPU to alloc_workqueue"Martin K. Petersen4-8/+8
2025-11-13scsi: target: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari3-4/+4
2025-11-13scsi: target: sbp: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-4/+4
2025-11-08scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()Hamza Mahfooz1-0/+3
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04target: don't copy kernel credsChristian Brauner1-12/+2
2025-11-03Merge patch series "target: RW/num_cmds stats improvements"Martin K. Petersen6-193/+124
2025-11-03scsi: target: Move LUN stats to per-CPUMike Christie6-55/+61
2025-11-03scsi: target: Create and use macro helpers for per-CPU statsMike Christie1-136/+61
2025-11-03scsi: target: Fix LUN/device R/W and total command statsMike Christie1-12/+12
2025-11-03scsi: target: Simplify target_lu_gp_members_show()Bart Van Assche1-15/+7
2025-11-03scsi: target: Do not write NUL characters into ASCII configfs outputBart Van Assche1-1/+0
2025-11-03scsi: target: Add atomic support to target_core_iblockMike Christie1-0/+5
2025-11-03scsi: target: Add WRITE_ATOMIC_16 support to RSOCMike Christie1-0/+19
2025-11-03scsi: target: Report atomic values in INQUIRYMike Christie1-6/+24
2025-11-03scsi: target: Add WRITE_ATOMIC_16 handlerMike Christie1-0/+51
2025-11-03scsi: target: Add helper to set up atomic values from block_deviceMike Christie1-0/+17
2025-11-03scsi: target: Add atomic se_device fieldsMike Christie1-0/+15
2025-11-03scsi: target: Rename target_configure_unmap_from_queue()Mike Christie3-7/+7
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2025-10-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+5
2025-09-29scsi: target: target_core_configfs: Add length check to avoid buffer overflowWang Haoran1-1/+1
2025-09-16scsi: target: iscsi: fix typos and formatting in lio_target messagesAlok Tiwari1-3/+3
2025-09-10scsi: target: iscsi: Use int type to store negative valueQianfeng Rong1-1/+2
2025-09-09block: add a bio_init_inline helperChristoph Hellwig1-1/+1
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-30/+89
2025-07-25scsi: target: core: Generate correct identifiers for PR OUT transport IDsMaurizio Lombardi3-25/+60
2025-07-25scsi: target: iblock: Allow iblock devices to be sharedMike Christie2-5/+29
2025-06-16scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()Maurizio Lombardi1-1/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-7/+9
2025-05-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-167/+264
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook1-1/+1
2025-05-21scsi: target: core: Constify struct target_opcode_descriptorChristophe JAILLET1-59/+59
2025-05-21scsi: target: core: Constify enabled() in struct target_opcode_descriptorChristophe JAILLET1-8/+8
2025-04-29Merge patch series "target: Remove atomics from main IO path"Martin K. Petersen3-89/+188
2025-04-29scsi: target: Move delayed/ordered tracking to per CPUMike Christie2-58/+81
2025-04-29scsi: target: Move I/O path stats to per CPUMike Christie2-31/+107
2025-04-29Merge branch '6.15/scsi-fixes' into 6.16/scsi-stagingMartin K. Petersen1-1/+1
2025-04-12scsi: target: iscsi: Fix timeout on deleted connectionDmitry Bogdanov1-1/+1
2025-04-12scsi: target: Remove size arguments when calling strscpy()Thorsten Blum1-11/+9
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-8/+8
2025-03-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-30/+37
2025-03-18scsi: target: tcm_loop: Fix wrong abort tagGuixin Liu1-2/+3