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