index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
iser
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+5
2025-11-09
IB/iser: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-06-12
IB/iser: Remove unnecessary local variable
Li Jun
-5
/
+1
2025-02-18
IB/iser: fix typos in iscsi_iser.c comments
Imanol
-4
/
+4
2024-09-10
IB/iser: Remove unused declaration in header file
Zhang Zekun
-4
/
+0
2024-01-04
IB/iser: Prevent invalidating wrong MR
Sergey Gorenko
-8
/
+8
2023-12-26
IB/iser: iscsi_iser.h: fix kernel-doc warning and spellos
Randy Dunlap
-3
/
+2
2023-04-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-14
/
+9
2023-04-03
IB/iser: remove redundant new line
Max Gurtovoy
-1
/
+0
2023-04-03
IB/iser: centralize setting desc type and done callback
Max Gurtovoy
-7
/
+9
2023-04-03
IB/iser: remove unused macros
Max Gurtovoy
-6
/
+0
2023-03-24
scsi: iscsi: Declare SCSI host template const
Bart Van Assche
-2
/
+2
2023-02-02
scripts/spelling.txt: add "exsits" pattern and fix typo instances
Luca Ceresoli
-1
/
+1
2022-10-19
IB/iser: open code iser_disconnected_handler
Max Gurtovoy
-14
/
+7
2022-10-19
IB/iser: add safety checks for state_mutex lock
Max Gurtovoy
-6
/
+20
2022-10-19
IB/iser: open code iser_conn_state_comp_exch
Sergey Gorenko
-18
/
+2
2022-08-16
IB/iser: Fix login with authentication
Sergey Gorenko
-1
/
+6
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-2
/
+4
2022-06-24
IB/iser: Drain the entire QP during destruction flow
Max Gurtovoy
-2
/
+4
2022-06-21
scsi: iscsi: Fix session removal on shutdown
Mike Christie
-2
/
+2
2022-05-24
IB/iser: Fix typo in comment
Julia Lawall
-1
/
+1
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
-5
/
+5
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-0
/
+1
2022-03-18
IB/iser: Fix error flow in case of registration failure
Max Gurtovoy
-3
/
+11
2022-03-18
IB/iser: Generalize map/unmap dma tasks
Max Gurtovoy
-45
/
+31
2022-03-18
IB/iser: Use iser_fr_desc as registration context
Max Gurtovoy
-11
/
+11
2022-03-18
IB/iser: Remove iser_reg_data_sg helper function
Max Gurtovoy
-22
/
+9
2022-02-22
scsi: iscsi: Stop using the SCSI pointer
Bart Van Assche
-0
/
+1
2022-01-28
RDMA/iser: Delete useless module.h include
Leon Romanovsky
-2
/
+0
2022-01-06
IB/iser: Align coding style across driver
Max Gurtovoy
-126
/
+87
2022-01-05
IB/iser: Remove un-needed casting to/from void pointer
Max Gurtovoy
-9
/
+8
2022-01-05
IB/iser: Don't suppress send completions
Max Gurtovoy
-20
/
+6
2022-01-05
IB/iser: Rename ib_ret local variable
Max Gurtovoy
-15
/
+15
2022-01-05
IB/iser: Fix RNR errors
Sergey Gorenko
-78
/
+42
2022-01-05
IB/iser: Remove deprecated pi_guard module param
Max Gurtovoy
-5
/
+0
2021-08-11
scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
-1
/
+1
2021-07-20
scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()
Bart Van Assche
-1
/
+1
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-0
/
+2
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
-1
/
+1
2021-06-02
scsi: iscsi: Rel ref after iscsi_lookup_endpoint()
Mike Christie
-0
/
+1
2021-06-02
scsi: iscsi: Stop queueing during ep_disconnect
Mike Christie
-0
/
+1
2021-03-30
RDMA/iser: struct iscsi_iser_task is declared twice
Wan Jiabing
-1
/
+0
2021-01-19
IB/iser: Simplify prot_caps setting
Max Gurtovoy
-7
/
+14
2021-01-19
IB/iser: Enforce iser_max_sectors to be greater than 0
Max Gurtovoy
-2
/
+3
2021-01-19
IB/iser: Protect iscsi_max_lun module param using callback
Max Gurtovoy
-7
/
+20
2021-01-19
IB/iser: Remove unneeded semicolons
Max Gurtovoy
-3
/
+2
2020-12-07
RDMA/iser: Remove in_interrupt() usage
Sebastian Andrzej Siewior
-17
/
+5
2020-12-07
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
-1
/
+1
[next]