aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+8
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+13
2026-08-14usb: gadget: f_tcm: keep port count until LUN teardown completesShuangpeng Bai1-0/+8
2026-07-28scsi: target: Clear cmd_cnt when initial counter enrollment failsLeon Romanovsky1-2/+10
2026-07-28scsi: target: iblock: Fix wrong PR ops NULL check for PREEMPT/RELEASETanZheng1-3/+3
2026-07-12scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVEBryam Vargas1-3/+5
2026-07-12scsi: target: Bound PR-OUT TransportID parsing to the received bufferBryam Vargas3-23/+73
2026-06-29scsi: target: use scoped_with_init_fs() for APTPL metadataChristian Brauner1-1/+3
2026-06-29scsi: target: use scoped_with_init_fs() for ALUA metadataChristian Brauner1-1/+10
2026-06-15Merge branch 7.1/scsi-fixes into 7.2/scsi-stagingMartin K. Petersen7-28/+112
2026-06-08scsi: target: Remove tcm_loop target reset handlingMike Christie1-64/+0
2026-06-08scsi: target: Use constant-time crypto_memneq() for CHAP digestsDavid Disseldorp1-1/+2
2026-06-08scsi: target: Fix hexadecimal CHAP_I handlingDavid Disseldorp1-2/+4
2026-05-22scsi: target: iscsi: Validate CHAP_R length before base64 decodeAlexandru Hossu1-1/+18
2026-05-22scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_bufMichael Bommarito3-16/+55
2026-05-22scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()Michael Bommarito1-1/+4
2026-05-14scsi: target: tcm_loop: Fix NULL ptr dereferenceGuixin Liu1-2/+10
2026-04-26Merge branch '7.1/scsi-queue' into 7.1/scsi-fixesMartin K. Petersen2-5/+19
2026-04-21scsi: target: iscsi: reject invalid size Extended CDB AHSCarlos Bilbao1-4/+18
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-43/+138
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-8/+18
2026-04-13scsi: target: configfs: Bound snprintf() return in tg_pt_gp_members_show()Greg Kroah-Hartman1-1/+1
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-2/+2
2026-04-08scsi: target: Don't validate ignored fields in PROUT PREEMPTStefan Hajnoczi1-27/+32
2026-04-05uio: replace deprecated mmap hook with mmap_prepare in uio_infoLorenzo Stoakes (Oracle)1-8/+18
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen3-16/+53
2026-03-27scsi: target: Replace strncpy() with strscpy() in VPD dump functionsKees Cook1-4/+4
2026-03-19scsi: target: file: Use kzalloc_flex for aio_cmdThinh Nguyen1-1/+1
2026-03-19scsi: target: tcm_loop: Drain commands in target_reset handlerJosef Bacik1-6/+46
2026-03-10scsi: target: core: Fix integer overflow in UNMAP bounds checkJunrui Luo1-1/+2
2026-03-10scsi: target: core: Fix complete_type useMike Christie2-2/+2
2026-03-09block: remove bdev_nonrot()Damien Le Moal2-2/+2
2026-02-28scsi: target: Allow userspace to set the completion typeMike Christie2-0/+46
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie5-1/+5
2026-02-28scsi: target: Add support for completing commands from backend contextMike Christie2-11/+50
2026-02-28scsi: target: Fix recursive locking in __configfs_open_file()Prithvi Tambewagh1-9/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds26-66/+66
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook28-79/+78
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-25/+162
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-0/+4
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-2/+4
2026-01-23scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg()Kery Qi1-2/+2
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-1/+2
2026-01-20kernel.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-16scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()Maurizio Lombardi1-1/+4
2026-01-16scsi: 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_operationsChristophe JAILLET2-24/+24