summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-21iov_iter: Add a function to extract a page list from an iteratorDavid Howells1-1/+26
2023-02-21iov_iter: Define flags to qualify page extraction.David Howells1-2/+8
2023-02-21splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells1-0/+3
2023-02-21splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2-0/+23
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds8-120/+228
2023-02-21Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-21Merge tag 'for-6.3/io_uring-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-10/+19
2023-02-21of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand1-0/+11
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds3-25/+109
2023-02-20include/linux/migrate.h: remove unneeded externsAndrew Morton1-8/+8
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang1-3/+3
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-3/+3
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+39
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2-21/+81
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-9/+0
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+11
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...Linus Torvalds1-0/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-384/+205
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds3-39/+31
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds4-431/+442
2023-02-20Merge tag 'tpm-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...Linus Torvalds3-0/+10
2023-02-20filemap: Remove lock_page_killable()Matthew Wilcox (Oracle)1-10/+0
2023-02-20Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...Linus Torvalds2-3/+4
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever1-1/+0
2023-02-20SUNRPC: Clean up the svc_xprt_flags() macroChuck Lever1-14/+14
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever1-117/+0
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever1-0/+4
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever1-2/+17
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever1-2/+12
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever1-20/+5
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever1-16/+4
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever1-14/+0
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever1-41/+0
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever1-0/+1
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever1-14/+9
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever1-7/+2
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever1-3/+2
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever1-2/+0
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever1-0/+1
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever1-3/+0
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever1-3/+0
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever1-1/+0
2023-02-20SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever1-2/+5
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever1-9/+6
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2-3/+3
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever1-0/+19
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+3
2023-02-20SUNRPC: Remove no-longer-used helper functionsChuck Lever1-65/+1
2023-02-20SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever1-2/+24
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-0/+21