summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2015-09-114-4/+78
* target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-2611-23/+23
* target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-267-46/+53
* target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-266-65/+48
* target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-08-267-39/+36
* target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-028-28/+25
* qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2015-08-022-3/+3
* iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp2015-08-025-5/+34
* drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-07-311-1/+1
* target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp2015-07-311-0/+3
* target: Shrink struct se_cmd by rearranging fieldsRoland Dreier2015-07-311-8/+8
* target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2015-07-313-29/+13
* target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker2015-07-301-0/+36
* target: improve unsupported opcode messageJoern Engel2015-07-302-3/+5
* target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier2015-07-301-3/+3
* target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik2015-07-301-5/+4
* target: remove initiatorname field in se_acl_lunChris Zankel2015-07-303-7/+4
* target: remove unused lun_flags field from se_lunChris Zankel2015-07-301-1/+0
* libiscsi: Use scsi helper to set information descriptorSagi Grimberg2015-07-231-6/+3
* target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg2015-07-234-4/+18
* scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg2015-07-234-6/+27
* scsi: Fix wrong additional sense length in descriptor formatSagi Grimberg2015-07-231-1/+1
* tcm_qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-07-231-6/+0
* target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg2015-07-231-3/+3
* target: Use scsi helpers to build the sense data correctlySagi Grimberg2015-07-232-43/+9
* scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-234-104/+105
* target: Split transport_send_check_condition_and_sense()Bart Van Assche2015-07-231-235/+148
* target: Inline transport_get_sense_codes()Bart Van Assche2015-07-231-14/+2
* tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2015-07-233-0/+23
* tcm_loop: Remove SAS vestigiesHannes Reinecke2015-07-231-8/+9
* target: Use struct t10_pi_tupleSagi Grimberg2015-07-063-12/+7
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-055-21/+47
|\
| * ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-051-11/+5
| * ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
| * ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-031-1/+11
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-031-3/+12
| * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-07-021-3/+3
| * bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-011-1/+6
* | Linux 4.2-rc1v4.2-rc1Linus Torvalds2015-07-051-2/+2
* | Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\ \
| * | intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-295-0/+864
| * | tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-261-1/+1
| * | dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-241-5/+3
| * | dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * | dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-0499-553/+784
|\ \ \
| * | | 9p: cope with bogus responses from server in p9_client_{read,write}Al Viro2015-07-041-0/+8
| * | | p9_client_write(): avoid double p9_free_req()Al Viro2015-07-041-0/+1
| * | | 9p: forgetting to cancel request on interrupted zero-copy RPCAl Viro2015-07-041-1/+2