summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-1321-106/+359
|\
| * f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-091-0/+2
| * f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2021-11-092-0/+5
| * f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-2911-26/+45
| * f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-10-291-1/+1
| * f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-10-281-2/+1
| * f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang2021-10-263-18/+39
| * f2fs: multidevice: support direct IOChao Yu2021-10-265-25/+120
| * f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-268-5/+104
| * f2fs: replace snprintf in show functions with sysfs_emitQing Wang2021-10-261-2/+2
| * f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong2021-10-261-0/+1
| * f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu2021-10-121-1/+1
| * f2fs: fix to use WHINT_MODEKeoseong Park2021-10-121-1/+1
| * f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-09-281-6/+6
| * f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-09-211-0/+1
| * f2fs: introduce excess_dirty_threshold()Chao Yu2021-09-213-7/+24
| * f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2021-09-162-9/+2
| * f2fs: quota: fix potential deadlockChao Yu2021-09-161-1/+2
| * f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-09-162-2/+2
* | Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-1313-626/+636
|\ \
| * | afs: Use folios in directory handlingDavid Howells2021-11-102-209/+174
| * | netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-109-416/+428
| * | folio: Add a function to get the host inode for a folioDavid Howells2021-11-102-1/+15
| * | folio: Add a function to change the private data attached to a folioDavid Howells2021-11-101-0/+19
* | | Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-132-4/+158
|\ \ \
| * | | coccinelle: update Coccinelle entryJulia Lawall2021-10-231-4/+3
| * | | coccinelle: semantic patch to check for inappropriate do_div() callsWen Yang2021-09-111-0/+155
* | | | Merge tag 'selinux-pr-20211112' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-137-45/+14
|\ \ \ \
| * | | | net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-127-45/+14
* | | | | Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-132-6/+9
|\ \ \ \ \
| * | | | | tracing/histogram: Fix check for missing operands in an expressionKalesh Singh2021-11-121-1/+2
| * | | | | tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-121-4/+5
| * | | | | tracing/osnoise: Make osnoise_instances staticDaniel Bristot de Oliveira2021-11-121-1/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-1349-370/+1088
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-11-128-16/+19
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Fix host stage-2 finalizationQuentin Perret2021-11-081-2/+12
| | * | | | | | KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing2021-11-083-11/+3
| | * | | | | | KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap2021-11-081-1/+1
| | * | | | | | KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2021-11-083-2/+3
| * | | | | | | KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_fromPaolo Bonzini2021-11-121-14/+11
| * | | | | | | KVM: x86: move guest_pv_has out of user_access sectionPaolo Bonzini2021-11-121-3/+6
| * | | | | | | Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-1120-264/+317
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUSVitaly Kuznetsov2021-11-112-2/+1
| | * | | | | | | KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()Vipin Sharma2021-11-113-11/+2
| | * | | | | | | KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...Vipin Sharma2021-11-113-5/+14
| | * | | | | | | KVM: nVMX: Clean up x2APIC MSR handling for L2Sean Christopherson2021-11-111-39/+14
| | * | | | | | | KVM: VMX: Macrofy the MSR bitmap getters and settersSean Christopherson2021-11-111-60/+25
| | * | | | | | | KVM: nVMX: Handle dynamic MSR intercept togglingSean Christopherson2021-11-113-110/+111
| | * | | | | | | KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in useSean Christopherson2021-11-111-4/+4
| | * | | | | | | KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was writt...Vitaly Kuznetsov2021-11-111-8/+13