aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds21-239/+385
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-21/+21
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-52/+48
2017-11-08tcmu: Add a missing unlock on an error pathDan Carpenter1-0/+1
2017-11-08tcmu: Fix some memory corruptionDan Carpenter1-3/+2
2017-11-07iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger1-3/+5
2017-11-07iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger1-13/+9
2017-11-07target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2-0/+11
2017-11-07target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger1-0/+13
2017-11-07target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger1-3/+4
2017-11-07target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger1-0/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar31-0/+31
2017-11-04iSCSI-target: Use common error handling code in iscsi_decode_text_input()Markus Elfring1-21/+18
2017-11-04target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche1-0/+4
2017-11-04target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche1-1/+2
2017-11-04target/iscsi: Modify iscsit_do_crypto_hash_buf() prototypeBart Van Assche1-24/+17
2017-11-04target/iscsi: Fix endianness in an error messageBart Van Assche1-3/+3
2017-11-04target/iscsi: Use min() in iscsit_dump_data_payload() instead of open-coding itBart Van Assche1-4/+3
2017-11-04target/iscsi: Define OFFLOAD_BUF_SIZE onceBart Van Assche1-2/+0
2017-11-04target: Inline transport_put_cmd()Bart Van Assche1-20/+3
2017-11-04target: Suppress gcc 7 fallthrough warningsBart Van Assche3-2/+5
2017-11-04target: Move a declaration of a global variable into a header fileBart Van Assche2-2/+1
2017-11-04tcmu: fix double se_cmd completionMike Christie1-23/+31
2017-11-04target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCESMike Christie1-7/+9
2017-11-04target: fix ALUA state file path truncationDavid Disseldorp2-32/+28
2017-11-04target: fix PR state file path truncationDavid Disseldorp1-9/+7
2017-11-04cxgbit: Abort the TCP connection in case of data out timeoutVarun Prakash3-0/+55
2017-11-04target: Add netlink command reply supported option for each deviceKenjiro Nakayama1-1/+58
2017-11-04target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama1-2/+1
2017-11-04tcmu: fix crash when removing the tcmu deviceXiubo Li1-45/+47
2017-11-04iscsi-target: fix memory leak in iscsit_release_discovery_tpg()tangwenji1-2/+5
2017-11-04iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji1-1/+2
2017-11-04target:fix condition return in core_pr_dump_initiator_port()tangwenji1-1/+3
2017-11-04target: fix match_token option in target_core_configfs.ctangwenji1-7/+7
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2-8/+23
2017-11-04target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()tangwenji1-2/+0
2017-11-04target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji1-0/+1
2017-11-04target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji1-1/+2
2017-11-04target/file: Do not return error for UNMAP if length is zeroJiang Yi1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman31-0/+31
2017-11-01target/iscsi: Convert timers to use timer_setup()Kees Cook10-33/+37
2017-11-01target/iscsi: Simplify timer manipulation codeBart Van Assche10-42/+34
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-19target: make config_item_type constBhumika Goyal3-21/+21
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig3-3/+5
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2