- 5f69d5f SUNRPC: Final clean-up of svc_process_common() by Chuck Lever · 2 years ago
- 649a692 SUNRPC: Convert RPC Reply header encoding to use xdr_stream by Chuck Lever · 2 years ago
- fcef2af SUNRPC: Hoist init_encode out of svc_authenticate() by Chuck Lever · 2 years ago
- 72a1e53 SUNRPC: Use xdr_stream for encoding GSS reply verifiers by Chuck Lever · 2 years ago
- b2f42f1 SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpers by Chuck Lever · 2 years ago
- 7bb0dfb SUNRPC: Convert unwrap data paths to use xdr_stream for replies by Chuck Lever · 2 years ago
- df18f9c SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept() by Chuck Lever · 2 years ago
- 3b03f3c SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept() by Chuck Lever · 2 years ago
- b2c88ca SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept() by Chuck Lever · 2 years ago
- faca897 SUNRPC: Move svcxdr_init_encode() into ->accept methods by Chuck Lever · 2 years ago
- 8dd41d7 SUNRPC: Push svcxdr_init_encode() into svc_process_common() by Chuck Lever · 2 years ago
- 7b402c8 SUNRPC: Add XDR encoding helper for opaque_auth by Chuck Lever · 2 years ago
- 6d037b1 SUNRPC: Remove the rpc_stat variable in svc_process_common() by Chuck Lever · 2 years ago
- 99d074d SUNRPC: Check rq_auth_stat when preparing to wrap a response by Chuck Lever · 2 years ago
- eb1b780 SUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream() by Chuck Lever · 2 years ago
- a84cfbc SUNRPC: Add @head and @tail variables in svcauth_gss_wrap_priv() by Chuck Lever · 2 years ago
- ba8b13e SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv() by Chuck Lever · 2 years ago
- 7b135c6 SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv() by Chuck Lever · 2 years ago
- 7702378 SUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_stream() by Chuck Lever · 2 years ago
- d91f032 SUNRPC: Replace checksum construction in svcauth_gss_wrap_integ() by Chuck Lever · 2 years ago
- 15d8f80 SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ() by Chuck Lever · 2 years ago
- 0adaddd SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ() by Chuck Lever · 2 years ago
- 5a92938 SUNRPC: Clean up svcauth_gss_release() by Chuck Lever · 2 years ago
- bd6aaf7 nfsd: fix potential race in nfs4_find_file by Jeff Layton · 2 years ago
- 70f6223 nfsd: allow nfsd_file_get to sanely handle a NULL pointer by Jeff Layton · 2 years ago
- df24ac7 NFSD: enhance inter-server copy cleanup by Dai Ngo · 2 years, 1 month ago
- f4afc8f SUNRPC: Hoist svcxdr_init_decode() into svc_process() by Chuck Lever · 2 years ago
- 1c59a53 SUNRPC: Remove svc_process_common's argv parameter by Chuck Lever · 2 years ago
- 163cdfc SUNRPC: Decode most of RPC header with xdr_stream by Chuck Lever · 2 years ago
- 4119bd0 SUNRPC: Eliminate unneeded variable by Chuck Lever · 2 years ago
- 2009e32 SUNRPC: Re-order construction of the first reply fields by Chuck Lever · 2 years ago
- 6898b47 SUNRPC: Hoist init_decode out of svc_authenticate() by Chuck Lever · 2 years ago
- b0bc534 SUNRPC: Convert the svcauth_gss_accept() pre-amble to use xdr_stream by Chuck Lever · 2 years ago
- 6734706 SUNRPC: Clean up svcauth_gss_accept's NULL procedure check by Chuck Lever · 2 years ago
- 0653028 SUNRPC: Convert gss_verify_header() to use xdr_stream by Chuck Lever · 2 years ago
- 4214071 SUNRPC: Convert unwrap_priv_data() to use xdr_stream by Chuck Lever · 2 years ago
- f4a59e8 SUNRPC: Rename automatic variables in unwrap_priv_data() by Chuck Lever · 2 years ago
- b68e4c5 SUNRPC: Convert unwrap_integ_data() to use xdr_stream by Chuck Lever · 2 years ago
- e14673c SUNRPC: Rename automatic variables in unwrap_integ_data() by Chuck Lever · 2 years ago
- 26a949d1 SUNRPC: Replace read_u32_from_xdr_buf() with existing XDR helper by Chuck Lever · 2 years ago
- c020fa6 SUNRPC: Convert server-side GSS upcall helpers to use xdr_stream by Chuck Lever · 2 years ago
- 1cbfb92 SUNRPC: Remove gss_read_verf() by Chuck Lever · 2 years ago
- 4d51366 SUNRPC: Remove gss_read_common_verf() by Chuck Lever · 2 years ago
- 20ebe92 SUNRPC: Hoist common verifier decoding code into svcauth_gss_proc_init() by Chuck Lever · 2 years ago
- 4ac5e7a SUNRPC: Move the server-side GSS upcall to a noinline function by Chuck Lever · 2 years ago
- e8e38e1 SUNRPC: Convert svcauth_tls_accept() to use xdr_stream by Chuck Lever · 2 years ago
- 6181b0c SUNRPC: Convert svcauth_unix_accept() to use xdr_stream by Chuck Lever · 2 years ago
- bee1363 SUNRPC: Convert svcauth_null_accept() to use xdr_stream by Chuck Lever · 2 years ago
- 846b575 SUNRPC: Add an XDR decoding helper for struct opaque_auth by Chuck Lever · 2 years ago
- 1e9e177 SUNRPC: Move svcxdr_init_decode() into ->accept methods by Chuck Lever · 2 years ago
- dba5eaa SUNRPC: Push svcxdr_init_decode() into svc_process_common() by Chuck Lever · 2 years ago
- f78e445 NFS: nfs_encode_fh: Remove S_AUTOMOUNT check by Richard Weinberger · 2 years, 1 month ago
- e1f1985 fs: namei: Allow follow_down() to uncover auto mounts by Richard Weinberger · 2 years, 1 month ago
- 50f5fda NFSD: Teach nfsd_mountpoint() auto mounts by Richard Weinberger · 2 years, 1 month ago
- c9c3395 Linux 6.2 by Linus Torvalds · 1 year, 11 months ago
- 925cf04 Merge tag 'x86-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
- 0097c18e Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
- a33d946 Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
- 5e725d1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 11 months ago
- 0c2822b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 1 year, 11 months ago
- 0e9fd58 Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
- 38f8ccd Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 11 months ago
- 99b9402 nilfs2: fix underflow in second superblock position calculations by Ryusuke Konishi · 1 year, 11 months ago
- ec4288f hugetlb: check for undefined shift on 32 bit architectures by Mike Kravetz · 1 year, 11 months ago
- 96a9c28 mm/migrate: fix wrongly apply write bit after mkdirty on sparc64 by Peter Xu · 1 year, 11 months ago
- dbeed98 Merge tag 'powerpc-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 1 year, 11 months ago
- 75cc9c4 Merge tag 'nfs-for-6.2-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 1 year, 11 months ago
- 03dad2f Merge tag 'sound-fix-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 1 year, 11 months ago
- 4b89ca5 Merge tag 'gpio-fixes-for-v6.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 1 year, 11 months ago
- 6d2e62e Merge tag 'ata-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 1 year, 11 months ago
- bda6cfa Merge tag 'mmc-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 1 year, 11 months ago
- 64e0253 Merge tag 'sched-urgent-2023-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
- 1250421 Merge tag 'nvme-6.2-2022-02-17' of git://git.infradead.org/nvme into block-6.2 by Jens Axboe · 1 year, 11 months ago
- 896e090 Revert "NFSv4.2: Change the default KConfig value for READ_PLUS" by Anna Schumaker · 1 year, 11 months ago
- 79eeab1 gpio: sim: fix a memory leak by Bartosz Golaszewski · 1 year, 11 months ago
- e97fc9c Merge tag 'asoc-fix-v6.2-rc8-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 1 year, 11 months ago
- e917a84 nvme-pci: refresh visible attrs for cmb attributes by Keith Busch · 1 year, 11 months ago
- ec35307 Merge tag 'drm-fixes-2023-02-17' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 1 year, 11 months ago
- 5c7388b MAINTAINERS: update FPU EMULATOR web page by Randy Dunlap · 1 year, 11 months ago
- ae63c89 mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount by Zach O'Keefe · 2 years ago
- 5956592 mm/filemap: fix page end in filemap_get_read_batch by Qian Yingjin · 1 year, 11 months ago
- 4302abc powerpc/64s: Prevent fallthrough to hash TLB flush when using radix by Benjamin Gray · 1 year, 11 months ago
- f7597e3 Merge tag 'drm-intel-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 1 year, 11 months ago
- a2a04b5 Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 1 year, 11 months ago
- caa068c Merge tag 'amd-drm-fixes-6.2-2023-02-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 1 year, 11 months ago
- 853e2da arm64: perf: reject CHAIN events at creation time by Mark Rutland · 1 year, 11 months ago
- 61d0386 arm_pmu: fix event CPU filtering by Mark Rutland · 1 year, 11 months ago
- 3ac88fa Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 1 year, 11 months ago
- d3d6f0e Merge tag 'block-6.2-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
- b5596f1 Merge tag 'spi-v6.2-rc8-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 1 year, 11 months ago
- 1890205 Merge tag 'gpio-fixes-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 1 year, 11 months ago
- 88d3558 stop mainaining UUID by Christoph Hellwig · 1 year, 11 months ago
- a8cd299 orphan sysvfs by Christoph Hellwig · 1 year, 11 months ago
- 2c10b61 kvm: initialize all of the kvm_debugregs structure before sending it to userspace by Greg Kroah-Hartman · 1 year, 11 months ago
- 1f810d2 ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak by Pierre-Louis Bossart · 1 year, 11 months ago
- 82f1627 Merge tag 'asoc-fix-v6.2-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 1 year, 11 months ago
- b8b3b0b Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current by Bartosz Golaszewski · 1 year, 11 months ago
- b20b8ae devlink: Fix netdev notifier chain corruption by Ido Schimmel · 1 year, 11 months ago
- 5d54cb1 igb: conditionalize I2C bit banging on external thermal sensor support by Corinna Vinschen · 1 year, 11 months ago
- 2a00299 drm/amd/display: Fail atomic_check early on normalize_zpos error by Leo Li · 1 year, 11 months ago