summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.15.37v5.15.37Greg Kroah-Hartman2022-05-011-1/+1
* selftests/bpf: Add test for reg2btf_ids out of bounds accessKumar Kartikeya Dwivedi2022-05-011-0/+19
* mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds2022-05-011-38/+19
* btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-05-011-0/+28
* btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana2022-05-011-16/+123
* gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher2022-05-011-12/+87
* iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher2022-05-012-5/+16
* gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2022-05-012-2/+5
* iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2022-05-018-17/+32
* iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2022-05-012-0/+13
* iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher2022-05-011-0/+4
* gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher2022-05-011-5/+94
* gfs2: Eliminate ip->i_ghAndreas Gruenbacher2022-05-012-15/+22
* gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2022-05-012-59/+28
* gfs2: Introduce flag for glock holder auto-demotionBob Peterson2022-05-013-36/+200
* gfs2: Clean up function may_grantAndreas Gruenbacher2022-05-011-50/+69
* gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher2022-05-011-10/+17
* iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2022-05-014-0/+104
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-019-20/+29
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2022-05-0110-76/+93
* mm: kfence: fix objcgs vector allocationMuchun Song2022-05-012-1/+13
* ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"Dinh Nguyen2022-05-014-4/+4
* spi: cadence-quadspi: fix write completion supportDinh Nguyen2022-05-011-3/+21
* bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi2022-05-011-2/+2
* bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2022-05-012-0/+43
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-05-019-55/+71
* bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2022-05-012-6/+28
* bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2022-05-013-3/+2
* bpf: Introduce MEM_RDONLY flagHao Luo2022-05-016-43/+60
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2022-05-017-186/+148
* bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2022-05-013-34/+39
* bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2022-05-012-31/+23
* bpf: Introduce composable reg, ret and arg types.Hao Luo2022-05-012-0/+56
* floppy: disable FDRAWCMD by defaultWilly Tarreau2022-05-012-11/+48
* Linux 5.15.36v5.15.36Greg Kroah-Hartman2022-04-271-1/+1
* arm64: dts: qcom: add IPA qcom,qmp propertyAlex Elder2022-04-273-0/+6
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-271-1/+1
* spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-271-0/+3
* jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-271-1/+3
* netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal2022-04-271-1/+4
* ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-271-3/+12
* ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-271-1/+3
* ext4, doc: fix incorrect h_reserved sizewangjianjian (C)2022-04-271-1/+1
* ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-271-1/+10
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-272-2/+6
* ext4: fix symlink file size not match to file contentYe Bin2022-04-271-1/+3
* ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-273-9/+32
* netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-04-273-8/+14
* netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-04-2711-33/+27
* KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang2022-04-271-3/+6