summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-06tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu1-33/+42
2019-09-06usb: host: fotg2: restart hcd after port resetHans Ulli Kroll1-0/+4
2019-09-06drm/ast: Fixed reboot test may cause system hangedY.C. Chen3-3/+6
2019-09-06i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-09-06i2c: rcar: avoid race when unregistering slave clientWolfram Sang1-4/+7
2019-09-06arm64: cpufeature: Don't treat granule sizes as strictWill Deacon1-3/+11
2019-09-06xen/blkback: fix memory leaksWenwen Wang1-3/+3
2019-09-06usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt1-10/+18
2019-09-06usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt1-0/+1
2019-09-06iommu/dma: Handle SG length overflow betterRobin Murphy1-1/+1
2019-09-06omap-dma/omap_vout_vrfb: fix off-by-one fi valueHans Verkuil2-4/+3
2019-09-06dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_...Jia-Ju Bai1-1/+1
2019-09-06auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin1-0/+2
2019-09-06soundwire: cadence_master: fix definitions for INTSTAT0/1Pierre-Louis Bossart1-2/+2
2019-09-06soundwire: cadence_master: fix register definition for SLAVE_STATEPierre-Louis Bossart1-2/+2
2019-09-06nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-09-06nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg3-0/+47
2019-09-06nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-09-06afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-09-06fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-09-06afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-09-06afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells1-7/+3
2019-09-06nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1
2019-09-06dmaengine: ste_dma40: fix unneeded variable warningArnd Bergmann1-2/+2
2019-08-29Linux 4.19.69v4.19.69Greg Kroah-Hartman1-1/+1
2019-08-29rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2-12/+13
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells4-39/+72
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter1-2/+2
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong4-37/+31
2019-08-29xfs: Add attibute remove and helper functionsAllison Henderson2-11/+26
2019-08-29xfs: Add attibute set and helper functionsAllison Henderson4-87/+115
2019-08-29xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2019-08-29xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+0
2019-08-29xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-08-29mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-29mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-29mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-08-29dm zoned: properly handle backing device failureDmitry Fomichev4-14/+110
2019-08-29dm zoned: improve error handling in i/o map codeDmitry Fomichev1-6/+16
2019-08-29dm zoned: improve error handling in reclaimDmitry Fomichev2-11/+21
2019-08-29dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-08-29dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-08-29dm raid: add missing cleanup in raid_ctr()Wenwen Wang1-1/+1
2019-08-29dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka1-0/+15
2019-08-29dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16