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
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-17scsi: dpt_i2o: Call scsi_done() directlyBart Van Assche
2021-08-12scsi: dpt_i2o: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-01-23scsi: dpt_i2o: Use DID_ERROR instead of INITIATOR_ERROR messageHannes Reinecke
2020-09-02scsi: dpt_i2o: Remove set but not used 'pHba'Jason Yan
2020-07-25scsi: dpt_i2o: Remove superfluous memset()Wang Hai
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-30scsi: dpt_i2o: Remove always false 'chan < 0' statementXiongfeng Wang
2020-03-12scsi: docs: convert dpti.txt to ReSTMauro Carvalho Chehab
2020-02-29scsi: dpt_i2o: use scsi_host_complete_all_commands() to abort outstanding com...Hannes Reinecke
2020-02-29scsi: dpt_i2o: rename adpt_i2o_to_scsi() to adpt_i2o_scsi_complete()Hannes Reinecke
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-20scsi: dpt_i2o: clean up indentation issues, remove spacesColin Ian King
2019-02-27scsi: dpt_i2o: remove serial number usageHannes Reinecke
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-15scsi: dpt_i2o: use dma_set_maskChristoph Hellwig
2018-05-18scsi: dpt_i2o: Remove VLA usageKees Cook
2018-04-10scsi: dpt_i2o: Use after free in I2ORESETCMD ioctlDan Carpenter
2018-04-06Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-22scsi: dpt_i2o: use after free in __adpt_reset()Dan Carpenter
2018-03-22scsi: dpt_i2o: use after free in adpt_release()Dan Carpenter
2018-03-15scsi: dpt_i2o: stop using scsi_unregisterChristoph Hellwig
2017-08-11scsi: dpt_i2o: remove redundant null check on array deviceColin Ian King
2017-01-05scsi: dpt_i2o: double free if adpt_i2o_online_hba() failsDan Carpenter
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-01scsi: dpt_i2o: double free on error pathDan Carpenter
2016-11-29scsi: dpt_i2o: Add a missing call to kfreeQuentin Lambert
2016-11-09scsi: fix spelling mistake in error messageColin Ian King
2016-02-24dpt_i2o: fix build warningSudip Mukherjee
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst
2015-06-01scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-09-16scsi: add use_cmd_list flagKashyap.Desai@avagotech.com
2014-07-18scsi: use 64-bit LUNsHannes Reinecke
2013-10-25[SCSI] dpt_i2o: return SCSI_MLQUEUE_HOST_BUSY when in resetHannes Reinecke
2013-10-25[SCSI] dpt_i2o: Remove DPTI_STATE_IOCTLHannes Reinecke
2013-04-09dpt_i2o: switch to ->show_info()Al Viro
2013-02-23new helper: file_inode(file)Al Viro
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig
2010-11-17SCSI host lock push-downJeff Garzik
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-07-28[SCSI] dpt_i2o: move range check forwardDan Carpenter
2010-07-27[SCSI] dpt_i2o: Use GFP_ATOMIC when a lock is heldJulia Lawall
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann