summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-11Linux 4.17.6v4.17.6Greg Kroah-Hartman1-1/+1
2018-07-11Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior1-2/+0
2018-07-11staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter1-1/+1
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-07-11mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami1-10/+12
2018-07-11mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami1-0/+10
2018-07-11mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami1-3/+3
2018-07-11dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-07-11dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang6-24/+22
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong7-27/+55
2018-07-11i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfersPeter Rosin1-5/+9
2018-07-11i2c: core: smbus: fix a potential missing-check bugWenwen Wang1-0/+2
2018-07-11HID: core: allow concurrent registration of driversBenjamin Tissoires2-2/+6
2018-07-11HID: debug: check length before copy_to_user()Daniel Rosenberg1-1/+7
2018-07-11HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva1-0/+11
2018-07-11HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk1-1/+1
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-07-11ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-57/+3
2018-07-11ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o1-2/+2
2018-07-11ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2-0/+7
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o4-6/+36
2018-07-11ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o1-7/+3
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-07-11ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3
2018-07-11ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o1-2/+8
2018-07-11jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+8
2018-07-11drm/amdgpu: Dynamically probe for ATIF handle (v2)Lyude Paul1-21/+58
2018-07-11drm/amdgpu: Add amdgpu_atpx_get_dhandle()Lyude Paul2-0/+12
2018-07-11drm/udl: fix display corruption of the last lineMikulas Patocka2-5/+11
2018-07-11drm: Use kvzalloc for allocating blob property memoryMichel Dänzer1-3/+3
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-11cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-07-11cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson7-2/+29
2018-07-11ARM: dts: dra7: Disable metastability workaround for USB2Roger Quadros1-1/+1
2018-07-11ARM: dts: omap3: Fix am3517 mdio and emac clock referencesAdam Ford1-0/+4
2018-07-11ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrlNick Dyer1-1/+1
2018-07-11vfio: Use get_user_pages_longterm correctlyJason Gunthorpe1-9/+7
2018-07-11drbd: fix access after freeLars Ellenberg1-1/+1
2018-07-11s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-07-11scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp1-5/+10
2018-07-11scsi: aacraid: Fix PD performance regression over incorrect qd being setRaghava Aditya Renukunta1-8/+7
2018-07-11scsi: sg: mitigate read/write abuseJann Horn1-2/+40
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+4
2018-07-11tracing: Avoid string overflowArnd Bergmann1-1/+1