Sign in
android-kvm
/
linux
/
4569f2b7be6f30f0edd2319d91ba718b8f26e232
/
drivers
/
infiniband
/
ulp
/
iser
fd8b48b
IB/iser: Fix use after free in iser_snd_completion()
by Dan Carpenter
· 11 years ago
7d9eacf
IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection
by Roi Dayan
· 11 years ago
7c049d0
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 11 years ago
2e02d653
IB/iser: Fix redundant pointer check in dealloc flow
by Sagi Grimberg
· 11 years ago
27ae2d1
IB/iser: Fix possible memory leak in iser_create_frwr_pool()
by Roi Dayan
· 11 years ago
6a06a4b
[SCSI] IB/iser: Add Discovery support
by Or Gerlitz
· 11 years ago
5587856
IB/iser: Introduce fast memory registration model (FRWR)
by Sagi Grimberg
· 11 years ago
e657571
IB/iser: Place the fmr pool into a union in iser's IB conn struct
by Sagi Grimberg
· 11 years ago
919fc27
IB/iser: Handle unaligned SG in separate function
by Sagi Grimberg
· 11 years ago
b4e155f
IB/iser: Generalize rdma memory registration
by Sagi Grimberg
· 11 years ago
b7f0451
IB/iser: Accept session->cmds_max from user space
by Shlomo Pongratz
· 11 years ago
986db0d
IB/iser: Restructure allocation/deallocation of connection resources
by Shlomo Pongratz
· 11 years ago
f91424c
IB/iser: Use proper debug level value for info prints
by Or Gerlitz
· 11 years ago
28f292e
IB/iser: Add Mellanox copyright
by Or Gerlitz
· 12 years ago
5b61ff4
IB/iser: Fix device removal flow
by Roi Dayan
· 12 years ago
8d8399d
IB/iser: Add support for iser CM REQ additional info
by Or Gerlitz
· 12 years ago
450d1e4
IB/iser: Return error to upper layers on EAGAIN registration failures
by Or Gerlitz
· 12 years ago
4f36388
IB/iser: Move informational messages from error to info level
by Roi Dayan
· 12 years ago
c1d786e
IB/iser: Add module version
by Roi Dayan
· 12 years ago
5525d21
IB/iser: Enable iser when FMRs are not supported
by Or Gerlitz
· 12 years ago
819a087
IB/iser: Avoid error prints on EAGAIN registration failures
by Or Gerlitz
· 12 years ago
b96e4ab
IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML
by Or Gerlitz
· 12 years ago
5a33a66
IB/iser: Add more RX CQs to scale out processing of SCSI responses
by Alex Tabachnik
· 12 years ago
7d9c0de
IB/iser: Fix error flow in iser ep connection establishment
by Or Gerlitz
· 13 years ago
0c2fe82
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 13 years ago
2a156d0
infiniband: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
89e984e2
IB/iser: Post initial receive buffers before sending the final login request
by Or Gerlitz
· 13 years ago
d474186
IB/iser: Free IB connection resources in the proper place
by Doug Ledford
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
5243954
IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers
by Or Gerlitz
· 13 years ago
2c4ce60
IB/iser: Use separate buffers for the login request/response
by Or Gerlitz
· 13 years ago
e4dd23d
infiniband: Fix up module files that need to include module.h
by Paul Gortmaker
· 14 years ago
f27fb2e
[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs
by Mike Christie
· 13 years ago
1d063c1
[SCSI] iscsi class: sysfs group is_visible callout for session attrs
by Mike Christie
· 13 years ago
3128c6c
[SCSI] iscsi cls: sysfs group is_visible callout for conn attrs
by Mike Christie
· 13 years ago
200ae1a
IB/iser: Support iSCSI PDU padding
by Or Gerlitz
· 13 years ago
0ace64b
IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long)
by Or Gerlitz
· 13 years ago
1235218
iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi
by Nicholas Bellinger
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7c53c6f
[SCSI] iser: export addr and port
by Mike Christie
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
48d8fce
IB/iser: Make needlessly global iser_alloc_rx_descriptors() static
by Or Gerlitz
· 14 years ago
9fda1ac
IB/iser: Fix error flow in iser_create_ib_conn_res()
by Dan Carpenter
· 15 years ago
39ff05d
IB/iser: Enhance disconnection logic for multi-pathing
by Or Gerlitz
· 15 years ago
d265b98
IB/iser: Remove buggy back-pointer setting
by Or Gerlitz
· 15 years ago
2110f9b
IB/iser: Add asynchronous event handler
by Or Gerlitz
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
961cde9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
309ce15
[SCSI] libiscsi: Make iscsi_eh_target_reset start with session reset
by Jayamohan Kallickal
· 15 years ago
88ec415
IB/iser: Remove redundant locking from iser scsi command response flow
by Or Gerlitz
· 15 years ago
962b4b5
IB/iser: Use libiscsi passthrough mode
by Or Gerlitz
· 15 years ago
aae3c99
IB/iser: Remove unnecessary connection checks
by Or Gerlitz
· 15 years ago
528f4e8
IB/iser: Use atomic allocations
by Or Gerlitz
· 15 years ago
f19624a
IB/iser: Simplify send flow/descriptors
by Or Gerlitz
· 15 years ago
78ad0a3
IB/iser: Use different CQ for send completions
by Or Gerlitz
· 15 years ago
704315f
IB/iser: Remove atomic counter for posted receive buffers
by Or Gerlitz
· 15 years ago
bcc60c3
IB/iser: New receive buffer posting logic
by Or Gerlitz
· 15 years ago
1cef465
IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"
by Or Gerlitz
· 15 years ago
e69381b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
b20d038
[SCSI] iser: set tgt and lu reset timeout
by Mike Christie
· 15 years ago
94e2bd6
tree-wide: fix some typos and punctuation in comments
by Thadeu Lima de Souza Cascardo
· 15 years ago
c1ccaf2
IB/iser: Rewrite SG handling for RDMA logic
by Or Gerlitz
· 15 years ago
b8b9e1b8
[SCSI] libiscsi: iscsi_session_setup to allow for private space
by Jayamohan Kallickal
· 15 years ago
b3cd505
[SCSI] libiscsi: add task aborted state
by Mike Christie
· 16 years ago
10eb0f0
[SCSI] iscsi: pass ep connect shost
by Mike Christie
· 16 years ago
6b5d6c4
[SCSI] cxgb3i, iser, iscsi_tcp: set target can queue
by Mike Christie
· 16 years ago
d54b353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
5e7facb
[SCSI] iscsi class: remove host no argument from session creation callout
by Mike Christie
· 16 years ago
4d10835
[SCSI] iscsi lib: remove qdepth param from iscsi host allocation
by Mike Christie
· 16 years ago
32ae763
[SCSI] iscsi lib: have lib create work queue for transmitting IO
by Mike Christie
· 16 years ago
e28f3d5
[SCSI] libiscsi: don't cap queue depth in iscsi modules
by Mike Christie
· 16 years ago
48a237a
[SCSI] iser: have iser use its own logging
by Mike Christie
· 16 years ago
1aedb77
IB/iser: Remove hard setting of path MTU
by Or Gerlitz
· 16 years ago
f5eb3b7
IB/iser: Add dependency on INFINIBAND_ADDR_TRANS
by Randy Dunlap
· 16 years ago
2ff79d5
[SCSI] libiscsi: pass opcode into alloc_pdu callout
by Mike Christie
· 16 years ago
0f9c744
[SCSI] iser: convert iser to new alloc_pdu api
by Mike Christie
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
bba7ebb
IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUs
by David Disseldorp
· 16 years ago
6377943
drivers: replace NIPQUAD()
by Harvey Harrison
· 16 years ago
8e12452
[SCSI] libiscsi: rename host reset to target reset
by Mike Christie
· 16 years ago
e5bd7b54
[SCSI] libiscsi: Support drivers initiating session removal
by Mike Christie
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
2f5de15
IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event
by Or Gerlitz
· 16 years ago
89a93f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
f3781d2
RDMA: Remove subversion $Id tags
by Roland Dreier
· 16 years ago
8e9a20c
[SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools.
by Mike Christie
· 17 years ago
913e5bf
[SCSI] libiscsi, iser, tcp: remove recv_lock
by Mike Christie
· 17 years ago
88dfd34
[SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs.
by Mike Christie
· 17 years ago
412eeaf
[SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and session setup
by Mike Christie
· 17 years ago
7970634
[SCSI] iscsi class: user device_for_each_child instead of duplicating session list
by Mike Christie
· 17 years ago
2261ec3
[SCSI] iser: handle iscsi_cmd_task rename
by Mike Christie
· 17 years ago
2747fdb
[SCSI] iser: convert ib_iser to support merged tasks
by Mike Christie
· 17 years ago
0af967f
[SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor
by Mike Christie
· 17 years ago
b40977d
[SCSI] iser: fix handling of scsi cmnds during recovery.
by Mike Christie
· 17 years ago
5d91e20
[SCSI] iscsi: remove session/conn_data_size from iscsi_transport
by Mike Christie
· 17 years ago
a4804cd
[SCSI] iscsi: add iscsi host helpers
by Mike Christie
· 17 years ago
Next »