Linux SCSI Target Infrastructure
[Prev Page][Next Page]
- Re: bs_rdwr_request, (continued)
- [PATCH] iSCSI: Honour the MaxRecvDataSegmentLengtgh for normal sessions too,
Ronnie Sahlberg
- [PATCH] iSCSI: Fix bug in parsing of MaxRecvDataSegmentLength,
Ronnie Sahlberg
- Typo in Man Page,
James Hammett
- [PATCH RESEND 0/3] style improvement patches for few source files,
nezhinsky
- [PATCH] TGTADM allow creating TAPE devices without a backing store,
Ronnie Sahlberg
- [PATCH] Add an example script for how to set up a VTL,
Ronnie Sahlberg
- [PATCH 0/4] style improvement patches for few source files,
nezhinsky
- make install error,
nia dev
- [PATCH] Update tgt-setup-lun to support control port,
Roi Dayan
- 1.0.30 released,
FUJITA Tomonori
- [PATCH V3 3/8] tgt-admin: add option to restart llds, Roi Dayan
- [PATCH] MODE_SENSE: add support for mode subpages,
Ronnie Sahlberg
- tgt-admin -e error,
nia dev
- complete guide for tgt VTL setup,
Thomas Lau
- tgt-setup-lun concurrency problem,
Mark Gergely
- [PATCH] Fix the controls extension subpage,
Ronnie Sahlberg
- [PATCH] Add support for mode subpages,
Ronnie Sahlberg
- [PATCH] LUN RESET clears all PREVENTALLOWs for that LUN,
Ronnie Sahlberg
- export real dvd drive, Pawel Suwinski
- [PATCH 0/2] upgrade scripts/checkpatch.pl,
nezhinsky
- [PATCH V2 0/8] lld restart,
Roi Dayan
- [PATCH] UNMAP Change order of no-media and thin-provisioning tests,
ronnie sahlberg
- [PATCH 1/3] Add infrastructure for statistics on SCSI device level,
nezhinsky
- [PATCH RESEND 0/3] Add SCSI cmd statistics per ITL nexus,
nezhinsky
- [PATCH] fix three bugs in startstopunit,
ronnie sahlberg
- [PATCH] Add support for ORWRITE command,
ronnie sahlberg
- [PATCH] Add support for COMPAREANDWRITE opcode,
ronnie sahlberg
- how to setup a virtual tape using scsi-target-utils?,
Rob Evers
- [PATCH] Add support for WRITEVERIFY10/12/16,
ronnie sahlberg
- Invalid request for --bstype aio and sg,
faizan husain
- invalid request for bstype, faizan husain
- tgtadm: this target already exists - with >100 targets,
Konstantin Skaburskas
- 1.0.29 released, FUJITA Tomonori
- [PATCH] mgmt: fixed -m system -o delete handling,
Roi Dayan
- Large number of abort_task_set followed by conn_close,
Brian Schaefer
- [PATCH] Fix the LBA out of bounds check for VERIFY16,
ronnie sahlberg
- [PATCH 0/2] Add SCSI cmd statistics per ITL nexus,
Alexander Nezhinsky
Online resizing of LUN's,
redshift
[PATCH 0/3] lld restart,
Roi Dayan
[PATCH] added CDB_CONTROL macro to get control field from CDB,
john . chandy
Re: [PATCH] added CDB_CONTROL macro to get control field from CDB - needed because control field is not the last byte in VARLEN CDBs, Boaz Harrosh
[PATCH] Add proper tests for LBA out of range to VERIFY10/16, ronnie sahlberg
[PATCH] Another patch to improve the LBA out of range even further,
ronnie sahlberg
[PATCH] Add documentation for starting lld while tgtd is running, Roi Dayan
[PATCH] tgt-admin: add option to restart llds,
Roi Dayan
PATCH: Make the check for LBA out of range for READ*/WRITE* better,
ronnie sahlberg
1.0.28 released, FUJITA Tomonori
[PATCH] Passing NULL to ldd_init() instead of illegal address,
Roi Dayan
[PATCH] Add support for SBC GET_LBA_STATUS opcode,
ronnie sahlberg
[PATCH] iser: limit number of CQ entries requested,
Roi Dayan
new hpacucli 9.10 update causes tgtd crashes, Ernest Beinrohr
[PATCH 0/2] iser: rdma buffer pool changes and optimizations,
Roi Dayan
tgtd list corruption bug,
Andy Grover
[PATCH 0/7] tgtadm_err return values,
nezhinsky
- [PATCH 1/7] move set_mtask_result() call to mtask_received(), nezhinsky
- [PATCH 2/7] change return value of isns_show() and isns_update() to tgtadm_err, nezhinsky
- [PATCH 3/7] change return value of some show functions in iscsi/target.c to tgtadm_err, nezhinsky
- [PATCH 4/7] change return value of dtd_check_removable() to tgtadm_err, update use cases, nezhinsky
- [PATCH 5/7] change return value of system_set_state() to tgtadm_err, update use cases, nezhinsky
- [PATCH 6/7] change return value of slot_insert() to tgtadm_err and recover from errors properly in add_slt(), nezhinsky
- [PATCH 7/7] change return value of iqn_acl_add() and iqn_acl_del() to tgtadm_err, nezhinsky
- Re: [PATCH 0/7] tgtadm_err return values, FUJITA Tomonori
TGTD io performance about 1/8th of NFS on same server, John Pletka
1.0.27 released, FUJITA Tomonori
Improving iSCSI passthrough tape performance, Phillip Frost
[PATCH 0/8] few patches prompted by compiler warnings,
nezhinsky
- [PATCH 1/8] fix error handling in get_bsg_major() return error code if the device file in /sys/class/bsg failed to open; use fscanf to read an integer major number directly (instead of reading and parsing the string), return error and print appropriate messages when scanf fails., nezhinsky
- [PATCH 2/8] If param check fails during iscsi login text processing, answer that key with Reject. According to iscsi spec (5.2) the target can choose between responding bad values with key=Reject, sending an admissible value and closing the connection by returning a login error. Here the Reject option is implemented. Any objections?, nezhinsky
- [PATCH 3/8] Store iscsi initiator alias in connection, copy it to iscsi session, show it in session info, nezhinsky
- [PATCH 4/8] In sbc.c implementation of synchronize cache, set resid to 0 unconditionally and remove unused len=0, as const zero is used in set resid, nezhinsky
- [PATCH 5/8] Improve str_to_int() There is a potential problem when a user-supplied value overflows the accepting variable; to cope with this the string is converted to a 64-bit value first then assigned to the variable, then the macro checks if they represent the same value. Thus the natural type boundaries are automatically guarded. This means that there is no need to use type's range limits (e.g. 0 and USHRT_MAX for unsigned short). Thus the range limit parameters are removed from str_to_int() -- it's enough for the (most frequent) cases when any value fitting a certain integer type is admissible. When the min/max values are relevant they can be passed to one of the new macros str_to_int_gt, str_to_int_ge, str_to_int_lt, str_to_int_range, requiring that the int value should be greater than, greater or equal, less than, or within a range, correspondingly., nezhinsky
- [PATCH 6/8] Fix "set but not used" warning in iser.c: comment out irdsl related lines; irdsl value is not used meanwhile, as we use a shortcut to cover up an initiator glitch, nezhinsky
- [PATCH 7/8] If adding Unit Attention sense fails upon target destroy, just print error message and still return TGTADM_SUCCESS, nezhinsky
- [PATCH 8/8] when using eventfd, each time the fd becomes readable, the number of io completions can be read; this number is provided as a 64-bit integer, thus enough space (at least 8 bytes) should be given to read(). This patch adds a comment which explicitely states the above requirement. The actual number of completions in bs_aio is limited by a very small value, thus when reading, a 64-bit variable should be used, then it can be casted to unsigned int and processed as such., nezhinsky
- Re: [PATCH 0/8] few patches prompted by compiler warnings, FUJITA Tomonori
[PATCH 0/5] WRITE_SAME10/16 and thin-provisioning patches,
Ronnie Sahlberg
[PATCH 0/1] VPD BLOCK LIMITS. Update with UNMAP and CAW limits,
Ronnie Sahlberg
[PATCH 0/3] Implement WRITE_SAME10/16,
Ronnie Sahlberg
[PATCH] Update LBPPBE automatically,
Ronnie Sahlberg
[PATCH] fix check of sent len in mtask_recv_send_handler(), report exceptions in concat_write(),
nezhinsky
Infinite Loop on 1.0.26?,
Brad.Goodman
[PATCH] Makefile: use 'rm -f' instead of rmdir,
FUJITA Tomonori
[PATCH] Rework param_set_val and friends,
Arne Redlich
[PATCH] Fix PR OUT with REGISTER AND MOVE service action,
Arne Redlich
[PATCH] spc.c: fix compiler warnings,
Arne Redlich
[PATCHes] Updated patches for thin-provisioning support,
ronnie sahlberg
isns.c: fix compiler warnings,
Arne Redlich
Fix memset calls in tgtimg.c and iscsi/md5.c,
Arne Redlich
[PATCH] bs_ssc.c: fix format string,
Arne Redlich
[PATCH 2/2] Add SBC UNMAP command and thin provisioning to tgtd,
ronnie sahlberg
[PATCH 1/2] TGTIMG add a new --thin-provisioning flag when creating disk devices,
ronnie sahlberg
1.0.26 released, FUJITA Tomonori
[PATCH 0/2] targets.conf support for discovery auth,
Andy Grover
targets.conf discovery auth,
Andy Grover
[PATCH] Add support for DPO in READ/WRITE/VERIFY10/12/16,
ronnie sahlberg
1.0.25 released, FUJITA Tomonori
[PATCH 2/2] move concat_buf functions into concat_buf.c, Alexander Nezhinsky
[PATCH 1/2] usr/Makefile: define object lists for tgtadm and tgtimg targets,
Alexander Nezhinsky
[PATCH] mgmt and concat_buf,
Alexander Nezhinsky
[PATCH] 1/1 Correct fsync on write FILEMARKS,
Mark Harvey
[PATCH] SMC: do not allow load/unload of media that has been pinned down with PreventAllowMediumRemoval,
ronnie sahlberg
[PATCH] Check protect info for WRITE10/12/16,
ronnie sahlberg
1.0.24 released, FUJITA Tomonori
[PATCH 5/5 RESEND] mgmt and concat_buf: concat_buf related changes throughout the source files, Alexander Nezhinsky
[PATCH 4/5 RESEND] mgmt and concat_buf: using concat_buf in tgtadm.c for request, Alexander Nezhinsky
[PATCH 3/5 RESEND] mgmt and concat_buf: using concat_buf in mgmt.c, Alexander Nezhinsky
[PATCH 2/5 RESEND] mgmt and concat_buf: define tgtadm_err, add error values to tgtadm_error.h, Alexander Nezhinsky
[PATCH 0/5 RESEND] mgmt and concat_buf,
Alexander Nezhinsky
[PATCH 1/5 RESEND] mgmt and concat_buf: added concat_buf api to util.h, Alexander Nezhinsky
[PATCH] SSC and SMC are no longer "in progress" they are fully functional.,
ronnie sahlberg
[PATCH 0/0] Allow creating a SBC jukebox,
Ronnie Sahlberg
SMC and PreventAllowMeduimRemoval question, ronnie sahlberg
[PATCH] Add support for PREVENT/ALLOWMEDIUMREMOVAL and STARTSTOPUNIT,
ronnie sahlberg
[PATCH] SBC add support for removable SBC devices,
ronnie sahlberg
[PATCH 0/0] SSC readonly and medium not present updates,
Ronnie Sahlberg
[PATCH] Implement error checking in VERIFY10/12/16,
ronnie sahlberg
[PATCH 0/0] Add some missing opcodes,
Ronnie Sahlberg
[PATCH] SSC: dont fsync() on each written block. Do one single fsync() when file is closed in FILEMARK,
ronnie sahlberg
[PATCH] Implement Prevent/AllowMediumRemoval for MMC devices,
ronnie sahlberg
Late opening of the backing store,
Môshe van der Sterre
[PATCH 0/6] mgmt and concat_buf, Alexander Nezhinsky
[PATCH 4/6] mgmt and concat_buf: using concat_buf in tgtadm.c for request buffer, Alexander Nezhinsky
[PATCH 6/6] mgmt and concat_buf: explicit use of enum tgtadm_errno, Alexander Nezhinsky
[PATCH 3/6] mgmt and concat_buf: using concat_buf in mgmt.c,
Alexander Nezhinsky
[PATCH 2/6] mgmt and concat_buf: added concat_buf api to util.h,
Alexander Nezhinsky
[PATCH 1/6] mgmt and concat_buf: split mtask.buf into req_buf and rsp_buf, Alexander Nezhinsky
[PATCH 5/6] mgmt and concat_buf: concat_buf related changes throughout the code, Alexander Nezhinsky
[PATCH 0/4 v2] Pass-through direct-store blocksize properties,
Andy Grover
[PATCH 0/4] Pass-through direct-store blocksize properties,
Andy Grover
read-only backing stores, david . weber
1.0.23 released, FUJITA Tomonori
FCoE target, Subranshu Patel - ERS, HCL Tech
query [ stgt exist inside kernel ],
Chandra Kumar
blockio in STGT,
Subranshu Patel - ERS, HCL Tech
[PATCH] MMC READ TOC, asking for track 0 is valid even if track 0 does not exist,
ronnie sahlberg
stgt - Poor Performance - seeking suggestions, Cremo C K
[PATCH] Allow to create a MMC LUN without backing store,
ronnie sahlberg
Re: [tgt] TGTADM: Allow creating CD/DVD devices that do not have a backingstore (#1), FUJITA Tomonori
targets.conf in SLES11 SP1, Subranshu Patel - ERS, HCL Tech
tgtd service not starting,
Subranshu Patel - ERS, HCL Tech
need some clarification regarding STGT,
Chandra Kumar
tgt iSCSI - Poor Performance :(,
Cremo C K
[PATCH] tgtimg: fix compile warning, FUJITA Tomonori
[PATCH 1/2] ssc: 32bit arch can't handle large image files,
FUJITA Tomonori
Failed to write tape greater than 2Gb,
Gabriele Mailing
Limit targets to one initiator at a time,
Mark Lehrer
1.0.22 released, FUJITA Tomonori
Help pinpointing cause of tgtd instability,
John Pletka
[PATCH 4/4] using concat_printf() in iscsi code, Alexander Nezhinsky
[PATCH 3/4] using concat_printf() in target.c, Alexander Nezhinsky
[PATCH 2/4] using concat_printf() in tgtadm, Alexander Nezhinsky
[PATCH 1/4] struct concat_buf and concat_printf() for printing to buffers,
Alexander Nezhinsky
[PATCH] rename macro str_to_val to str_to_int,
Alexander Nezhinsky
[PATCH] Remove generated versions of docs,
Andy Grover
[PATCH] remove mmap descriptions, FUJITA Tomonori
mmap backend,
Alex Couvrard
[PATCH] add libaio dependency checking bs_aio, FUJITA Tomonori
[PATCH 3/3] str_to_val macro in tgtadm.c,
Alexander Nezhinsky
[PATCH 2/3] str_to_val macro in tgtd.c,
Alexander Nezhinsky
[PATCH 1/3] str_to_val macro, improved conversion and checking of numerical args,
Alexander Nezhinsky
Trouble with CA Arcserve and tgt virtual tape,
Gabriele Mailing
[PATCH 1/2] bsoflags in system info,
Alexander Nezhinsky
[PATCH 2/2] fix a bug in checking of bsoflags user string,
Alexander Nezhinsky
[PATCH] show bs and devtype in system info,
Alexander Nezhinsky
[PATCH 3/3] bs_aio rewrite (standard aio and eventfd; cmd batches; aio resource limit), Alexander Nezhinsky
[PATCH 2/3] iser generating cmd batches using NOT_LAST bit, Alexander Nezhinsky
[PATCH 1/3] NOT_LAST bit in cmd state, enables batch submission,
Alexander Nezhinsky
[PATCH] add spaces after PRIx64 in iser.c,
Alexander Nezhinsky
Frequent coredump of tgtd under Centos 6.0,
John Pletka
1.0.21 released, FUJITA Tomonori
[PATCH] Add initiator-name directive to the config file,
Paul Ryan
[PATCH 1/2] Convert tgt-setup-lun manpage to docbook,
Andy Grover
[PATCH 0/5] Docs, block-size, fix crash,
Andy Grover
tgt-setup-lun.8,
Andy Grover
[PATCH 3/3] add state to tgt_driver, prevent mgt ops for uninitialized LLDs, Alexander Nezhinsky
[PATCH 2/3] add state to tgt_driver, show LLDs and their states in system info, Alexander Nezhinsky
[PATCH 1/3] add state to tgt_driver, set it by lld init result,
Alexander Nezhinsky
question about logging,
Ernest Beinrohr
Added feature,
Kevin Baughman
[Index of Archives]
[Linux SCSI]
[Linux RAID]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Yosemite Forum]