summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Linux 4.19.17v4.19.17Greg Kroah-Hartman1-1/+1
2019-01-22nbd: Use set_blocksize() to set device blocksizeJan Kara1-2/+3
2019-01-22media: vb2: be sure to unlock mutex on errorsMauro Carvalho Chehab1-1/+2
2019-01-22selftests: Fix test errors related to lib.mk khdr targetShuah Khan7-6/+10
2019-01-22drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclockIvan Mironov1-1/+6
2019-01-22loop: drop caches if offset or block_size are changedJaegeuk Kim1-2/+33
2019-01-22loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2019-01-22loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara1-6/+6
2019-01-22loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara1-11/+15
2019-01-22loop: Fix deadlock when calling blkdev_reread_part()Jan Kara1-12/+16
2019-01-22loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara1-5/+14
2019-01-22loop: Move special partition reread handling in loop_clr_fd()Jan Kara1-14/+19
2019-01-22loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara1-11/+11
2019-01-22loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara1-12/+14
2019-01-22loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara1-26/+25
2019-01-22loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara1-27/+10
2019-01-22loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara1-20/+29
2019-01-22loop: Split setting of lo_state from loop_clr_fdJan Kara1-21/+31
2019-01-22loop: Push lo_ctl_mutex down into individual ioctlsJan Kara1-25/+63
2019-01-22loop: Get rid of loop_index_mutexJan Kara1-21/+20
2019-01-22loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2019-01-22block/loop: Use global lock for ioctl() operation.Tetsuo Handa2-30/+29
2019-01-22block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
2019-01-22tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-22tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-22tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-22tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-22tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2019-01-22tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2019-01-22sctp: allocate sctp_sockaddr_entry with kzallocXin Long2-7/+2
2019-01-22blockdev: Fix livelocks on loop deviceJan Kara1-10/+18
2019-01-22selinux: fix GPF on invalid policyStephen Smalley1-1/+2
2019-01-22block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu2-4/+6
2019-01-22netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt1-2/+4
2019-01-22sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-22media: vb2: vb2_mmap: move lock upHans Verkuil1-3/+8
2019-01-22LSM: Check for NULL cred-security on freeJames Morris1-0/+7
2019-01-22ipv6: make icmp6_send() robust against null skb->devEric Dumazet1-2/+6
2019-01-22bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2-10/+12
2019-01-22media: vivid: set min width/height to a value > 0Hans Verkuil1-1/+1
2019-01-22media: vivid: fix error handling of kthread_runHans Verkuil2-2/+8
2019-01-22omap2fb: Fix stack memory disclosureVlad Tsyrklevich1-0/+2
2019-01-22fix int_sqrt64() for very large numbersFlorian La Roche1-1/+1
2019-01-22Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su1-1/+3
2019-01-22arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt1-0/+17
2019-01-22arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2019-01-22pstore/ram: Avoid allocation and leak of platform dataKees Cook1-6/+3
2019-01-22net: dsa: realtek-smi: fix OF child-node lookupJohan Hovold1-5/+13
2019-01-22kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7Paul Burton1-0/+1
2019-01-22RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive3-1/+41