Age | Commit message (Expand) | Author | Files | Lines |
2017-12-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 11 | -32/+53 |
2017-12-11 | scsi: core: Fix a scsi_show_rq() NULL pointer dereference | Bart Van Assche | 2 | -3/+7 |
2017-12-11 | scsi: libsas: fix length error in sas_smp_handler() | Jason Yan | 1 | -5/+5 |
2017-12-07 | scsi: bfa: fix type conversion warning | Arnd Bergmann | 3 | -4/+16 |
2017-12-07 | scsi: core: run queue if SCSI device queue isn't ready and queue is idle | Ming Lei | 1 | -0/+2 |
2017-12-05 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 7 | -49/+42 |
2017-12-04 | scsi: scsi_devinfo: cleanly zero-pad devinfo strings | Martin Wilck | 1 | -15/+7 |
2017-12-04 | scsi: scsi_devinfo: handle non-terminated strings | Martin Wilck | 1 | -2/+3 |
2017-11-29 | scsi: bfa: fix access to bfad_im_port_s | Johannes Thumshirn | 1 | -2/+4 |
2017-11-29 | scsi: aacraid: address UBSAN warning regression | Arnd Bergmann | 1 | -2/+6 |
2017-11-28 | scsi: libfc: fix ELS request handling | Martin Wilck | 1 | -0/+4 |
2017-11-28 | scsi: lpfc: Use after free in lpfc_rq_buf_free() | Dan Carpenter | 1 | -1/+1 |
2017-11-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 24 | -87/+71 |
2017-11-23 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 4 | -25/+50 |
2017-11-21 | scsi: use dma_get_cache_alignment() as minimum DMA alignment | Huacai Chen | 1 | -4/+6 |
2017-11-21 | scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg | Gustavo A. R. Silva | 1 | -2/+5 |
2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 14 | -31/+31 |
2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 1 | -3/+3 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 9 | -41/+37 |
2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook | 6 | -21/+9 |
2017-11-20 | scsi: aacraid: Prevent crash in case of free interrupt during scsi EH path | Guilherme G. Piccoli | 1 | -1/+1 |
2017-11-20 | scsi: aacraid: Perform initialization reset only once | Guilherme G. Piccoli | 4 | -11/+28 |
2017-11-20 | scsi: aacraid: Check for PCI state of device in a generic way | Guilherme G. Piccoli | 1 | -31/+2 |
2017-11-17 | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -5/+1 |
2017-11-17 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -6/+0 |
2017-11-16 | scsi: Use 'blist_flags_t' for scsi_devinfo flags | Hannes Reinecke | 3 | -17/+18 |
2017-11-15 | scsi: bnx2fc: Fix hung task messages when a cleanup response is not received ... | Chad Dupuis | 1 | -8/+32 |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -10/+14 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2017-11-15 | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-11-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 123 | -2319/+8095 |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -32/+77 |
2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -22/+17 |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 66 | -399/+298 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2017-11-10 | block, scsi: Make SCSI quiesce and resume work reliably | Bart Van Assche | 1 | -12/+30 |
2017-11-10 | ide, scsi: Tell the block layer at request allocation time about preempt requ... | Bart Van Assche | 1 | -3/+3 |
2017-11-10 | block: pass full fmode_t to blk_verify_command | Christoph Hellwig | 1 | -1/+1 |
2017-11-10 | lpfc: tie in to new dev_loss_tmo interface in nvme transport | James Smart | 1 | -0/+5 |
2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+1 |
2017-11-08 | scsi: qla2xxx: Convert timers to use timer_setup() | Kees Cook | 5 | -15/+12 |
2017-11-08 | scsi: lpfc: Fix hard lock up NMI in els timeout handling. | Dick Kennedy | 1 | -3/+10 |
2017-11-08 | scsi: mpt3sas: remove a stray KERN_INFO | Dan Carpenter | 1 | -1/+1 |
2017-11-08 | scsi: mpt3sas: cleanup _scsih_pcie_enumeration_event() | Dan Carpenter | 1 | -10/+11 |
2017-11-08 | scsi: aacraid: use timespec64 instead of timeval | Arnd Bergmann | 1 | -13/+13 |
2017-11-08 | scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitions | James Smart | 1 | -0/+2 |
2017-11-07 | Revert "scsi: make 'state' device attribute pollable" | Linus Torvalds | 2 | -7/+1 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 87 | -15/+98 |
2017-11-06 | scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() | Bart Van Assche | 1 | -1/+1 |
2017-11-06 | scsi: mpt3sas: fix dma_addr_t casts | Arnd Bergmann | 2 | -34/+30 |