summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-031-1/+2
* ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang2020-08-031-6/+4
* ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-033-3/+3
* ceph: send client provided metric flags in client metadataXiubo Li2020-08-032-2/+71
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-037-1/+276
* ceph: check the sesion state and return false in case it is closedXiubo Li2020-08-031-0/+1
* libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-036-6/+6
* ceph: remove unnecessary cast in kfree()Xu Wang2020-08-031-6/+6
* libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-032-24/+17
* ceph: do not access the kiocb after aio requestsXiubo Li2020-08-031-2/+3
* ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-08-031-1/+13
* ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li2020-08-031-11/+35
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-035-12/+7
* ceph: add check_session_state() helper and make it globalXiubo Li2020-08-032-20/+30
* libceph: dump class and method names on method callsIlya Dryomov2020-08-031-0/+3
* libceph: use target_copy() in send_linger()Ilya Dryomov2020-08-031-3/+1
* Linux 5.8v5.8Linus Torvalds2020-08-021-1/+1
* Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-021-1/+1
|\
| * x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-07-291-1/+1
* | Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-026-30/+16
|\ \
| * | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
| * | kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
| * | Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
| * | Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
| * | kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
| * | kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
| * | kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
| * | kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
| * | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-027-24/+72
|\ \
| * | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6
| * | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-07-311-1/+1
| * | Merge tag 'kvmarm-fixes-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-312-8/+14
| |\ \
| | * | KVM: arm64: Don't inherit exec permission across page-table levelsWill Deacon2020-07-281-5/+6
| | * | KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functionsMarc Zyngier2020-07-281-3/+8
| * | | KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-272-0/+16
| * | | KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini2020-07-273-4/+26
| * | | selftests: kvm: do not set guest mode flagPaolo Bonzini2020-07-271-8/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-0281-451/+782
|\ \ \ \
| * | | | vxlan: fix memleak of fdbTaehee Yoo2020-08-011-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-015-18/+126
| |\ \ \ \
| | * | | | net/bpfilter: Initialize pos in __bpfilter_process_sockoptChristoph Hellwig2020-07-311-1/+1
| | * | | | selftests/bpf: Extend map-in-map selftest to detect memory leaksAndrii Nakryiko2020-07-301-14/+110
| | * | | | bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-07-301-3/+9
| | * | | | bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye2020-07-151-0/+5
| | * | | | selftests/bpf: Fix cgroup sockopt verifier testJean-Philippe Brucker2020-07-111-0/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-08-016-58/+104
| |\ \ \ \ \
| | * | | | | espintcp: count packets dropped in espintcp_rcvSabrina Dubroca2020-07-301-0/+6
| | * | | | | espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca2020-07-301-1/+24