| Commit message (Expand) | Author | Age | Files | Lines |
* | iscsi-target: Remove left over v3.10-rc debug printks | Nicholas Bellinger | 2013-06-20 | 3 | -8/+0 |
* | target/iscsi: Fix op=disable + error handling cases in np_store_iser | Andy Grover | 2013-06-20 | 1 | -11/+14 |
* | target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer() | Jörn Engel | 2013-06-14 | 1 | -2/+2 |
* | iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling | Nicholas Bellinger | 2013-05-31 | 4 | -26/+50 |
* | target: Propigate up ->cmd_kref put return via transport_generic_free_cmd | Nicholas Bellinger | 2013-05-31 | 1 | -13/+15 |
* | iscsi-target: fix heap buffer overflow on error | Kees Cook | 2013-05-30 | 2 | -6/+6 |
* | target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export | Nicholas Bellinger | 2013-05-30 | 1 | -5/+6 |
* | target: Re-instate sess_wait_list for target_wait_for_sess_cmds | Nicholas Bellinger | 2013-05-29 | 1 | -4/+14 |
* | target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds | Joern Engel | 2013-05-20 | 1 | -23/+5 |
* | Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/tar... | Linus Torvalds | 2013-05-16 | 12 | -81/+73 |
|\ |
|
| * | target: close target_put_sess_cmd() vs. core_tmr_abort_task() race | Joern Engel | 2013-05-15 | 1 | -6/+5 |
| * | target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regression | Nicholas Bellinger | 2013-05-15 | 1 | -0/+2 |
| * | iscsi-target: Fix typos in RDMAEXTENSIONS macro usage | Nicholas Bellinger | 2013-05-11 | 2 | -6/+6 |
| * | target/rd: Add ramdisk bit for NULLIO operation | Nicholas Bellinger | 2013-05-11 | 2 | -3/+19 |
| * | iscsi-target: Fix processing of OOO commands | Shlomo Pongratz | 2013-05-07 | 1 | -3/+4 |
| * | iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * | Geert Uytterhoeven | 2013-05-03 | 1 | -34/+23 |
| * | iscsi-target: Fix NULL pointer dereference in iscsit_send_reject | Nicholas Bellinger | 2013-05-03 | 1 | -3/+3 |
| * | target: Have dev/enable show if TCM device is configured | Andy Grover | 2013-05-03 | 1 | -2/+9 |
| * | target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio | Andy Grover | 2013-05-03 | 1 | -7/+2 |
| * | target: Remove unused struct members in se_dev_entry | Andy Grover | 2013-05-03 | 3 | -17/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -5/+4 |
|\ \
| |/
|/| |
|
| * | tcm: switch to ->show_info() | Al Viro | 2013-04-09 | 1 | -5/+4 |
* | | tcm_fc: Check for aborted sequence | Mark Rustad | 2013-04-25 | 1 | -1/+8 |
* | | iscsi-target: Add iser network portal attribute | Nicholas Bellinger | 2013-04-25 | 1 | -0/+79 |
* | | iscsi-target: Refactor TX queue logic + export response PDU creation | Nicholas Bellinger | 2013-04-25 | 4 | -304/+370 |
* | | iscsi-target: Refactor RX PDU logic + export request PDU handling | Nicholas Bellinger | 2013-04-25 | 8 | -204/+346 |
* | | iscsi-target: Add per transport iscsi_cmd alloc/free | Nicholas Bellinger | 2013-04-25 | 5 | -5/+26 |
* | | iscsi-target: Add iser-target parameter keys + setup during login | Nicholas Bellinger | 2013-04-25 | 4 | -17/+161 |
* | | iscsi-target: Initial traditional TCP conversion to iscsit_transport | Nicholas Bellinger | 2013-04-25 | 9 | -315/+380 |
* | | iscsi-target: Add iscsit_transport API template | Nicholas Bellinger | 2013-04-25 | 2 | -1/+57 |
* | | target: Add export of target_get_sess_cmd symbol | Nicholas Bellinger | 2013-04-25 | 1 | -2/+2 |
* | | target: Change default sense key of NOT_READY | Jörn Engel | 2013-04-25 | 1 | -2/+7 |
* | | target/file: Set is_nonrot attribute | Asias He | 2013-04-25 | 1 | -0/+3 |
* | | target: Add sbc_execute_unmap() helper | Asias He | 2013-04-25 | 3 | -155/+93 |
* | | target/iblock: Add iblock_do_unmap() helper | Asias He | 2013-04-25 | 1 | -17/+26 |
* | | target/file: Add fd_do_unmap() helper | Asias He | 2013-04-25 | 1 | -42/+30 |
* | | target/file: Add UNMAP emulation support | Asias He | 2013-04-25 | 1 | -0/+111 |
* | | target/file: Add WRITE_SAME w/ UNMAP=1 emulation support | Asias He | 2013-04-25 | 1 | -5/+89 |
* | | tcm_fc: using kfree_rcu() to simplify the code | Wei Yongjun | 2013-04-25 | 1 | -8/+1 |
* | | target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros | Andy Grover | 2013-04-25 | 1 | -8/+6 |
* | | target/iscsi: Remove chap_set_random() | Andy Grover | 2013-04-25 | 1 | -27/+1 |
* | | target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs | Nicholas Bellinger | 2013-04-11 | 1 | -0/+3 |
* | | target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case | Nicholas Bellinger | 2013-03-28 | 1 | -1/+3 |
|/ |
|
* | target/pscsi: Reject cross page boundary case in pscsi_map_sg | Asias He | 2013-03-19 | 1 | -3/+8 |
* | target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os | Nicholas Bellinger | 2013-03-19 | 1 | -1/+1 |
* | target: fix possible memory leak in core_tpg_register() | Wei Yongjun | 2013-03-18 | 1 | -1/+2 |
* | target/iscsi: Fix mutual CHAP auth on big-endian arches | Andy Grover | 2013-03-18 | 1 | -1/+4 |
* | target_core_sbc: use noop for SYNCHRONIZE_CACHE | Hannes Reinecke | 2013-03-18 | 1 | -2/+5 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2013-03-02 | 5 | -11/+15 |
|\ |
|
| * | target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio() | Asias He | 2013-02-27 | 1 | -2/+2 |