Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-31target: handle odd SG mapping for data transfer memoryAkinobu Mita
2015-05-31target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita
2015-05-31target: fix DPO and FUA bit checksChristoph Hellwig
2015-05-31target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg
2015-05-31target: Merge sbc_verify_dif_read|writeSagi Grimberg
2015-05-20target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-16target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger
2015-04-16target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger
2015-04-16target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger
2015-04-08target: Add internal WRITE_STRIP supportNicholas Bellinger
2015-04-08target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger
2015-04-08target: Add protected fabric + unprotected device supportNicholas Bellinger
2015-04-08target: Convert DIF emulation to use cmd->prot_typeNicholas Bellinger
2015-03-20target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier
2015-02-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger
2015-01-10target: Drop arbitrary maximum I/O size limitNicholas Bellinger
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-10-03target: Remove unneeded check in sbc_parse_cdbAndy Grover
2014-06-12TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg
2014-06-11target: Report correct response length for some commandsRoland Dreier
2014-06-11target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier
2014-06-11target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier
2014-04-07target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger
2014-04-07target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger
2014-04-07target/sbc: Only expose PI read_cap16 bits when supported by fabricNicholas Bellinger
2014-04-07Target/sbc: Initialize COMPARE_AND_WRITE write_sg scatterlistMartin Svec
2014-04-07Target/sbc: add debug printSagi Grimberg
2014-04-07Target/core: Remove prot_handover use for nowSagi Grimberg
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg
2014-03-07Target/sbc: Fix sbc_copy_prot for offset scattersSagi Grimberg
2014-02-24Target/sbc: Don't use sg as iterator in sbc_verify_readSagi Grimberg
2014-02-24target/sbc: Fix sbc_dif_copy_prot addr offset bugNicholas Bellinger
2014-02-13Target/sbc: Fix protection copy routineSagi Grimberg
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg
2014-01-18target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16Nicholas Bellinger
2014-01-18target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulationNicholas Bellinger
2014-01-18target/sbc: Add DIF setup in sbc_check_prot + sbc_parse_cdbNicholas Bellinger
2014-01-10target_core_alua: Referrals infrastructureHannes Reinecke