summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390/perf: make cf_diag_csd staticVasily Gorbik2019-07-291-1/+1
| * | | | s390/lib: add missing includeVasily Gorbik2019-07-291-0/+1
| * | | | s390/boot: add missing declarations and includesVasily Gorbik2019-07-293-0/+3
| * | | | s390: update configsHeiko Carstens2019-07-293-228/+366
| * | | | s390: clean up qdio.hJulian Wiedmann2019-07-291-5/+5
| | |/ / | |/| |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-08-027-109/+115
|\ \ \ \
| * | | | scsi: qla2xxx: Fix possible fcport null-pointer dereferencesJia-Ju Bai2019-07-301-1/+1
| * | | | scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu2019-07-301-5/+7
| * | | | scsi: hpsa: remove printing internal cdb on tag collisionDon Brace2019-07-301-2/+0
| * | | | scsi: hpsa: correct scsi command status issue after resetDon Brace2019-07-301-1/+11
| * | | | scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke2019-07-301-48/+51
| * | | | scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-07-303-32/+25
| * | | | scsi: libfc: Whitespace cleanup in libfc.hHannes Reinecke2019-07-301-26/+26
* | | | | Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-0210-43/+101
|\ \ \ \ \
| * | | | | s390/dasd: fix endless loop after read unit address configurationStefan Haberland2019-08-021-6/+16
| * | | | | block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal2019-08-011-1/+2
| * | | | | MAINTAINERS: floppy: take over maintainershipDenis Efremov2019-07-311-1/+2
| * | | | | nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-07-311-1/+1
| * | | | | ata: libahci: do not complain in case of deferred probeMiquel Raynal2019-07-311-0/+3
| * | | | | io_uring: fix KASAN use after free in io_sq_wq_submit_workJackie Liu2019-07-311-1/+2
| * | | | | loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-303-32/+73
| * | | | | libata: zpodd: Fix small read overflow in zpodd_get_mech_type()Kees Cook2019-07-301-1/+1
| * | | | | ataflop: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.3/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-021-8/+8
|\ \ \ \ \
| * | | | | dm table: fix various whitespace issues with recent DAX codeMike Snitzer2019-07-311-7/+7
| * | | | | dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta2019-07-311-1/+1
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-08-0213-83/+124
|\ \ \ \ \
| * | | | | RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun2019-08-011-1/+3
| * | | | | RDMA/mlx5: Release locks during notifier unregisterLeon Romanovsky2019-08-011-4/+3
| * | | | | IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-011-0/+2
| * | | | | IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein2019-08-011-10/+10
| * | | | | RDMA/restrack: Track driver QP types in resource trackerGal Pressman2019-08-011-1/+4
| * | | | | IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi2019-08-011-18/+9
| * | | | | RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe2019-08-012-22/+27
| * | | | | RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-012-13/+44
| * | | | | IB/core: Add mitigation for Spectre V1Luck, Tony2019-08-011-1/+5
| * | | | | Do not dereference 'siw_crypto_shash' before checkingBernard Metzler2019-07-291-2/+4
| * | | | | RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon2019-07-291-2/+8
| * | | | | RDMA/hns: Fix build errorYueHaibing2019-07-292-9/+5
* | | | | | Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-024-67/+47
|\ \ \ \ \ \
| * | | | | | Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana2019-07-303-5/+22
| * | | | | | Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana2019-07-301-0/+10
| * | | | | | Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-07-301-62/+15
* | | | | | | Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-021-3/+12
|\ \ \ \ \ \ \
| * | | | | | | gfs2: Inode dirtying fixAndreas Gruenbacher2019-07-311-3/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'pm-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-08-021-1/+3
|\ \ \ \ \ \ \
| * | | | | | | ACPI: PM: Fix regression in acpi_device_set_power()Rafael J. Wysocki2019-08-011-1/+3
| |/ / / / / /
* | | | | | | Merge tag 'sound-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-08-023-6/+9
|\ \ \ \ \ \ \
| * | | | | | | ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_checkHillf Danton2019-07-301-1/+1
| * | | | | | | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima2019-07-291-1/+2