Age | Commit message (Expand) | Author | Files | Lines |
2016-05-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 30 | -683/+5571 |
2016-05-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -15/+19 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+2 |
2016-05-17 | iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race | Nicholas Bellinger | 1 | -9/+9 |
2016-05-17 | cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute | Nicholas Bellinger | 2 | -8/+8 |
2016-05-17 | iscsi-target: Convert transport drivers to signal rdma_shutdown | Nicholas Bellinger | 2 | -6/+5 |
2016-05-17 | iscsi-target: Make iscsi_tpg_np driver show/store use generic code | Nicholas Bellinger | 1 | -158/+41 |
2016-05-13 | target: enhance and export target_alloc_sgl/target_free_sgl | Christoph Hellwig | 2 | -15/+19 |
2016-05-10 | iscsi-target: graceful disconnect on invalid mapping to iovec | Imran Haider | 1 | -1/+8 |
2016-05-10 | target: need_to_release is always false, remove redundant check and kfree | Colin Ian King | 1 | -4/+0 |
2016-05-10 | target: remove sess_kref and ->shutdown_session | Christoph Hellwig | 2 | -34/+3 |
2016-05-10 | iscsi-target: remove usage of ->shutdown_session | Christoph Hellwig | 4 | -23/+12 |
2016-05-10 | target: make close_session optional | Christoph Hellwig | 4 | -17/+2 |
2016-05-10 | target: make ->shutdown_session optional | Christoph Hellwig | 7 | -31/+4 |
2016-05-10 | target: remove acl_stop | Christoph Hellwig | 2 | -10/+7 |
2016-05-10 | target: consolidate and fix session shutdown | Christoph Hellwig | 1 | -54/+33 |
2016-05-10 | cxgbit: add files for cxgbit.ko | Varun Prakash | 10 | -0/+5114 |
2016-05-10 | iscsi-target: export symbols | Varun Prakash | 6 | -10/+23 |
2016-05-10 | iscsi-target: call complete on conn_logout_comp | Varun Prakash | 1 | -4/+6 |
2016-05-10 | iscsi-target: clear tx_thread_active | Varun Prakash | 1 | -2/+4 |
2016-05-10 | iscsi-target: add new offload transport type | Varun Prakash | 1 | -0/+76 |
2016-05-10 | iscsi-target: use conn_transport->transport_type in text rsp | Varun Prakash | 1 | -1/+2 |
2016-05-10 | iscsi-target: move iscsit_thread_check_cpumask() | Varun Prakash | 1 | -26/+0 |
2016-05-10 | iscsi-target: add void (*iscsit_get_r2t_ttt)() | Varun Prakash | 1 | -1/+4 |
2016-05-10 | iscsi-target: add int (*iscsit_validate_params)() | Varun Prakash | 1 | -0/+10 |
2016-05-10 | iscsi-target: split iscsi_target_rx_thread() | Varun Prakash | 1 | -26/+33 |
2016-05-10 | iscsi-target: add void (*iscsit_get_rx_pdu)() | Varun Prakash | 1 | -8/+2 |
2016-05-10 | iscsi-target: add void (*iscsit_release_cmd)() | Varun Prakash | 1 | -0/+3 |
2016-05-10 | iscsi-target: add int (*iscsit_xmit_pdu)() | Varun Prakash | 1 | -351/+195 |
2016-05-10 | target: use new "dbroot" target attribute | Lee Duncan | 2 | -4/+4 |
2016-05-10 | target: make target db location configurable | Lee Duncan | 2 | -0/+68 |
2016-04-28 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2016-04-14 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 1 | -3/+2 |
2016-04-13 | block: kill off q->flush_flags | Jens Axboe | 1 | -3/+3 |
2016-03-31 | target: add a new add_wwn_groups fabrics method | Christoph Hellwig | 2 | -8/+14 |
2016-03-31 | target: initialize the nacl base CIT begfore init_nodeacl | Christoph Hellwig | 1 | -8/+9 |
2016-03-31 | target: remove ->fabric_cleanup_nodeacl | Christoph Hellwig | 2 | -12/+1 |
2016-03-28 | [net] drop 'size' argument of sock_recvmsg() | Al Viro | 1 | -3/+2 |
2016-03-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 12 | -273/+404 |
2016-03-22 | target: Fix target_release_cmd_kref shutdown comp leak | Himanshu Madhani | 1 | -2/+0 |
2016-03-18 | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 5 | -383/+131 |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -118/+111 |
2016-03-11 | target: Avoid DataIN transfers for non-GOOD SAM status | Nicholas Bellinger | 1 | -0/+8 |
2016-03-11 | target/user: Report capability of handling out-of-order completions to userspace | Sheng Yang | 1 | -0/+1 |
2016-03-11 | target/user: Fix size_t format-spec build warning | Nicholas Bellinger | 1 | -3/+2 |
2016-03-11 | target/user: Don't free expired command when time out | Sheng Yang | 1 | -8/+17 |
2016-03-11 | target/user: Introduce data_bitmap, replace data_length/data_head/data_tail | Sheng Yang | 1 | -100/+121 |
2016-03-11 | target/user: Free data ring in unified function | Sheng Yang | 1 | -10/+12 |
2016-03-11 | target/user: Use iovec[] to describe continuous area | Sheng Yang | 1 | -15/+26 |