summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-01mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds1-38/+19
2022-05-01btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana1-0/+28
2022-05-01btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana1-16/+123
2022-05-01gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher1-12/+87
2022-05-01iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher2-5/+16
2022-05-01gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2-2/+5
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher8-17/+32
2022-05-01iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2-0/+13
2022-05-01iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher1-0/+4
2022-05-01gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher1-5/+94
2022-05-01gfs2: Eliminate ip->i_ghAndreas Gruenbacher2-15/+22
2022-05-01gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2-59/+28
2022-05-01gfs2: Introduce flag for glock holder auto-demotionBob Peterson3-36/+200
2022-05-01gfs2: Clean up function may_grantAndreas Gruenbacher1-50/+69
2022-05-01gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher1-10/+17
2022-05-01iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher4-0/+104
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher9-20/+29
2022-05-01gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher10-76/+93
2022-05-01mm: kfence: fix objcgs vector allocationMuchun Song2-1/+13
2022-05-01ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"Dinh Nguyen4-4/+4
2022-05-01spi: cadence-quadspi: fix write completion supportDinh Nguyen1-3/+21
2022-05-01bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi1-2/+2
2022-05-01bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2-0/+43
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo9-55/+71
2022-05-01bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2-6/+28
2022-05-01bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo3-3/+2
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo6-43/+60
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo7-186/+148
2022-05-01bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo3-34/+39
2022-05-01bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2-31/+23
2022-05-01bpf: Introduce composable reg, ret and arg types.Hao Luo2-0/+56
2022-05-01floppy: disable FDRAWCMD by defaultWilly Tarreau2-11/+48
2022-04-27Linux 5.15.36v5.15.36Greg Kroah-Hartman1-1/+1
2022-04-27arm64: dts: qcom: add IPA qcom,qmp propertyAlex Elder3-0/+6
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov1-1/+1
2022-04-27spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal1-1/+4
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-27ext4, doc: fix incorrect h_reserved sizewangjianjian (C)1-1/+1
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-27ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong3-9/+32
2022-04-27netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal3-8/+14
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal11-33/+27
2022-04-27KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang1-3/+6
2022-04-27KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson3-0/+11
2022-04-27KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson1-1/+14