aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-30target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik1-2/+2
2015-07-30target: Perform RCU callback barrier before backend/fabric unloadNicholas Bellinger2-2/+17
2015-07-24Documentation/target: Fix tcm_mod_builder.py build breakageSebastian Herbszt1-7/+14
2015-07-24iser-target: Fix REJECT CM event use-after-free OOPsNicholas Bellinger1-5/+11
2015-07-24iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-07-24iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger5-33/+68
2015-07-24iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-07-24qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik3-35/+20
2015-07-24qla2xxx: drop cmds/tmrs arrived while session is being deletedAlexei Potashnik1-0/+28
2015-07-24qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik2-4/+13
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik6-26/+83
2015-07-24qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrivesAlexei Potashnik1-0/+35
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik7-22/+481
2015-07-24qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle6-13/+140
2015-07-24qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier3-31/+117
2015-07-24qla2xxx: fix command initialization in target mode.Kanoj Sarcar1-5/+5
2015-07-24qla2xxx: Remove msleep in qlt_send_term_exchangeHimanshu Madhani1-6/+7
2015-07-24qla2xxx: adjust debug flagsQuinn Tran3-5/+8
2015-07-24qla2xxx: release request queue reservation.Quinn Tran1-3/+7
2015-07-24qla2xxx: Add flush after updating ATIOQ consumer index.Quinn Tran1-0/+1
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani7-12/+14
2015-07-24qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap2-6/+4
2015-07-23target/configfs: handle match_int() errorsDavid Disseldorp1-8/+24
2015-07-23target: Do not return 0 from aptpl and alua configfs store functionsAndy Grover1-3/+3
2015-07-23target: Indicate success if writing 0 to pi_prot_typeAndy Grover1-1/+1
2015-07-23tcm_qla2xxx: pass timeout as HZ independent valueNicholas Mc Guire1-1/+1
2015-07-06target/rd: Set ramdisk as non rotational deviceSagi Grimberg1-0/+1
2015-07-06target: Add extra TYPE_DISK + protection checks for INQUIRY SPTNicholas Bellinger1-2/+6
2015-07-06target/spc: Set SPT correctly in Extended INQUIRY Data VPD pageSagi Grimberg1-0/+3
2015-07-06target/pr: Fix possible uninitialized variable usageSagi Grimberg1-1/+1
2015-07-05Linux 4.2-rc1Linus Torvalds1-2/+2
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-07-04bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang3-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1