| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Removed leading / of install paths, so files get installed in the
directory requested by CMake's --prefix.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- R2T handling
- Portal groups
- Fixes to login phase handling
- Code refactoring
- Remove obsolete PDU fields
- SCSI INQUIRY handler
- Persistent Reservation support
- Implement SCSI block based operations
- Implement other needed SCSI ops
- Disks are now reported as read-only
- Doxygen tags
- Bugfixes for crashes, memleaks, etc.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
There is a race condition where we process the next request from the
same client faster than the OS will schedule the async prefetch job,
rendering it a NOOP in the best case (request ranges match) or fetching
redundant data from the upstream server (prefetch range is larger than
actual request by client). Make prefetching synchronous to prevent this
race condition.
|
| | |
|
| | |
|
| |
|
|
|
| |
This patch sets the programming languages of each CMake project to C. With
this change, CMake does not search for an unused C++ compiler anymore.
|
| |
|