linux-2.6-block.git
2023-02-20 Chuck LeverSUNRPC: Advertise support for the Camellia encryption...
2023-02-20 Chuck LeverSUNRPC: Add KDF_FEEDBACK_CMAC
2023-02-20 Chuck LeverSUNRPC: Support the Camellia enctypes
2023-02-20 Chuck LeverSUNRPC: Advertise support for RFC 8009 encryption types
2023-02-20 Chuck LeverSUNRPC: Add RFC 8009 encryption and decryption functions
2023-02-20 Chuck LeverSUNRPC: Add KDF-HMAC-SHA2
2023-02-20 Chuck LeverSUNRPC: Add gk5e definitions for RFC 8009 encryption...
2023-02-20 Chuck LeverSUNRPC: Refactor CBC with CTS into helpers
2023-02-20 Chuck LeverSUNRPC: Add new subkey length fields
2023-02-20 Chuck LeverSUNRPC: Parametrize the key length passed to context_v2...
2023-02-20 Chuck LeverSUNRPC: Clean up cipher set up for v1 encryption types
2023-02-20 Chuck LeverSUNRPC: Hoist KDF into struct gss_krb5_enctype
2023-02-20 Chuck LeverSUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
2023-02-20 Chuck LeverSUNRPC: Remove ->encrypt and ->decrypt methods from...
2023-02-20 Chuck LeverSUNRPC: Enable rpcsec_gss_krb5.ko to be built without...
2023-02-20 Chuck LeverSUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
2023-02-20 Chuck LeverNFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes...
2023-02-20 Chuck LeverSUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
2023-02-20 Chuck LeverSUNRPC: Remove another switch on ctx->enctype
2023-02-20 Chuck LeverSUNRPC: Refactor the GSS-API Per Message calls in the...
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos integrity keys
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos signing keys
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos encryption keys
2023-02-20 Chuck LeverSUNRPC: Refactor set-up for aux_cipher
2023-02-20 Chuck LeverSUNRPC: Obscure Kerberos session key
2023-02-20 Chuck LeverSUNRPC: Improve Kerberos confounder generation
2023-02-20 Chuck LeverSUNRPC: Remove .conflen field from struct gss_krb5_enctype
2023-02-20 Chuck LeverSUNRPC: Remove .blocksize field from struct gss_krb5_en...
2023-02-20 Chuck LeverSUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
2023-02-20 Chuck LeverSUNRPC: Replace pool stats with per-CPU variables
2023-02-20 Chuck LeverSUNRPC: Use per-CPU counters to tally server RPC counts
2023-02-20 Jeff Laytonnfsd: move reply cache initialization into nfsd startup
2023-02-20 Chuck LeverSUNRPC: Go back to using gsd->body_start
2023-02-20 Chuck LeverSUNRPC: Set rq_accept_statp inside ->accept methods
2023-02-20 Chuck LeverSUNRPC: Refactor RPC server dispatch method
2023-02-20 Chuck LeverSUNRPC: Remove no-longer-used helper functions
2023-02-20 Chuck LeverSUNRPC: Final clean-up of svc_process_common()
2023-02-20 Chuck LeverSUNRPC: Convert RPC Reply header encoding to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Hoist init_encode out of svc_authenticate()
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream for encoding GSS reply verifiers
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode replies in server...
2023-02-20 Chuck LeverSUNRPC: Convert unwrap data paths to use xdr_stream...
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode Reply verifier in...
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode Reply verifier in...
2023-02-20 Chuck LeverSUNRPC: Use xdr_stream to encode Reply verifier in...
2023-02-20 Chuck LeverSUNRPC: Move svcxdr_init_encode() into ->accept methods
2023-02-20 Chuck LeverSUNRPC: Push svcxdr_init_encode() into svc_process_common()
2023-02-20 Chuck LeverSUNRPC: Add XDR encoding helper for opaque_auth
2023-02-20 Chuck LeverSUNRPC: Remove the rpc_stat variable in svc_process_com...
2023-02-20 Chuck LeverSUNRPC: Check rq_auth_stat when preparing to wrap a...
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream()
2023-02-20 Chuck LeverSUNRPC: Add @head and @tail variables in svcauth_gss_wr...
2023-02-20 Chuck LeverSUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in svcauth_gss_wrap_...
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_str...
2023-02-20 Chuck LeverSUNRPC: Replace checksum construction in svcauth_gss_wr...
2023-02-20 Chuck LeverSUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap...
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in svcauth_gss_wrap_...
2023-02-20 Chuck LeverSUNRPC: Clean up svcauth_gss_release()
2023-02-20 Jeff Laytonnfsd: fix potential race in nfs4_find_file
2023-02-20 Jeff Laytonnfsd: allow nfsd_file_get to sanely handle a NULL pointer
2023-02-20 Dai NgoNFSD: enhance inter-server copy cleanup
2023-02-20 Chuck LeverSUNRPC: Hoist svcxdr_init_decode() into svc_process()
2023-02-20 Chuck LeverSUNRPC: Remove svc_process_common's argv parameter
2023-02-20 Chuck LeverSUNRPC: Decode most of RPC header with xdr_stream
2023-02-20 Chuck LeverSUNRPC: Eliminate unneeded variable
2023-02-20 Chuck LeverSUNRPC: Re-order construction of the first reply fields
2023-02-20 Chuck LeverSUNRPC: Hoist init_decode out of svc_authenticate()
2023-02-20 Chuck LeverSUNRPC: Convert the svcauth_gss_accept() pre-amble...
2023-02-20 Chuck LeverSUNRPC: Clean up svcauth_gss_accept's NULL procedure...
2023-02-20 Chuck LeverSUNRPC: Convert gss_verify_header() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Convert unwrap_priv_data() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in unwrap_priv_data()
2023-02-20 Chuck LeverSUNRPC: Convert unwrap_integ_data() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Rename automatic variables in unwrap_integ_data()
2023-02-20 Chuck LeverSUNRPC: Replace read_u32_from_xdr_buf() with existing...
2023-02-20 Chuck LeverSUNRPC: Convert server-side GSS upcall helpers to use...
2023-02-20 Chuck LeverSUNRPC: Remove gss_read_verf()
2023-02-20 Chuck LeverSUNRPC: Remove gss_read_common_verf()
2023-02-20 Chuck LeverSUNRPC: Hoist common verifier decoding code into svcaut...
2023-02-20 Chuck LeverSUNRPC: Move the server-side GSS upcall to a noinline...
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_tls_accept() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_unix_accept() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Convert svcauth_null_accept() to use xdr_stream
2023-02-20 Chuck LeverSUNRPC: Add an XDR decoding helper for struct opaque_auth
2023-02-20 Chuck LeverSUNRPC: Move svcxdr_init_decode() into ->accept methods
2023-02-20 Chuck LeverSUNRPC: Push svcxdr_init_decode() into svc_process_common()
2023-02-20 Richard WeinbergerNFS: nfs_encode_fh: Remove S_AUTOMOUNT check
2023-02-20 Richard Weinbergerfs: namei: Allow follow_down() to uncover auto mounts
2023-02-20 Richard WeinbergerNFSD: Teach nfsd_mountpoint() auto mounts
2023-02-19 Linus TorvaldsLinux 6.2 v6.2
2023-02-19 Linus TorvaldsMerge tag 'x86-urgent-2023-02-19' of git://git./linux...
2023-02-19 Linus TorvaldsMerge tag 'timers-urgent-2023-02-19' of git://git....
2023-02-19 Linus TorvaldsMerge tag 'irq-urgent-2023-02-19' of git://git./linux...
2023-02-18 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2023-02-18 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2023-02-18 Linus TorvaldsMerge tag 'block-6.2-2023-02-17' of git://git.kernel...
2023-02-18 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of...
2023-02-17 Ryusuke Konishinilfs2: fix underflow in second superblock position...
2023-02-17 Mike Kravetzhugetlb: check for undefined shift on 32 bit architectures
next