mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
20a36529b9f9d4c00841747e4ff46c1dee7d2f35
svn+ssh://yanb123@svn.code.sf.net/p/scst/svn/branches/3.0.x ........ r5906 | bvassche | 2014-12-03 19:12:20 +0200 (Wed, 03 Dec 2014) | 1 line Update for kernel 3.17 (merge r5882 from trunk) ........ r5907 | bvassche | 2014-12-03 19:13:06 +0200 (Wed, 03 Dec 2014) | 1 line Add kernel 3.17 build infrastructure (merge r5883 from trunk) ........ r5908 | bvassche | 2014-12-03 19:14:42 +0200 (Wed, 03 Dec 2014) | 1 line scripts: Merge 5827:5907 from trunk ........ r5909 | bvassche | 2014-12-03 19:41:09 +0200 (Wed, 03 Dec 2014) | 1 line Build fixes for RHEL 6.6 kernel 2.6.32-504 (merge r5908 from trunk) ........ r5911 | bvassche | 2014-12-04 14:14:44 +0200 (Thu, 04 Dec 2014) | 1 line scripts/generate-kernel-patch: Swap two filters (merge r5910 from trunk) ........ r5915 | bvassche | 2014-12-05 12:01:49 +0200 (Fri, 05 Dec 2014) | 1 line iscsi-scst/kernel/patches/rhel/put_page_callback-2.6.32-504.patch: Add (merge r5904 from trunk) ........ r5916 | bvassche | 2014-12-05 12:22:05 +0200 (Fri, 05 Dec 2014) | 1 line nightly: Merge r5720:5915 from trunk ........ r5917 | bvassche | 2014-12-05 12:30:54 +0200 (Fri, 05 Dec 2014) | 1 line scst_lib: Fix READ POSITION parsing (merge r5740 from trunk) ........ r5918 | bvassche | 2014-12-05 12:33:22 +0200 (Fri, 05 Dec 2014) | 1 line scst: Clean up __scst_resume_activity() (merge r5589 from trunk) ........ r5919 | bvassche | 2014-12-05 12:49:20 +0200 (Fri, 05 Dec 2014) | 1 line scstadmin regression tests: Merge r5475:5915 from trunk ........ r5920 | bvassche | 2014-12-05 12:50:41 +0200 (Fri, 05 Dec 2014) | 1 line scstadmin: Sync saved configuration files (merge r5793 from trunk) ........ r5921 | bvassche | 2014-12-05 12:57:03 +0200 (Fri, 05 Dec 2014) | 1 line ib_srpt: Speed up kernel driver unloading after a cable pull (merge r5727 from trunk) ........ r5922 | bvassche | 2014-12-05 14:24:23 +0200 (Fri, 05 Dec 2014) | 1 line scst_local: Avoid that session deletion triggers a kernel warning (merge r5601 and 5631 from trunk) ........ r5923 | bvassche | 2014-12-05 14:25:46 +0200 (Fri, 05 Dec 2014) | 1 line scst_local: Set max_id to 1 (merge r5786 from trunk) ........ r5924 | bvassche | 2014-12-05 14:55:32 +0200 (Fri, 05 Dec 2014) | 1 line scst: Add 64-bit LUN support (kernel 3.17 - merge r5587 from trunk) ........ r5925 | bvassche | 2014-12-05 14:56:59 +0200 (Fri, 05 Dec 2014) | 1 line scst_local: Add 64-bit LUN support (kernel 3.17 - merge r5588 from trunk) ........ r5926 | bvassche | 2014-12-05 14:59:32 +0200 (Fri, 05 Dec 2014) | 1 line scst: Remove unused variables (merge r5585 from trunk) ........ r5927 | bvassche | 2014-12-05 15:01:57 +0200 (Fri, 05 Dec 2014) | 1 line scst: Avoid complaints about unused variables (merge r5600 from trunk) ........ r5930 | bvassche | 2014-12-09 14:34:50 +0200 (Tue, 09 Dec 2014) | 1 line rpm build: Add support for qla2x00t driver in QLogic git repository (merge r5929 from trunk) ........ git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x-iser@5992 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%