summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-01Linux 5.15.37v5.15.37Greg Kroah-Hartman
2022-05-01selftests/bpf: Add test for reg2btf_ids out of bounds accessKumar Kartikeya Dwivedi
2022-05-01mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds
2022-05-01btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-05-01btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana
2022-05-01gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher
2022-05-01iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher
2022-05-01gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2022-05-01iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher
2022-05-01iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher
2022-05-01gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher
2022-05-01gfs2: Eliminate ip->i_ghAndreas Gruenbacher
2022-05-01gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher
2022-05-01gfs2: Introduce flag for glock holder auto-demotionBob Peterson
2022-05-01gfs2: Clean up function may_grantAndreas Gruenbacher
2022-05-01gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher
2022-05-01iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2022-05-01gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2022-05-01mm: kfence: fix objcgs vector allocationMuchun Song
2022-05-01ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"Dinh Nguyen
2022-05-01spi: cadence-quadspi: fix write completion supportDinh Nguyen
2022-05-01bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-05-01bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-05-01bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo
2022-05-01bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2022-05-01bpf: Introduce composable reg, ret and arg types.Hao Luo
2022-05-01floppy: disable FDRAWCMD by defaultWilly Tarreau
2022-04-27Linux 5.15.36v5.15.36Greg Kroah-Hartman
2022-04-27arm64: dts: qcom: add IPA qcom,qmp propertyAlex Elder
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov
2022-04-27spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin
2022-04-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o
2022-04-27ext4, doc: fix incorrect h_reserved sizewangjianjian (C)
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-27ext4: fix symlink file size not match to file contentYe Bin
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-27netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-04-27KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang