mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
29ce83783cf63bb879ea48a6e2ec32e1e9131148
........
r3606 | bvassche | 2011-06-22 15:18:39 -0400 (Wed, 22 Jun 2011) | 13 lines
scstadmin: Multiple -write_config bug fixes.
Bug fixes:
- Do not write out the line "# Non-key attributes" for the top level if -nonkey
has not been specified.
- If -nonkey has been specified, write out the device handler creation time
attributes too (blocksize, o_direct, read_only, removable, ...).
- If -nonkey has been specified, write out the LUN creation time attributes
too (read_only).
Also, simplify the -write_config implementation by introducing the Perl
subroutines serializeKeyAttr() and serializeNkAttr().
........
r3607 | bvassche | 2011-06-22 15:28:15 -0400 (Wed, 22 Jun 2011) | 1 line
ib_srpt: Remove two superfluous blank lines
........
r3608 | bvassche | 2011-06-23 14:23:38 -0400 (Thu, 23 Jun 2011) | 1 line
Kernel version updates
........
r3609 | vlnb | 2011-06-23 20:46:02 -0400 (Thu, 23 Jun 2011) | 3 lines
Docs updates. Update for qla2x00t-howto-debian.html was sent by Barry Schut <b.schut@iu.nl>
........
r3626 | bvassche | 2011-06-25 15:13:50 -0400 (Sat, 25 Jun 2011) | 1 line
ib_srpt: Eliminate the magic constant SRPT_DEF_SG_PER_WQE
........
r3627 | bvassche | 2011-06-25 15:32:32 -0400 (Sat, 25 Jun 2011) | 6 lines
ib_srpt: Works again on mthca (not tested yet). A quote from the OFED 1.2.5
release notes (docs/mthca_release_notes.txt), section "3. Known Issues":
3. In mem-free devices, RC QPs can be created with a maximum of (max_sge - 3)
entries only.
........
r3628 | bvassche | 2011-06-26 03:20:49 -0400 (Sun, 26 Jun 2011) | 1 line
ib_srpt: Document known max_sge limitations
........
r3629 | bvassche | 2011-06-26 09:33:09 -0400 (Sun, 26 Jun 2011) | 1 line
ib_srpt: Inline srpt_release_channel()
........
r3630 | bvassche | 2011-06-26 10:30:38 -0400 (Sun, 26 Jun 2011) | 1 line
ib_srpt: Relax a BUG_ON() statement into WARN_ON()
........
r3631 | bvassche | 2011-06-26 10:32:00 -0400 (Sun, 26 Jun 2011) | 1 line
ib_srpt: Embed HCA name in srpt thread name
........
r3632 | bvassche | 2011-06-26 10:46:23 -0400 (Sun, 26 Jun 2011) | 5 lines
ib_srpt: Avoid that failed multipart RDMA transfers cause havoc.
Multipart RDMA transfers can fail after one or more but not all RDMA transfers
have been initiated because either an IB cable has been pulled or the ib_srpt
kernel module has been unloaded while an RDMA transfer is being set up.
........
r3633 | bvassche | 2011-06-26 10:57:11 -0400 (Sun, 26 Jun 2011) | 1 line
ib_srpt: Update test documentation
........
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3637 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This is the SCST development repository. It contains not a single project SCST as one can think, but a number of them, which are divided as the following: 1. SCST core in scst/ subdirectory 2. Administration utility for SCST core scstadmin in scstadmin/ 3. Target drivers in own subdirectories qla2x00t/, iscsi-scst/, etc. 4. User space programs in usr/ subdirectory, like fileio_tgt. 5. Some various docs in doc/ subdirectory. Those subprojects are in most cases independent from each other, although some of them depend from the SCST core. They put in the single repository only to simplify their development, they are released independently. Thus, use "make all" only if you really need to build everything. Otherwise build only what you need, like for iSCSI-SCST: make scst scst_install iscsi iscsi_install For more information about each subproject see their README files. Vladislav Bolkhovitin <vst@vlnb.net>, http://scst.sourceforge.net
Description
Languages
C
90.1%
Perl
4.2%
Shell
1.8%
HTML
1.7%
Makefile
1.2%
Other
0.9%