summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2023-06-28scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi1-1/+3
2023-06-21scsi: target: core: Fix error path in target_setup_session()Bob Pearson1-0/+2
2023-05-24scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov1-3/+3
2023-05-11scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie1-7/+9
2023-05-11scsi: target: Fix multiple LUN_RESET handlingMike Christie2-3/+24
2023-05-11scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie1-0/+10
2023-05-11scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie3-15/+15
2023-05-11scsi: target: Pass in cmd counter to use during cmd setupMike Christie3-23/+23
2023-05-11scsi: target: Move cmd counter allocationMike Christie4-42/+39
2023-05-11scsi: target: Move sess cmd counter to new structMike Christie2-40/+97
2023-05-11scsi: target: core: Change the way target_xcopy_do_work() sets restiction on ...Anastasia Kovaleva2-45/+54
2023-03-30scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi1-5/+7
2023-02-09scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi1-2/+2
2023-02-09use less confusing names for iov_iter direction initializersAl Viro2-3/+3
2023-02-09fix iov_iter_bvec() "direction" argumentAl Viro1-2/+2
2022-12-31scsi: target: iscsi: Fix a race condition between login_work and the login th...Maurizio Lombardi1-2/+10
2022-11-17scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang1-1/+2
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen5-24/+51
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-3/+10
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2022-10-01scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into ibl...Christoph Hellwig1-15/+4
2022-10-01scsi: target: core: UA on all LUNs after resetDmitry Bogdanov3-2/+21
2022-10-01scsi: target: core: New key must be used for moved PRDmitry Bogdanov1-2/+6
2022-10-01scsi: target: core: Abort all preempted regs if requestedDmitry Bogdanov1-1/+15
2022-10-01scsi: target: core: Fix memory leak in preempt_and_abortDmitry Bogdanov1-4/+5
2022-10-01scsi: target: core: Fix preempt and abort for allreg resDmitry Bogdanov1-1/+1
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-2/+4
2022-09-16scsi: target: Remove unused se_tmr_req_cache declarationGaosheng Cui1-2/+0
2022-09-16scsi: target: alua: Do not report emtpy port groupDmitry Bogdanov1-0/+3
2022-09-16scsi: target: core: Set MULTIP bit for se_device with multiple portsDmitry Bogdanov1-0/+6
2022-09-01scsi: target: pscsi: Remove repeated word "calling"Shaomin Deng1-1/+1
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-50/+25
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-271/+389
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-08-02scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov5-47/+25
2022-08-02scsi: target: core: Fix race during ACL removalDmitry Bogdanov1-3/+0
2022-07-27scsi: target: Remove XDWRITEREAD emulated supportMike Christie1-99/+0
2022-07-27scsi: target: iscsi: Do not require target authenticationDmitry Bogdanov2-6/+12
2022-07-27scsi: target: iscsi: Allow AuthMethod=NoneDmitry Bogdanov3-2/+15
2022-07-27scsi: target: iscsi: Support base64 in CHAPDmitry Bogdanov3-24/+94
2022-07-27scsi: target: iscsi: Add support for extended CDB AHSDmitry Bogdanov1-3/+52
2022-07-19scsi: target: iscsi: Fix clang -Wformat warningsJustin Stitt2-3/+3
2022-07-14scsi/target: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-07scsi: target: Detect UNMAP support post configurationMike Christie1-8/+19
2022-07-07scsi: target: Add file configure_unmap calloutMike Christie1-14/+19
2022-07-07scsi: target: Add iblock configure_unmap calloutMike Christie1-4/+9
2022-07-07scsi: target: Add callout to configure UNMAP settingsMike Christie1-0/+6
2022-07-07scsi: target: Remove incorrect zero blocks WRITE_SAME checkMike Christie1-4/+0