aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04IB/iser: Prevent invalidating wrong MRSergey Gorenko4-8/+8
2023-12-26IB/iser: iscsi_iser.h: fix kernel-doc warning and spellosRandy Dunlap1-3/+2
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-14/+9
2023-04-03IB/iser: remove redundant new lineMax Gurtovoy1-1/+0
2023-04-03IB/iser: centralize setting desc type and done callbackMax Gurtovoy1-7/+9
2023-04-03IB/iser: remove unused macrosMax Gurtovoy1-6/+0
2023-03-24scsi: iscsi: Declare SCSI host template constBart Van Assche1-2/+2
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli1-1/+1
2022-10-19IB/iser: open code iser_disconnected_handlerMax Gurtovoy1-14/+7
2022-10-19IB/iser: add safety checks for state_mutex lockMax Gurtovoy1-6/+20
2022-10-19IB/iser: open code iser_conn_state_comp_exchSergey Gorenko1-18/+2
2022-08-16IB/iser: Fix login with authenticationSergey Gorenko1-1/+6
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+4
2022-06-24IB/iser: Drain the entire QP during destruction flowMax Gurtovoy1-2/+4
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-2/+2
2022-05-24IB/iser: Fix typo in commentJulia Lawall1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2-5/+5
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2022-03-18IB/iser: Fix error flow in case of registration failureMax Gurtovoy1-3/+11
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy3-45/+31
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy4-11/+11
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy1-22/+9
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-0/+1
2022-01-28RDMA/iser: Delete useless module.h includeLeon Romanovsky2-2/+0
2022-01-06IB/iser: Align coding style across driverMax Gurtovoy4-126/+87
2022-01-05IB/iser: Remove un-needed casting to/from void pointerMax Gurtovoy1-9/+8
2022-01-05IB/iser: Don't suppress send completionsMax Gurtovoy3-20/+6
2022-01-05IB/iser: Rename ib_ret local variableMax Gurtovoy1-15/+15
2022-01-05IB/iser: Fix RNR errorsSergey Gorenko3-78/+42
2022-01-05IB/iser: Remove deprecated pi_guard module paramMax Gurtovoy2-5/+0
2021-08-11scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-07-20scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-1/+1
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-0/+1
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-0/+1
2021-03-30RDMA/iser: struct iscsi_iser_task is declared twiceWan Jiabing1-1/+0
2021-01-19IB/iser: Simplify prot_caps settingMax Gurtovoy1-7/+14
2021-01-19IB/iser: Enforce iser_max_sectors to be greater than 0Max Gurtovoy1-2/+3
2021-01-19IB/iser: Protect iscsi_max_lun module param using callbackMax Gurtovoy1-7/+20
2021-01-19IB/iser: Remove unneeded semicolonsMax Gurtovoy2-3/+2
2020-12-07RDMA/iser: Remove in_interrupt() usageSebastian Andrzej Siewior1-17/+5
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-29IB/iser: use new shared CQ mechanismYamin Friedman2-106/+29
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis1-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin4-372/+40
2020-03-26IB/iser: Always check sig MR before putting it to the free poolSergey Gorenko1-3/+18