summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-06lockd: set missing fl_flags field when retrieving argsJeff Layton2-0/+2
2024-03-06NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng1-5/+4
2024-03-06nfsd: fix up the filecache laundrette schedulingJeff Layton1-7/+5
2024-03-06nfsd: use locks_inode_context helperJeff Layton1-3/+3
2024-03-06lockd: use locks_inode_context helperJeff Layton1-2/+2
2024-03-06filelock: add a new locks_inode_context accessor functionJeff Layton2-12/+26
2024-03-06NFSD: Fix licensing header in filecache.cChuck Lever1-1/+2
2024-03-06NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever2-39/+63
2024-03-06NFSD: Refactor find_file()Chuck Lever1-21/+15
2024-03-06NFSD: Clean up find_or_add_file()Chuck Lever1-36/+28
2024-03-06NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever1-1/+7
2024-03-06NFSD: Clean up nfsd4_init_file()Chuck Lever1-6/+4
2024-03-06NFSD: Update file_hashtbl() helpersChuck Lever1-2/+2
2024-03-06NFSD: Use const pointers as parameters to fh_ helpersChuck Lever1-4/+6
2024-03-06NFSD: Trace delegation revocationsChuck Lever2-0/+57
2024-03-06NFSD: Trace stateids returned via DELEGRETURNChuck Lever2-0/+2
2024-03-06NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever1-24/+7
2024-03-06NFSD: Flesh out a documenting comment for filecache.cChuck Lever1-0/+24
2024-03-06exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp1-4/+4
2024-03-06nfsd: allow disabling NFSv2 at compile timeJeff Layton5-8/+27
2024-03-06nfsd: move nfserrno() to vfs.cJeff Layton8-63/+68
2024-03-06nfsd: ignore requests to disable unsupported versionsJeff Layton1-1/+3
2024-03-06NFSD: Remove redundant assignment to variable host_errColin Ian King1-1/+0
2024-03-06NFSD: Simplify READ_PLUSAnna Schumaker1-107/+32
2024-03-06NFS: Fix data corruption caused by congestion.NeilBrown1-1/+3
2024-03-06drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dmlAlex Deucher1-0/+4
2024-03-06decompress: Use 8 byte alignmentArd Biesheuvel1-1/+1
2024-03-06x86/decompressor: Move global symbol references to C codeArd Biesheuvel3-23/+11
2024-03-06x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel2-24/+8
2024-03-06x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel3-11/+8
2024-03-06x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel2-54/+13
2024-03-06x86/decompressor: Call trampoline directly from C codeArd Biesheuvel2-37/+26
2024-03-06x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel3-21/+40
2024-03-06x86/decompressor: Use standard calling convention for trampolineArd Biesheuvel2-15/+14
2024-03-06x86/decompressor: Call trampoline as a normal functionArd Biesheuvel2-45/+36
2024-03-06x86/decompressor: Assign paging related global variables earlierArd Biesheuvel2-11/+5
2024-03-06x86/decompressor: Store boot_params pointer in callee save registerArd Biesheuvel1-26/+16
2024-03-06x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel1-5/+17
2024-03-06x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin3-9/+13
2024-03-06x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel4-2/+23
2024-03-06efi: verify that variable services are supportedJohan Hovold1-0/+22
2024-03-06x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel2-3/+1
2024-03-06x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel2-12/+3
2024-03-06x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel2-71/+68
2024-03-06x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel1-16/+19
2024-03-06x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel2-73/+71
2024-03-06x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel1-11/+20
2024-03-06x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel1-12/+8
2024-03-06x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel1-6/+2
2024-03-06x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunkArd Biesheuvel1-13/+7