summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-11/+1
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-8/+8
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2-12/+6
2014-05-27m68k/atari - atari_scsi: use correct virt/phys translation for DMA bufferMichael Schmitz1-1/+1
2014-05-26aic7xxx: Remove obsolete preprocessor definePaul Bolle1-10/+0
2014-05-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+1
2014-05-23[SCSI] scsi_transport_sas: move bsg destructor into sas_rphy_removeJoe Lawrence1-2/+1
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar6-9/+26
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar17-44/+209
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-05-05aic7xxx: Spelling s/termnation/termination/Geert Uytterhoeven1-1/+1
2014-04-29[SCSI] virtio-scsi: Skip setting affinity on uninitialized vqFam Zheng1-1/+5
2014-04-28[SCSI] mpt2sas: Don't disable device twice at suspend.Tyler Stachecki1-1/+0
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-22[SCSI] More USB deadlock fixesJames Bottomley1-0/+1
2014-04-22[SCSI] Fix USB deadlock caused by SCSI error handlingHannes Reinecke1-0/+1
2014-04-22[SCSI] Fix command result state propagationAlan Stern2-0/+2
2014-04-22[SCSI] Fix spurious request sense in error handlingJames Bottomley1-0/+9
2014-04-21[SCSI] don't reference freed command in scsi_prep_returnChristoph Hellwig1-1/+1
2014-04-21[SCSI] don't reference freed command in scsi_init_sgtableChristoph Hellwig1-1/+2
2014-04-21[SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()scameron@beardog.cce.hp.com1-4/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang7-8/+8
2014-04-17sd/skd: stuff discard page in request->completion_dataJens Axboe1-4/+3
2014-04-16block: remove struct request buffer memberJens Axboe2-9/+4
2014-04-16Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe14-41/+173
2014-04-13sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2014-04-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+17
2014-04-12Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-30/+115
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-2/+2
2014-04-11scsi: async sd resumeDan Williams6-30/+115
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-04-10scsi: Make sure cmd_flags are 64-bitMartin K. Petersen1-2/+2
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-1/+1
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+33
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+16
2014-04-04Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-0/+33
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2-0/+33
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-04-03Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-7/+0
2014-04-02Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-153/+68
2014-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds139-2648/+10209
2014-04-02Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+2
2014-04-01Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-30/+5
2014-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-3/+9
2014-03-27[SCSI] sd: Quiesce mode sense error messagesMartin K. Petersen2-16/+28
2014-03-27[SCSI] add support for per-host cmd poolsChristoph Hellwig1-19/+77