mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
cc480d782984d4a1373737097cbdb155aee1ec42
........ r3841 | vlnb | 2011-09-01 15:47:41 -0400 (Thu, 01 Sep 2011) | 3 lines Web updates ........ r3842 | vlnb | 2011-09-01 16:15:42 -0400 (Thu, 01 Sep 2011) | 3 lines Changelogs updated ........ r3843 | bvassche | 2011-09-04 07:57:39 -0400 (Sun, 04 Sep 2011) | 2 lines /etc/init.d: When installing SCST 3.0, disable and remove the now obsolete iscsi-scst and qla2x00t init scripts. ........ r3847 | bvassche | 2011-09-07 15:03:06 -0400 (Wed, 07 Sep 2011) | 1 line ib_srpt: Remove to-do list because outdated ........ r3850 | vlnb | 2011-09-07 22:17:01 -0400 (Wed, 07 Sep 2011) | 3 lines Web updates ........ r3853 | bvassche | 2011-09-17 11:17:41 -0400 (Sat, 17 Sep 2011) | 1 line ib_srpt: Make error reporting more detailed ........ r3854 | bvassche | 2011-09-17 11:19:45 -0400 (Sat, 17 Sep 2011) | 1 line ib_srpt: Mask off AGN_MASK bits before invoking ib_cm_listen() ........ r3855 | bvassche | 2011-09-17 11:21:07 -0400 (Sat, 17 Sep 2011) | 1 line ib_srpt: Relax a WARN_ON() statement such that it doesn't fire needlessly ........ r3856 | bvassche | 2011-09-17 11:22:13 -0400 (Sat, 17 Sep 2011) | 1 line ib_srpt: Make srpt_release_sdev() logging more informative ........ r3857 | bvassche | 2011-09-17 11:23:36 -0400 (Sat, 17 Sep 2011) | 1 line ib_srpt: Don't wait forever for the Last WQE event ........ r3858 | bvassche | 2011-09-17 11:24:37 -0400 (Sat, 17 Sep 2011) | 1 line ib_srpt: Make sure that rmmod finishes ........ r3859 | bvassche | 2011-09-17 11:38:09 -0400 (Sat, 17 Sep 2011) | 1 line Fix a typo introduced in r3858 ........ r3866 | bvassche | 2011-09-18 03:38:37 -0400 (Sun, 18 Sep 2011) | 1 line ib_srpt: Reduce the Last WQE wait time ........ r3867 | bvassche | 2011-09-18 04:01:29 -0400 (Sun, 18 Sep 2011) | 1 line Follow-up for r3866 ........ r3869 | bvassche | 2011-09-18 07:04:10 -0400 (Sun, 18 Sep 2011) | 1 line ib_srpt: Show the state name in debug messages ........ r3870 | bvassche | 2011-09-18 07:15:17 -0400 (Sun, 18 Sep 2011) | 6 lines ib_srpt: Fix "rejected SRP_LOGIN_REQ because creating a new RDMA channel failed" Fix two race conditions that could trigger this failure: - Completion thread not woken up after channel state change. - Reception of Last WQE event before the channel queue pair was reset. ........ r3872 | bvassche | 2011-09-18 08:23:13 -0400 (Sun, 18 Sep 2011) | 1 line ib_srpt: Remove a superfluous __srpt_close_ch() call ........ r3875 | bvassche | 2011-09-22 13:49:04 -0400 (Thu, 22 Sep 2011) | 1 line ib_srpt: Clean up two PRINT_ERROR() statements ........ r3876 | bvassche | 2011-09-22 13:49:45 -0400 (Thu, 22 Sep 2011) | 1 line ib_srpt: Remove an outdated comment ........ r3877 | bvassche | 2011-09-22 13:51:19 -0400 (Thu, 22 Sep 2011) | 1 line ib_srpt: Avoid that the cleanup code invoked after rejecting a new initiator connection triggers a race condition ........ git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3878 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%