messages from 2023-01-07 17:42:23 to 2023-01-13 15:47:30 UTC [more...]
a dead lock of 'umount.nfs4 /nfs/scratch -l'
2023-01-13 15:37 UTC (5+ messages)
[PATCH v1 00/41] RPCSEC GSS krb5 enhancements
2023-01-13 15:25 UTC (42+ messages)
` [PATCH v1 01/41] SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
` [PATCH v1 02/41] SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
` [PATCH v1 03/41] SUNRPC: Remove .conflen "
` [PATCH v1 04/41] SUNRPC: Improve Kerberos confounder generation
` [PATCH v1 05/41] SUNRPC: Obscure Kerberos session key
` [PATCH v1 06/41] SUNRPC: Refactor set-up for aux_cipher
` [PATCH v1 07/41] SUNRPC: Obscure Kerberos encryption keys
` [PATCH v1 08/41] SUNRPC: Obscure Kerberos signing keys
` [PATCH v1 09/41] SUNRPC: Obscure Kerberos integrity keys
` [PATCH v1 10/41] SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
` [PATCH v1 11/41] SUNRPC: Remove another switch on ctx->enctype
` [PATCH v1 12/41] SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
` [PATCH v1 13/41] NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink
` [PATCH v1 14/41] SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
` [PATCH v1 15/41] SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES
` [PATCH v1 16/41] SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
` [PATCH v1 17/41] SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
` [PATCH v1 18/41] SUNRPC: Hoist KDF into struct gss_krb5_enctype
` [PATCH v1 19/41] SUNRPC: Clean up cipher set up for v1 encryption types
` [PATCH v1 20/41] SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()
` [PATCH v1 21/41] SUNRPC: Add new subkey length fields
` [PATCH v1 22/41] SUNRPC: Refactor CBC with CTS into helpers
` [PATCH v1 23/41] SUNRPC: Add gk5e definitions for RFC 8009 encryption types
` [PATCH v1 24/41] SUNRPC: Add KDF-HMAC-SHA2
` [PATCH v1 25/41] SUNRPC: Add RFC 8009 encryption and decryption functions
` [PATCH v1 26/41] SUNRPC: Advertise support for RFC 8009 encryption types
` [PATCH v1 27/41] SUNRPC: Support the Camellia enctypes
` [PATCH v1 28/41] SUNRPC: Add KDF_FEEDBACK_CMAC
` [PATCH v1 29/41] SUNRPC: Advertise support for the Camellia encryption types
` [PATCH v1 30/41] SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
` [PATCH v1 31/41] SUNRPC: Add KUnit tests for rpcsec_krb5.ko
` [PATCH v1 32/41] SUNRPC: Export get_gss_krb5_enctype()
` [PATCH v1 33/41] SUNRPC: Add KUnit tests RFC 3961 Key Derivation
` [PATCH v1 34/41] SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption
` [PATCH v1 35/41] SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types
` [PATCH v1 36/41] SUNRPC: Add checksum "
` [PATCH v1 37/41] SUNRPC: Add encryption "
` [PATCH v1 38/41] SUNRPC: Add KDF-HMAC-SHA2 Kunit tests
` [PATCH v1 39/41] SUNRPC: Add RFC 8009 checksum KUnit tests
` [PATCH v1 40/41] SUNRPC: Add RFC 8009 encryption "
` [PATCH v1 41/41] SUNRPC: Add encryption self-tests
NFSD: refcount_t: underflow; use-after-free from nfsd_file_free
2023-01-13 13:27 UTC (5+ messages)
[PATCH nfs-utils] nfsmount.conf: Fix typo of the attribute name
2023-01-12 12:37 UTC
[PATCH 1/1] NFSD: replace delayed_work with work_struct for nfsd_client_shrinker
2023-01-12 10:21 UTC (3+ messages)
Silikonmischungen
2023-01-12 8:35 UTC
[PATCH] nfsd: move reply cache initialization into nfsd startup
2023-01-12 3:05 UTC (2+ messages)
[PATCH 0/4] nfsd: filecache cleanups and optimizations
2023-01-12 3:04 UTC (2+ messages)
[PATCH] NFS: Judge the file access cache's timestamp in rcu path
2023-01-12 2:48 UTC (3+ messages)
[PATCH v2 1/1] NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
2023-01-12 2:38 UTC (2+ messages)
[PATCH] NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
2023-01-12 2:37 UTC (3+ messages)
[PATCH v1] NFSD: add IO_ADVISE operation
2023-01-12 2:04 UTC (4+ messages)
[PATCH] [nfs/nfs-utils/libtirpc] getnetconfigent: avoid potential DoS issue by removing unnecessary sleep
2023-01-11 16:21 UTC (2+ messages)
[PATCH 00/17] Initial conversion of NFS basic I/O to use folios
2023-01-11 16:18 UTC (16+ messages)
` [PATCH 01/17] NFS: Fix for xfstests generic/208
` [PATCH 02/17] NFS: Add basic functionality for tracking folios in struct nfs_page
` [PATCH 03/17] NFS: Support folios in nfs_generic_pgio()
` [PATCH 04/17] NFS: Fix nfs_coalesce_size() to work with folios
` [PATCH 05/17] NFS: Add a helper to convert a struct nfs_page into an inode
` [PATCH 06/17] NFS: Convert the remaining pagelist helper functions to support folios
` [PATCH 07/17] NFS: Add a helper nfs_wb_folio()
` [PATCH 08/17] NFS: Convert buffered reads to use folios
` [PATCH 09/17] NFS: Convert the function nfs_wb_page() "
` [PATCH 10/17] NFS: Convert buffered writes "
` [PATCH 11/17] NFS: Remove unused function nfs_wb_page()
` [PATCH 12/17] NFS: Convert nfs_write_begin/end to use folios
` [PATCH 13/17] NFS: Fix up nfs_vm_page_mkwrite() for folios
` [PATCH 14/17] NFS: Clean up O_DIRECT request allocation
[PATCH 1/2] Covscan Scan: Wrong Check of Return Value
2023-01-11 15:57 UTC (4+ messages)
` [PATCH 2/2] Covscan Scan: Fixed a couple CLANG_WARNINGs
[PATCH] Replace statfs64 with statfs
2023-01-11 15:56 UTC (2+ messages)
[nfs-utils PATCH] Don't allow junction tests to trigger automounts
2023-01-11 15:55 UTC (2+ messages)
[PATCH] systemd: Don't degrade system state for nfs-clients when krb5 keytab present but not containing the nfs/<FQDN> principal
2023-01-11 15:54 UTC (2+ messages)
[PATCH 1/1] NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
2023-01-11 15:08 UTC (6+ messages)
[PATCH 1/1] NFSD: fix WARN_ON_ONCE in __queue_delayed_work
2023-01-11 14:16 UTC (27+ messages)
[PATCH v3 1/1] NFSD: fix WARN_ON_ONCE in __queue_delayed_work
2023-01-11 11:36 UTC (4+ messages)
[PATCH v2] filelock: move file locking definitions to separate header file
2023-01-11 11:29 UTC (6+ messages)
[PATCH v2 1/1] NFSD: fix WARN_ON_ONCE in __queue_delayed_work
2023-01-11 10:14 UTC (5+ messages)
[PATCH] fs: remove locks_inode
2023-01-11 9:44 UTC (6+ messages)
Słowa kluczowe do wypozycjonowania
2023-01-11 8:45 UTC
[GIT PULL] second v6.2-rc pull request for nfsd
2023-01-10 21:06 UTC (2+ messages)
[PATCH v1 0/2] add support for IO_ADVISE
2023-01-10 20:33 UTC (4+ messages)
` [PATCH v1 1/2] NFS: add IO_ADVISE operation
` [PATCH v1 2/2] NFSv4.2 add tracepoint to IO_ADVISE
[PATCH v2 1/1] NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
2023-01-10 18:27 UTC
[PATCH v1 0/2] Switch SUNRPC server to per-CPU counters
2023-01-10 15:32 UTC (3+ messages)
` [PATCH v1 1/2] SUNRPC: Use per-CPU counters to tally server RPC counts
` [PATCH v1 2/2] SUNRPC: Replace pool stats with per-CPU variables
[PATCH v1 00/27] Server-side RPC reply header parsing overhaul
2023-01-10 15:16 UTC (31+ messages)
` [PATCH v1 01/27] SUNRPC: Clean up svcauth_gss_release()
` [PATCH v1 02/27] SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ()
` [PATCH v1 03/27] SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()
` [PATCH v1 04/27] SUNRPC: Replace checksum construction "
` [PATCH v1 05/27] SUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_stream()
` [PATCH v1 06/27] SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv()
` [PATCH v1 07/27] SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()
` [PATCH v1 08/27] SUNRPC: Add @head and @tail variables "
` [PATCH v1 09/27] SUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream()
` [PATCH v1 10/27] SUNRPC: Check rq_auth_stat when preparing to wrap a response
` [PATCH v1 11/27] SUNRPC: Remove the rpc_stat variable in svc_process_common()
` [PATCH v1 12/27] SUNRPC: Add XDR encoding helper for opaque_auth
` [PATCH v1 13/27] SUNRPC: Push svcxdr_init_encode() into svc_process_common()
` [PATCH v1 14/27] SUNRPC: Move svcxdr_init_encode() into ->accept methods
` [PATCH v1 15/27] SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()
` [PATCH v1 16/27] SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()
` [PATCH v1 17/27] SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()
` [PATCH v1 18/27] SUNRPC: Convert unwrap data paths to use xdr_stream for replies
` [PATCH v1 19/27] SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpers
` [PATCH v1 20/27] SUNRPC: Use xdr_stream for encoding GSS reply verifiers
` [PATCH v1 21/27] SUNRPC: Hoist init_encode out of svc_authenticate()
` [PATCH v1 22/27] SUNRPC: Convert RPC Reply header encoding to use xdr_stream
` [PATCH v1 23/27] SUNRPC: Final clean-up of svc_process_common()
` [PATCH v1 24/27] SUNRPC: Remove no-longer-used helper functions
` [PATCH v1 25/27] SUNRPC: Refactor RPC server dispatch method
` [PATCH v1 26/27] SUNRPC: Set rq_accept_statp inside ->accept methods
` [PATCH v1 27/27] SUNRPC: Go back to using gsd->body_start
[PATCH v2 1/1] NFSD: enhance inter-server copy cleanup
2023-01-09 19:41 UTC (9+ messages)
Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
2023-01-09 18:25 UTC (13+ messages)
[PATCH] NFS: Handle missing attributes in OPEN reply
2023-01-09 17:11 UTC (12+ messages)
regression: nfs mount (even idle) eventually hangs server
2023-01-09 6:34 UTC (14+ messages)
[PATCH v2 1/2] nfsd: allow nfsd_file_get to sanely handle a NULL pointer
2023-01-08 19:33 UTC (2+ messages)
[GIT PULL] Please pull NFS client bugfixes
2023-01-07 18:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox