Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-01-11 11:33:20 to 2023-01-20 05:02:00 UTC [more...]

[PATCH v2 00/18] Initial conversion of NFS basic I/O to use folios
 2023-01-19 21:33 UTC  (19+ messages)
` [PATCH v2 01/18] NFS: Fix for xfstests generic/208
  ` [PATCH v2 02/18] NFS: Add basic functionality for tracking folios in struct nfs_page
    ` [PATCH v2 03/18] NFS: Support folios in nfs_generic_pgio()
      ` [PATCH v2 04/18] NFS: Fix nfs_coalesce_size() to work with folios
        ` [PATCH v2 05/18] NFS: Add a helper to convert a struct nfs_page into an inode
          ` [PATCH v2 06/18] NFS: Convert the remaining pagelist helper functions to support folios
            ` [PATCH v2 07/18] NFS: Add a helper nfs_wb_folio()
              ` [PATCH v2 08/18] NFS: Convert buffered reads to use folios
                ` [PATCH v2 09/18] NFS: Convert the function nfs_wb_page() "
                  ` [PATCH v2 10/18] NFS: Convert buffered writes "
                    ` [PATCH v2 11/18] NFS: Remove unused function nfs_wb_page()
                      ` [PATCH v2 12/18] NFS: Convert nfs_write_begin/end to use folios
                        ` [PATCH v2 13/18] NFS: Fix up nfs_vm_page_mkwrite() for folios
                          ` [PATCH v2 14/18] NFS: Clean up O_DIRECT request allocation
                            ` [PATCH v2 15/18] NFS: fix up nfs_release_folio() to try to release the page
                              ` [PATCH v2 16/18] NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
                                ` [PATCH v2 17/18] NFS: Improve tracing of nfs_wb_folio()
                                  ` [PATCH v2 18/18] NFS: Remove unnecessary check in nfs_read_folio()

[PATCH] nfsd: don't free files unconditionally in __nfsd_file_cache_purge
 2023-01-19 23:29 UTC  (3+ messages)

[PATCH 1/1] pNFS/filelayout: treat GETDEVICEINFO errors as LAYOUTUNAVAILABLE
 2023-01-19 20:22 UTC  (4+ messages)

[PATCH 0/2] nfsd: COPY refcounting fix and cleanup
 2023-01-19 18:38 UTC  (19+ messages)
` [PATCH 1/2] nfsd: zero out pointers after putting nfsd_files on COPY setup error
` [PATCH 2/2] nfsd: clean up potential nfsd_file refcount leaks in COPY codepath

[PATCH 0/6] nfsd: random cleanup and doc work
 2023-01-19  1:46 UTC  (15+ messages)
` [PATCH 1/6] nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
` [PATCH 2/6] nfsd: eliminate find_deleg_file_locked
` [PATCH 3/6] nfsd: simplify the delayed disposal list code
` [PATCH 4/6] nfsd: don't take/put an extra reference when putting a file
` [PATCH 5/6] nfsd: add some kerneldoc comments for stateid preprocessing functions
` [PATCH 6/6] nfsd: eliminate __nfs4_get_fd

[PATCH 0/4] nfsd: filecache cleanups and optimizations
 2023-01-18 18:45 UTC  (5+ messages)
` [PATCH 3/4] nfsd: don't kill nfsd_files because of lease break error

[PATCH v5 0/5] nfsd: clean up refcounting in the filecache
 2023-01-18 18:41 UTC  (8+ messages)
` [PATCH v5 3/5] nfsd: rework refcounting in filecache

[PATCH v2 00/41] RPCSEC GSS krb5 enhancements
 2023-01-18 17:16 UTC  (44+ messages)
` [PATCH v2 01/41] SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
` [PATCH v2 02/41] SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
` [PATCH v2 03/41] SUNRPC: Remove .conflen "
` [PATCH v2 04/41] SUNRPC: Improve Kerberos confounder generation
` [PATCH v2 05/41] SUNRPC: Obscure Kerberos session key
` [PATCH v2 06/41] SUNRPC: Refactor set-up for aux_cipher
` [PATCH v2 07/41] SUNRPC: Obscure Kerberos encryption keys
` [PATCH v2 08/41] SUNRPC: Obscure Kerberos signing keys
` [PATCH v2 09/41] SUNRPC: Obscure Kerberos integrity keys
` [PATCH v2 10/41] SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
` [PATCH v2 11/41] SUNRPC: Remove another switch on ctx->enctype
` [PATCH v2 12/41] SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
` [PATCH v2 13/41] NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink
` [PATCH v2 14/41] SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
` [PATCH v2 15/41] SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES
` [PATCH v2 16/41] SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
` [PATCH v2 17/41] SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
` [PATCH v2 18/41] SUNRPC: Hoist KDF into struct gss_krb5_enctype
` [PATCH v2 19/41] SUNRPC: Clean up cipher set up for v1 encryption types
` [PATCH v2 20/41] SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()
` [PATCH v2 21/41] SUNRPC: Add new subkey length fields
` [PATCH v2 22/41] SUNRPC: Refactor CBC with CTS into helpers
` [PATCH v2 23/41] SUNRPC: Add gk5e definitions for RFC 8009 encryption types
` [PATCH v2 24/41] SUNRPC: Add KDF-HMAC-SHA2
` [PATCH v2 25/41] SUNRPC: Add RFC 8009 encryption and decryption functions
` [PATCH v2 26/41] SUNRPC: Advertise support for RFC 8009 encryption types
` [PATCH v2 27/41] SUNRPC: Support the Camellia enctypes
` [PATCH v2 28/41] SUNRPC: Add KDF_FEEDBACK_CMAC
` [PATCH v2 29/41] SUNRPC: Advertise support for the Camellia encryption types
` [PATCH v2 30/41] SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
` [PATCH v2 31/41] SUNRPC: Add KUnit tests for rpcsec_krb5.ko
` [PATCH v2 32/41] SUNRPC: Export get_gss_krb5_enctype()
` [PATCH v2 33/41] SUNRPC: Add KUnit tests RFC 3961 Key Derivation
` [PATCH v2 34/41] SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption
` [PATCH v2 35/41] SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types
` [PATCH v2 36/41] SUNRPC: Add checksum "
` [PATCH v2 37/41] SUNRPC: Add encryption "
` [PATCH v2 38/41] SUNRPC: Add KDF-HMAC-SHA2 Kunit tests
` [PATCH v2 39/41] SUNRPC: Add RFC 8009 checksum KUnit tests
` [PATCH v2 40/41] SUNRPC: Add RFC 8009 encryption "
` [PATCH v2 41/41] SUNRPC: Add encryption self-tests

[PATCH] nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
 2023-01-18 14:05 UTC  (4+ messages)

[GIT PULL] third v6.2-rc request for nfsd
 2023-01-17 17:35 UTC  (2+ messages)

[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-17  7:46 UTC  (3+ messages)
` [PATCH v6 22/34] nfs: Pin pages rather than ref'ing if appropriate

[PATCH v1 00/41] RPCSEC GSS krb5 enhancements
 2023-01-13 17:47 UTC  (44+ 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

[PATCH v1] NFSD: add IO_ADVISE operation
 2023-01-13 17:39 UTC  (5+ messages)

a dead lock of 'umount.nfs4 /nfs/scratch -l'
 2023-01-13 17:29 UTC  (8+ messages)

NFSD: refcount_t: underflow; use-after-free from nfsd_file_free
 2023-01-13 13:27 UTC  (4+ 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] 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] [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  (11+ 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 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  (3+ messages)

[PATCH 1/1] NFSD: fix WARN_ON_ONCE in __queue_delayed_work
 2023-01-11 14:16 UTC  (21+ messages)

[PATCH v3 1/1] NFSD: fix WARN_ON_ONCE in __queue_delayed_work
 2023-01-11 11:36 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox