index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-04
scsi: target: srpt: Replace enable attr with ops.enable
Dmitry Bogdanov
1
-34
/
+4
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-6
/
+7
2021-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-142
/
+156
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-22
RDMA/rtrs: Remove (void) casting for functions
Gioh Kim
1
-2
/
+2
2021-08-22
RDMA/rtrs-clt: Fix counting inflight IO
Gioh Kim
3
-4
/
+6
2021-08-22
RDMA/rtrs: Remove all likely and unlikely
Gioh Kim
3
-103
/
+99
2021-08-22
RDMA/rtrs: Remove unused functions
Jack Wang
2
-8
/
+1
2021-08-22
RDMA/rtrs-clt: During add_path change for_new_clt according to path_num
Md Haris Iqbal
1
-0
/
+12
2021-08-19
RDMA/rtrs: Remove a useless kfree()
Christophe JAILLET
1
-1
/
+0
2021-08-11
scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-4
/
+5
2021-08-11
scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-4
/
+4
2021-07-20
scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()
Bart Van Assche
1
-1
/
+1
2021-07-15
RDMA/rtrs: Move sq_wr_avail to rtrs_con
Jack Wang
5
-5
/
+7
2021-07-15
RDMA/rtrs: Remove unused flags parameter
Jack Wang
1
-3
/
+2
2021-07-15
RDMA/rtrs: Make rtrs_post_rdma_write_imm_empty static
Jack Wang
2
-7
/
+5
2021-07-15
RDMA/rtrs: Enable the same selective signal for heartbeat and IO
Jack Wang
4
-8
/
+18
2021-07-15
RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_con
Jack Wang
5
-8
/
+8
2021-07-15
RDMA/rtrs: Add error messages for failed operations.
Jack Wang
1
-0
/
+3
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-1
/
+3
2021-06-24
IB/isert: Align target max I/O size to initiator size
Max Gurtovoy
2
-5
/
+2
2021-06-22
Merge tag 'v5.13-rc7' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2021-06-21
rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.
Jack Wang
2
-11
/
+9
2021-06-21
RDMA/rtrs-clt: Raise MAX_SEGMENTS
Jack Wang
1
-2
/
+4
2021-06-21
RDMA/rtrs_clt: Alloc less memory with write path fast memory registration
Jack Wang
1
-3
/
+2
2021-06-21
RDMA/rtrs-clt: Write path fast memory registration
Jack Wang
2
-27
/
+74
2021-06-21
RDMA/rtrs: Introduce head/tail wr
Jack Wang
3
-20
/
+27
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
5
-9
/
+10
2021-06-18
RDMA/rtrs: Check device max_qp_wr limit when create QP
Jack Wang
2
-23
/
+19
2021-06-18
RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_num
Guoqing Jiang
5
-31
/
+30
2021-06-18
RDMA/rtrs: RDMA_RXE requires more number of WR
Md Haris Iqbal
2
-4
/
+5
2021-06-18
RDMA/rtrs-clt: Use minimal max_send_sge when create qp
Jack Wang
2
-7
/
+8
2021-06-18
RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
Jack Wang
1
-13
/
+25
2021-06-08
RDMA/ipoib: Use refcount_t instead of atomic_t for reference counting
Weihang Li
2
-6
/
+6
2021-06-02
RDMA/ipoib: Fix warning caused by destroying non-initial netns
Kamal Heib
1
-0
/
+1
2021-06-02
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
1
-1
/
+1
2021-06-02
scsi: iscsi: Rel ref after iscsi_lookup_endpoint()
Mike Christie
1
-0
/
+1
2021-06-02
scsi: iscsi: Stop queueing during ep_disconnect
Mike Christie
1
-0
/
+1
2021-05-31
scsi: core: Drop obsolete Linux-specific SCSI status codes
Hannes Reinecke
1
-1
/
+1
2021-05-31
RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare
Jack Wang
2
-7
/
+2
2021-05-28
RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
Gioh Kim
1
-0
/
+6
2021-05-28
RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
Md Haris Iqbal
1
-4
/
+15
2021-05-28
RDMA/rtrs-srv: Fix memory leak when having multiple sessions
Jack Wang
1
-0
/
+1
2021-05-28
RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
Gioh Kim
1
-0
/
+1
2021-05-28
RDMA/rtrs-srv: Duplicated session name is not allowed
Gioh Kim
1
-1
/
+41
2021-05-28
RDMA/rtrs: Do not reset hb_missed_max after re-connection
Gioh Kim
1
-1
/
+0
2021-05-28
RDMA/rtrs-srv: convert scnprintf to sysfs_emit
Jack Wang
1
-1
/
+1
2021-05-28
RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight
Md Haris Iqbal
3
-24
/
+35
2021-05-28
RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
Md Haris Iqbal
1
-0
/
+3
[next]