Age | Commit message (Expand) | Author |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada |
2019-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers |
2019-04-12 | scsi: target/iscsi: Make sure PDU processing continues if parsing a command f... | Bart Van Assche |
2019-04-12 | scsi: target/iscsi: Make iscsit_map_iovec() more robust | Bart Van Assche |
2019-04-12 | scsi: target/iscsi: Handle too large immediate data buffers correctly | Bart Van Assche |
2019-04-12 | scsi: target/iscsi: Only send R2T if needed | Bart Van Assche |
2019-04-12 | scsi: target/iscsi: Detect conn_cmd_list corruption early | Bart Van Assche |
2019-03-20 | scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failed | tangwenji |
2019-03-20 | scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_np | tangwenji |
2019-03-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-02-04 | scsi: target/iscsi: Simplify iscsit_handle_text_cmd() | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Simplify iscsit_dump_data_payload() | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Rename a function and a function pointer | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Fix spelling of "unsolicited" | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Convert comments about locking into runtime checks | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Remove an incorrect comment | Bart Van Assche |
2019-02-04 | scsi: target/core: Remove the write_pending_status() callback function | Bart Van Assche |
2019-01-08 | scsi: target/iscsi: fix error msg typo when create lio_qr_cache failed | Leo Zhang |
2018-12-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-12-28 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-12-12 | scsi: target: iscsi: cxgbit: add missing spin_lock_init() | Varun Prakash |
2018-12-12 | scsi: target: iscsi: cxgbit: fix csk leak | Varun Prakash |
2018-12-07 | scsi: target/core: Fix TAS handling for aborted commands | Bart Van Assche |
2018-12-07 | scsi: target/core: Simplify the code for aborting SCSI commands | Bart Van Assche |
2018-11-30 | sbitmap: optimize wakeup check | Jens Axboe |
2018-11-28 | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp |
2018-11-28 | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp |
2018-11-23 | cxgb4: use new fw interface to get the VIN and smt index | Santosh Rastapur |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2018-10-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells |
2018-10-16 | scsi: target: stash sess_err_stats on Data-Out timeout | David Disseldorp |
2018-10-16 | scsi: target: split out helper for cxn timeout error stashing | David Disseldorp |
2018-10-16 | scsi: target: log NOP ping timeouts as errors | David Disseldorp |
2018-10-16 | scsi: target: log Data-Out timeouts as errors | David Disseldorp |
2018-10-16 | scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat | David Disseldorp |
2018-09-25 | scsi: target: iscsi: cxgbit: fix csk leak | Varun Prakash |
2018-09-21 | scsi: target: iscsi: Use bin2hex instead of a re-implementation | Vincent Pelletier |
2018-09-21 | scsi: target: iscsi: Use hex2bin instead of a re-implementation | Vincent Pelletier |
2018-09-17 | scsi: iscsi: target: fix spelling mistake "entires" -> "entries" | Colin Ian King |
2018-09-11 | scsi: iscsi: target: Don't use stack buffer for scatterlist | Laura Abbott |
2018-08-30 | scsi: iscsi: target: Fix conn_ops double free | Mike Christie |
2018-08-30 | scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values ... | Vincent Pelletier |
2018-08-27 | scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info() | Varun Prakash |