summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds26-66/+66
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook28-79/+78
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-25/+162
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds4-0/+4
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2026-01-24scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg()Kery Qi1-2/+2
2026-01-24scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-1/+2
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap4-0/+4
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei1-2/+4
2026-01-17scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()Maurizio Lombardi1-1/+4
2026-01-17scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count()Maurizio Lombardi1-1/+4
2026-01-04scsi: target: Constify struct configfs_item_operations and configfs_group_ope...Christophe JAILLET2-24/+24
2026-01-04scsi: target: sbp: Potential integer overflow in sbp_make_tpg()ReBeating1-2/+2
2025-12-17scsi: target: core: Add emulation for REPORT IDENTIFYING INFORMATIONGulam Mohamed2-0/+136
2025-12-14Merge 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